Re: [Orgmode] org-export-string

2010-11-01 Thread Aidan Gauland
On Sun, Oct 31, 2010 at 08:14:27AM -0600, Eric Schulte wrote: > It should be possible to use edebug to locate the source of this prompt. > > Evaluate the definition of `org-export-string' with a prefix argument > (i.e. C-u C-M-x). Then when you call `org-export-string' you can step > through all S

Re: [Orgmode] org-export-string

2010-10-31 Thread Eric Schulte
It should be possible to use edebug to locate the source of this prompt. Evaluate the definition of `org-export-string' with a prefix argument (i.e. C-u C-M-x). Then when you call `org-export-string' you can step through all S-expressions in the definition, until you reach the one which is genera

Re: [Orgmode] org-export-string

2010-10-31 Thread Noorul Islam
On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland wrote: > Evaluating (org-export-string "plain plain *bold* plain" "html") > prompts me (in the minibuffer) with... > > File to save in: /tmp/ > > I can't see any obvious s-exp in the definition of org-export-string > that would be bringing up the pro

Re: [Orgmode] org-export-string

2010-10-31 Thread Aidan Gauland
On Sun, Oct 31, 2010 at 12:34:18PM +0530, Puneeth wrote: > On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland > wrote: > > Evaluating (org-export-string "plain plain *bold* plain" "html") > > prompts me (in the minibuffer) with... > > > > File to save in: /tmp/ > > Which version of Org-mode and Emac

Re: [Orgmode] org-export-string

2010-10-31 Thread Puneeth
On Sun, Oct 31, 2010 at 12:15 PM, Aidan Gauland wrote: > Evaluating (org-export-string "plain plain *bold* plain" "html") > prompts me (in the minibuffer) with... > > File to save in: /tmp/ Which version of Org-mode and Emacs are you using? I'm unable to reproduce this with - GNU Emacs 24.0.50.

[Orgmode] org-export-string

2010-10-30 Thread Aidan Gauland
Evaluating (org-export-string "plain plain *bold* plain" "html") prompts me (in the minibuffer) with... File to save in: /tmp/ I can't see any obvious s-exp in the definition of org-export-string that would be bringing up the prompt. Aside from the prompt, this function does exactly what I need.