emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Org-export intergration


From: Sebastian Rose
Subject: [Orgmode] Org-export intergration
Date: Mon, 04 May 2009 11:29:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Hi,


here is a little function, that creates the menu-structure file for
Marco Pratesi's great phplayersmenu. Just thought I share it here.
See http://phplayersmenu.sourceforge.net/demo.php for a demo. All the
menus there are made from the same menu-structur files.


To use it, have this here in my config:

(setq org-publish-project-alist
      '(
        ("org-notes"
          ;; .... config omitted ... ;;

         ;;;  Layersmenu  ;;;
         :completion-function sr-org-notes-kb-complete
         :layers-menu-structure-file 
"~/develop/htdocs/intranet/navigations/org.txt"
         :layers-menu-link-target "mitte"
         )


NOTE: the function will not work stand-alone. You will have to use it as
:completion-function.

Here it is:


Attachment: sr-org-index-complete.el
Description: application/emacs-lisp

Regards

   Sebastian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]