emacs-orgmode
[Top][All Lists]
Advanced

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

#+author un subtree exports.


From: Damien Couroussé
Subject: #+author un subtree exports.
Date: Mon, 30 Nov 2020 10:49:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.5.0

hello all,

I would like to export only a subtree of a bigger document, and use #+author annotations in subtrees.  Currently, all the #+author annotations of the document are concatenated in the exported document.

Is it the expected behaviour?  Is it possible to have per-section #+author annotation?


Minimalist example:

```
* section A

#+title: doc A
#+author: author A

text A.

* section B

#+title: doc B
#+author: author B

text B.
```

In this example, exporting e.g. section B (=C-c C-e C-s t U= with the default keymaps) produces the following output, where "author A author B" in the document heading is not wanted.


Text export of section B:

```
                          ━━━━━━━━━━━━━━━━━━━
                               SECTION B

                           author A author B
                          ━━━━━━━━━━━━━━━━━━━


Table of Contents
─────────────────




text B.
```




thank you,
Damien

--
Damien Couroussé
Research Engineer

Commissariat à l’énergie atomique et aux énergies alternatives
Institut List | Minatec Campus
17 avenue des Martyrs | 38054 Grenoble Cedex | France

Tel : +33 (0)4 38 78 04 66
Web : http://www-list.cea.fr
[Citation aléatoire]
Functional programming has no side effects because no one uses it.
-+- Annoy /r/haskell in one sentence -+-


reply via email to

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