mmitch/ox-bb

Register in dispatcher

Closed this issue · 2 comments

xeruf commented

Thanks for the extension! However, it seems it is missing an entry in the export dispatcher.

The registration into the export menu happens here:

ox-bb/ox-bb.el

Lines 104 to 108 in 545d2e1

:menu-entry
'(?b "Export to BBCode"
((?B "As BBCode buffer" ox-bb-export-as-bbcode)
(?f "As BBCode file" ox-bb-export-to-bbcode)
(?b "As BBCode buffer and to clipboard" ox-bb-export-to-kill-ring))))

  • Are you sure that ox-bb is loaded correctly?
  • Do you have any other extensions that might be registered under b?
  • Which emacs version are you using?
xeruf commented

Nevermind, I forgot to load it correctly :) Thank you!