all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using Buffer name in :include export property
@ 2014-08-28 21:37 Julien Cubizolles
  2014-08-28 23:21 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Cubizolles @ 2014-08-28 21:37 UTC (permalink / raw)
  To: emacs-orgmode

I'm using the following elisp source block in my org files to choose the
publication options.

--8<---------------cut here---------------start------------->8---
  (setq org-publish-project-alist
        '(("TeX"
           :base-directory "./"
           :publishing-directory "./"
           :publishing-function org-beamer-publish-to-latex
           :exclude ".*"
           :latex-class "mpsi_beamer"
           :include ("test.org"))
          ))
--8<---------------cut here---------------end--------------->8---

I'd like to define it once and for all in my emacs
configuration files but I'd need to replace the

--8<---------------cut here---------------start------------->8---
           :include ("test.org")
--8<---------------cut here---------------end--------------->8---

line with the result of (buffer-name). Is it possible ?

Julien.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-29 10:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 21:37 Using Buffer name in :include export property Julien Cubizolles
2014-08-28 23:21 ` Nick Dokos
2014-08-29  9:40   ` Julien Cubizolles
2014-08-29 10:34     ` Julien Cubizolles

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.