From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: HTML: add extra content Date: Wed, 27 Oct 2010 09:23:56 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=55955 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PB2Ez-0004cC-5M for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 05:24:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PB2Eu-0002zJ-31 for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 05:24:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:41797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PB2Et-0002z9-Th for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 05:24:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PB2Eq-00033o-NG for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 11:24:08 +0200 Received: from h197.natout.aau.dk ([130.225.198.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Oct 2010 11:24:08 +0200 Received: from rasmus.pank by h197.natout.aau.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 Oct 2010 11:24:08 +0200 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Publishing org projects to html, it is possible to add a nice content which is placed in the upper corner. The html code is given by: ,---- |
|
| UP | | | HOME |
`---- I would like to add buttons to "content", namely a pdf button and maybe a "beamer" button. When I publish my project I publish it as html and pdf. Naturally, the name is identical. Thus, a button linking to NAME.pdf (where name is the same for NAME.{org,html,pdf}). Ideally, I would like to add generic buttons so I would also be able to add a NAME-b.pdf for beamer slides generated by a seperate file. Is this possible? Thanks, Rasmus