renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Creating navigation menus dynamically #94

Closed mnsanghvi closed 4 years ago

mnsanghvi commented 10 years ago

Is it possible to create menu entries in the navigation bar which are generated dynamically ?

As an example, in the sample.org file there are entries for a Documentation menu. Rather than create each entry manually, would it be possible to create a similar Documentation menu for each CATEGORY, maybe with a way to exclude some categories if a property, e.g. :not_in_menu: t, is set.

Manually creating the menu entries becomes cumbersome when you're going over 3-5 entries in the menu.

I am guessing since elisp is being used this might be possible.