* Org-export intergration
@ 2009-05-04 9:29 Sebastian Rose
0 siblings, 0 replies; only message in thread
From: Sebastian Rose @ 2009-05-04 9:29 UTC (permalink / raw)
To: emacs-orgmode Mailing List
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
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 #2: sr-org-index-complete.el --]
[-- Type: application/emacs-lisp, Size: 3775 bytes --]
[-- Attachment #3: Type: text/plain, Size: 23 bytes --]
Regards
Sebastian
[-- Attachment #4: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-04 9:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 9:29 Org-export intergration Sebastian Rose
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).