From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aidan Gauland Subject: Re: How can I get document metadata? Date: Sun, 19 Sep 2010 20:04:46 +0000 (UTC) Message-ID: References: <20100919025151.GA2355@dimension8.tehua.net> <87pqw9yfnn.fsf@gmx.de> <87lj6xyeuq.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=45891 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxQ8D-0007po-FC for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:05:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxQ8B-0003Db-Ja for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:05:01 -0400 Received: from lo.gmane.org ([80.91.229.12]:44457) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxQ8B-0003DV-Db for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:04:59 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OxQ89-0006XV-24 for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 22:04:57 +0200 Received: from 65-165-148-118.nzcomms.co.nz ([65-165-148-118.nzcomms.co.nz]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 22:04:57 +0200 Received: from aidalgol by 65-165-148-118.nzcomms.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 19 Sep 2010 22:04:57 +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 gmx.de> writes: > 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. Not only is it awkward, it (org-get-local-options) doesn't seem to get me everything. For example, the title isn't in the list returned by org-get-local-options. Isn't there a function to get the value from a #+KEY: VALUE line, or has that not been factored out of the Org code that needs to do that? --Aidan