From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois?= Allisson Subject: Re: new exporter - subtree export and a few keywords Date: Fri, 21 Dec 2012 11:06:37 +0100 Message-ID: <87y5gr4t3m.fsf@allisson.co> References: ,<874njj8tie.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlzU6-0002fk-MD for emacs-orgmode@gnu.org; Fri, 21 Dec 2012 05:05:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlzU4-0003PC-O6 for emacs-orgmode@gnu.org; Fri, 21 Dec 2012 05:05:42 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlzU4-0003Ot-HA for emacs-orgmode@gnu.org; Fri, 21 Dec 2012 05:05:40 -0500 In-reply-to: <874njj8tie.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Org mode > No answer. But I will share a trick. > > Good way to answer such questions is to do this: > > M-x find-library RET org-export RET > C-s EXPORT_ > > and with couple of more C-s es you will end up with something like. > > ,---- C-h v org-export-options-alist > | KEYWORD is a string representing a buffer keyword, or nil. Each > | property defined this way can also be set, during subtree > | export, through an headline property named after the keyword > | with the \"EXPORT_\" prefix (i.e. DATE keyword and EXPORT_DATE > | property). > `---- > Thanks Jambunathan. F.