From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Help understanding what's imported from a #+SETUPFILE file Date: Fri, 12 Feb 2016 18:02:32 -0500 Message-ID: References: <87k2m94kct.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013a2a26df2400052b9aab46 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUMk5-00036W-Vj for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 18:03:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUMk5-0004Kf-0f for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 18:03:13 -0500 Received: from mail-ob0-x22e.google.com ([2607:f8b0:4003:c01::22e]:34939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUMk4-0004KL-Ph for emacs-orgmode@gnu.org; Fri, 12 Feb 2016 18:03:12 -0500 Received: by mail-ob0-x22e.google.com with SMTP id xk3so141913781obc.2 for ; Fri, 12 Feb 2016 15:03:12 -0800 (PST) In-Reply-To: <87k2m94kct.fsf@nicolasgoaziou.fr> 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: Kaushal Modi , emacs-org list --089e013a2a26df2400052b9aab46 Content-Type: text/plain; charset=UTF-8 > SETUPFILE exports keywords defined in `org-export-options-alist' and in back-end specific options (i.e. :options-alist). I tried "C-h v org-export-options-alist" but the result seemed cryptic to me: ((:title "TITLE" nil nil parse) (:date "DATE" nil nil parse) (:author "AUTHOR" nil user-full-name parse) (:email "EMAIL" nil user-mail-address t) (:language "LANGUAGE" nil org-export-default-language t) (:select-tags "SELECT_TAGS" nil org-export-select-tags split) (:exclude-tags "EXCLUDE_TAGS" nil org-export-exclude-tags split) (:creator "CREATOR" nil org-export-creator-string) (:headline-levels nil "H" org-export-headline-levels) (:preserve-breaks nil "\\n" org-export-preserve-breaks) (:section-numbers nil "num" org-export-with-section-numbers) (:time-stamp-file nil "timestamp" org-export-time-stamp-file) (:with-archived-trees nil "arch" org-export-with-archived-trees) (:with-author nil "author" org-export-with-author) (:with-broken-links nil "broken-links" org-export-with-broken-links) (:with-clocks nil "c" ... > For example, in latex back-end the latter category is > LATEX_CLASS, LATEX_CLASS_OPTIONS, LATEX_HEADER, LATEX_HEADER_EXTRA, > DESCRIPTION, KEYWORDS, SUBTITLE, LATEX_COMPILER, DATE That helps. Thanks! --089e013a2a26df2400052b9aab46 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
>=C2=A0SETUPFILE exports keywords defined in `org-export-options-alist= ' and in=C2=A0back-end specific= options (i.e. :options-alist).
=
I tried "C-h v org-export-options-a= list" but the result seemed cryptic to me:

(= (:title "TITLE" nil nil parse) (:date "DATE" nil nil pa= rse) (:author
=C2=A0"AUTHOR" nil = user-full-name parse) (:email "EMAIL" nil
=C2=A0user-mail-address t) (:language "LANGUAGE" nil
=C2=A0org-export-default-language t) (:select-= tags "SELECT_TAGS" nil
=C2=A0org-= export-select-tags split) (:exclude-tags "EXCLUDE_TAGS" nil
=
=C2=A0org-export-exclude-tags split) (:creator &= quot;CREATOR" nil
=C2=A0org-export-cre= ator-string) (:headline-levels nil "H"
=C2=A0org-export-headline-levels) (:preserve-breaks nil "\\n&quo= t;
=C2=A0org-export-preserve-breaks) (:sect= ion-numbers nil "num"
=C2=A0org-e= xport-with-section-numbers) (:time-stamp-file nil "timestamp"
=C2=A0org-export-time-stamp-file) (:with-archi= ved-trees nil "arch"
=C2=A0org-ex= port-with-archived-trees) (:with-author nil "author"
=C2=A0org-export-with-author) (:with-broken-links nil &= quot;broken-links"
=C2=A0org-export-wi= th-broken-links) (:with-clocks nil "c"
...

> For example, in latex=C2=A0back-end the latter category is> =C2=A0 LA= TEX_CLASS, LATEX_CLASS_OPTIONS, LATEX_HEADER, LATEX_HEADER_EXTRA,> =C2=A0 DE= SCRIPTION, KEYWORDS, SUBTITLE, LATEX_COMPILER, DATE

That helps. Thanks= !


=
--089e013a2a26df2400052b9aab46--