* Orgmode publishing resursive
@ 2016-01-13 16:57 gongzhitaao
0 siblings, 0 replies; only message in thread
From: gongzhitaao @ 2016-01-13 16:57 UTC (permalink / raw)
To: emacs-orgmode
Suppose I have the following configuration
("test"
:base-directory "src"
:publishing-directory "dest"
:publishing-function org-latex-publish-to-pdf
:recursive t)
Is it possible to publish both org files to destination in the save level
E.g., publish from
src
├── dir1
│ └── a.org
└── dir2
└── b.org
to
dest
├── a.pdf
└── b.pdf
I.e., it possible to apply a :flatten flag or somewhat?
Thank you!
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-13 16:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 16:57 Orgmode publishing resursive gongzhitaao
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).