emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Orgmode publishing resursive


From: gongzhitaao
Subject: [O] Orgmode publishing resursive
Date: Wed, 13 Jan 2016 16:57:05 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]