Well, I was kind of shocked because the mails sounded to imply I need to
switch evaluation off and, supposedly, extra-off-for-ical, too.
In fact that is the default, or so the source code comment reads but I
have no idea how that works out.
Cheers,
Simon
On 03/13/2014 04:42 PM, Bastien wrot
Hi Simon,
Simon Thum writes:
> Greppig org confirms icalendar is likely the only exception. While i
> find this surprising I guess there is a good reason, right?
The "good" reason is that it's very unlikely for a user to need Babel
evaluation in an org-mode buffer before exporting this buffer t
Greppig org confirms icalendar is likely the only exception. While i
find this surprising I guess there is a good reason, right?
Cheers,
Simon
On 02/26/2014 10:21 PM, Nicolas Goaziou wrote:
Hello,
Simon Thum writes:
I have some worries here; Why is it so hard to avoid
evaluation/modif
Hello,
Simon Thum writes:
> I have some worries here; Why is it so hard to avoid
> evaluation/modification in org files during export?
I don't think it is. There is a single variable to switch in order to
control this: `org-export-babel-evaluate'.
Do you think that it doesn't behave as expecte
Nicolas,
I recently had a similar problem, though in my case the iClaendar export
wasn't even reached because emacs started asking in other exports that
came before.
I have some worries here; Why is it so hard to avoid
evaluation/modification in org files during export?
I use -batch, I wou
El mié, 26 feb 2014, Nicolas Goaziou decía:
> OSiUX writes:
>
> > El mié, 26 feb 2014, Nicolas Goaziou decía:
>
> >> You could use something like this:
> >>
> >> (defun my-toggle-off-babel (backend)
> >> (when (org-export-derived-backend-p backend 'icalendar)
> >> (org-set-local 'or
OSiUX writes:
> El mié, 26 feb 2014, Nicolas Goaziou decía:
>> You could use something like this:
>>
>> (defun my-toggle-off-babel (backend)
>> (when (org-export-derived-backend-p backend 'icalendar)
>> (org-set-local 'org-confirm-babel-evaluate nil)
>> (org-set-local 'org-expo
El mié, 26 feb 2014, Nicolas Goaziou decía:
> Hello,
>
> OSiUX writes:
>
> > Calendar can be exported without evaluating
> > babel code blocks?
> >
> > I try setting in .emacs:
> >
> > (setq org-confirm-babel-evaluate nil)
> > (setq org-export-babel-evaluate nil)
> >
> > but always evaluate w
Hello,
OSiUX writes:
> Calendar can be exported without evaluating
> babel code blocks?
>
> I try setting in .emacs:
>
> (setq org-confirm-babel-evaluate nil)
> (setq org-export-babel-evaluate nil)
>
> but always evaluate when exports iCalendar :-(
You could use something like this:
(def
Hi!
Calendar can be exported without evaluating
babel code blocks?
I try setting in .emacs:
(setq org-confirm-babel-evaluate nil)
(setq org-export-babel-evaluate nil)
but always evaluate when exports iCalendar :-(
thanks!
Org-mode version 8.2.5h
(release_8.2.5h-631-g076b8e @ /home/osiris
10 matches
Mail list logo