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
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
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
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
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.
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.