Re: [O] [NOT SOLVED: BUG?]

2017-08-03 Thread Uwe Brauer
>>> "Berry," == Berry, Charles writes: >> On Aug 3, 2017, at 1:04 AM, Uwe Brauer wrote: >> >> >> >> I just checked and situation is absurd. Here is the minimal example: >> [snip] >> >> When I set org-export-babel-evaluate

Re: [O] [NOT SOLVED: BUG?] (was: [SOLVED])

2017-08-03 Thread Berry, Charles
> On Aug 3, 2017, at 1:04 AM, Uwe Brauer wrote: > > > > I just checked and situation is absurd. Here is the minimal example: > [snip] > > When I set org-export-babel-evaluate nil, then the code is *not* > evaluated, *but* the code block *and* the result are exported. >

[O] [NOT SOLVED: BUG?] (was: [SOLVED])

2017-08-03 Thread Uwe Brauer
I just checked and situation is absurd. Here is the minimal example: , | | #+begin_src matlab :results output latex :exports results | X=[1]; | disp('\begin{displaymath}') | fprintf('X&=%g \n', X) | disp('\end{displaymath}') | #+end_src | | #+RESULTS: | #+BEGIN_EXPORT latex |

Re: [O] [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1]

2012-09-05 Thread Giovanni Ridolfi
The new exporter exports the table correctly: \begin{tabular}{l} \hline 10$^3$\\ H$_2$O\\ \hline \end{tabular} please use it as suggested in the Release notes[1] cheers, Giovanni [1] http://orgmode.org/Changes.html Make sure contrib/lisp/ is in your load-path M-: (require 'org-export) RET

[PATCH] Re: [O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-11 Thread Giovanni Ridolfi
Bastien b...@altern.org writes: It is indeed fixed in the latest git version. Bastien, The :clock-keep option now works, thanks. There's a little bug in the Customize interface of clock-keep. The :clock-keep *t* option can't be selected with the Customize interface 'C-c c C ', since its

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Giovanni Ridolfi
Bernt Hansen be...@norang.ca writes: Hi Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: I think I found a bug with the option :clock-keep snip (setq org-capture-templates (quote ((t todo entry (file c:/Documents and Settings/my-path/a.org) * TODO %? %U %a :immediate-finish t

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bernt Hansen
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Bernt Hansen be...@norang.ca writes: Hi Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: I think I found a bug with the option :clock-keep snip (setq org-capture-templates (quote ((t todo entry (file c:/Documents and

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Giovanni Ridolfi
Bernt Hansen be...@norang.ca writes: Hi, Bernt, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: Bernt Hansen be...@norang.ca writes: snip I could change my templates to use :clock-keep in this situation but I'm not 100% convinced that I always do this. The F9-SPC is an optional step

Re: [O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bastien
Bernt Hansen be...@norang.ca writes: That's a little radical isn't it? The current problems you've shown are probably fixable. It is indeed fixed in the latest git version. Thanks to both for looking into this. Best, -- Bastien

[O] Re: SOLVED Bug: :clock-keep...not kept [7.5__078c01]

2011-04-08 Thread Bastien
Hi Giovanni, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: However let me underline that Bastien tried to introduced :clock-keep and it does not work. :-( Yes, my bad. So I'm conviced that the proper interaction of the :clock-keep property with the rest of org-capture-finalize