From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Fully featured Web publishing Date: Mon, 23 Mar 2009 12:36:39 +0100 Message-ID: <87k56glbco.fsf@mundaneum.com> References: <871vsuakc4.fsf@mundaneum.com> <87ljr2ahvx.fsf@kassiopeya.MSHEIMNETZ> <87hc1qsf2m.fsf@mundaneum.com> <878wn2a23d.fsf@kassiopeya.MSHEIMNETZ> <82eiwusamx.fsf@gmail.com> <49c1818c.16125e0a.15dc.fffffaa4@mx.google.com> <82zlfiq7it.fsf@gmail.com> <877i2l7bap.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, >> Because the OP wants to include the same menu on every page. To better explain my problem: 1. I would like to define my navigation menu once (as some "variable" of the project). For example: --8<---------------cut here---------------start------------->8--- (setq nav-menu '(("Home" . "index.html") ("About Me" . ( ("CV" . "curriculum-vitae.= html") ("Contact Me" . "contact-me.html")= )) ("Resources" . ( ("Freeware" . "freeware.html") ("Emacs" . "dot-emacs.html"))= ))) --8<---------------cut here---------------end--------------->8--- 2. I would like this to be converted to HTML for each page, but with a "mar= k" that indicates which page is generated (for the CSS to be able to highlight, in the navigation menu, the page that's currently displayed in the browser). For example, for my home page: --8<---------------cut here---------------start------------->8--- --8<---------------cut here---------------end--------------->8--- and for my CV: --8<---------------cut here---------------start------------->8--- --8<---------------cut here---------------end--------------->8--- So, the question narrows down to: is there a hook available where the corre= ct code could be placed to achieve such a result? Thanks a lot, Seb --=20 S=C3=A9bastien=C2=A0Vauban _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode