Re: [Orgmode] How can I get document metadata?

2010-09-19 Thread Sebastian Rose
Aidan Gauland aidal...@no8wireless.co.nz 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

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How can I get document metadata?

2010-09-19 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes:
 Aidan Gauland aidal...@no8wireless.co.nz 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

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How can I get document metadata?

2010-09-19 Thread Bastien
Hi Sebastian,

Sebastian Rose sebastian_r...@gmx.de writes:

 Is that function still in use? 

 `grep -Fr org-parse-local-options'  reveals nothing.

I've double-checked and no, it's not used.  

I removed it to spare people's time when C-h f-ing for the right
function.

Thanks,

-- 
 Bastien

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode