From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: How can I get document metadata? Date: Sun, 19 Sep 2010 16:42:21 +0200 Message-ID: <87lj6xyeuq.fsf@gmx.de> References: <20100919025151.GA2355@dimension8.tehua.net> <87pqw9yfnn.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxLX8-0008V4-Cv for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 11:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxL65-0005XE-Mz for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 10:42:31 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:56675 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OxL65-0005X0-AO for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 10:42:29 -0400 In-Reply-To: <87pqw9yfnn.fsf@gmx.de> (Sebastian Rose's message of "Sun, 19 Sep 2010 16:25:00 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sebastian Rose writes: > Aidan Gauland writes: >> Is there an org function to get the title, author, etc. of an org document? >> >> --Aidan > > How about > > C-h f org-parse-local-options > > > BTW: > > C-h f org-par TAB TAB > > is your friens ;) > > > HTH > > Sebastian This is awkward to use: (org-parse-local-options (org-get-local-options) 'org-export-headline-levels) Is that function still in use? `grep -Fr org-parse-local-options' reveals nothing. Sebastian