From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +LNuFxrOxF/DKQAA0tVLHw (envelope-from ) for ; Mon, 30 Nov 2020 10:48:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id yPo9ExrOxF+FCQAA1q6Kng (envelope-from ) for ; Mon, 30 Nov 2020 10:48:58 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E209994011C for ; Mon, 30 Nov 2020 10:48:57 +0000 (UTC) Received: from localhost ([::1]:47076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjgjn-0002zk-TQ for larch@yhetil.org; Mon, 30 Nov 2020 05:48:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56372) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjgiK-0002xv-1H for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 05:47:24 -0500 Received: from oxalide-smtp-out.extra.cea.fr ([132.168.224.13]:42306) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjgiG-0002co-PI for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 05:47:22 -0500 Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by oxalide-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 0AUAlITd001563 for ; Mon, 30 Nov 2020 11:47:18 +0100 Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 2D67F205DF7 for ; Mon, 30 Nov 2020 11:47:18 +0100 (CET) Received: from muguet1-smtp-out.intra.cea.fr (muguet1-smtp-out.intra.cea.fr [132.166.192.12]) by pisaure.intra.cea.fr (Postfix) with ESMTP id 221D2205DB2 for ; Mon, 30 Nov 2020 11:47:18 +0100 (CET) Received: from [10.11.244.165] ([10.11.244.165]) by muguet1-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 0AUAlHnX020561 for ; Mon, 30 Nov 2020 11:47:17 +0100 Subject: Re: #+author un subtree exports. To: emacs-orgmode@gnu.org References: <87sg8rxhmo.fsf@ucl.ac.uk> From: =?UTF-8?Q?Damien_Courouss=c3=a9?= Organization: CEA Message-ID: <1eb36aa2-640b-ced1-92f9-65be7d54ee9b@cea.fr> Date: Mon, 30 Nov 2020 11:47:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <87sg8rxhmo.fsf@ucl.ac.uk> Content-Type: multipart/alternative; boundary="------------6677D3451AC6CA78A4354213" Content-Language: fr Received-SPF: pass client-ip=132.168.224.13; envelope-from=damien.courousse@cea.fr; helo=oxalide-smtp-out.extra.cea.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.28 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-TUID: /HuhuGaw6Mwx This is a multi-part message in MIME format. --------------6677D3451AC6CA78A4354213 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit On 30/11/2020 11:29, Eric S Fraga wrote: >> 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. > For subtree export, make use of the EXPORT_X properties where X can be > AUTHOR, TITLE, ... Set these properties in each sub-tree. Thank you, Eric, this is exactly what I was looking for. This is documented in the manual here: https://orgmode.org/manual/Export-Settings.html regards, -- 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] There are only two hard problems in computer science: being Haskell, and. -+- https://m.reddit.com/r/rust/comments/5l08o5/rust_is_literally_haskell -+- --------------6677D3451AC6CA78A4354213 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

On 30/11/2020 11:29, Eric S Fraga wrote:
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.
For subtree export, make use of the EXPORT_X properties where X can be
AUTHOR, TITLE, ...  Set these properties in each sub-tree.
Thank you, Eric, this is exactly what I was looking for.
This is documented in the manual here:

https://orgmode.org/manual/Export-Settings.html

regards,
-- 
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]
There are only two hard problems in computer science: being Haskell,
and.
-+- https://m.reddit.com/r/rust/comments/5l08o5/rust_is_literally_haskell -+-
--------------6677D3451AC6CA78A4354213--