all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* #+author un subtree exports.
@ 2020-11-30  9:49 Damien Couroussé
  2020-11-30 10:29 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Damien Couroussé @ 2020-11-30  9:49 UTC (permalink / raw)
  To: emacs-orgmode

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 -+-


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

end of thread, other threads:[~2020-11-30 10:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30  9:49 #+author un subtree exports Damien Couroussé
2020-11-30 10:29 ` Eric S Fraga
2020-11-30 10:47   ` Damien Couroussé

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.