[O] org-ellipsis problem

2015-12-07 Thread Dan Griswold
Hi all, Setting org-ellipsis (either via setq or customize) has no effect for me. Org buffers still show three dots at the end of folded lines instead of the character I give to org-ellipsis. Even restarting emacs does not give the intended result. Any suggestions? Thanks, Dan

[O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
Hello I have the following minimal example :tangle yes #+BEGIN_SRC emacs-lisp (setq-default fill-column 79) #+END_SRC I put my cursor into the code block and execute C-c C-v t and I obtain Tangled 0 code blocks from new.org C-c C-v f gives the same result. What do I miss? Thanks Uwe

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Try > #+BEGIN_SRC emacs-lisp :tangle yes > (setq-default fill-column 79) > #+END_SRC thanks works nicely!

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "Thomas" == Thomas S Dye writes: > Aloha Uwe Brauer, > Uwe Brauer writes: >> Hello >> >> I have the following minimal example >> >> :tangle yes >> >> #+BEGIN_SRC emacs-lisp >> (setq-default fill-column 79) >> #+END_SRC

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Thomas S . Dye
Aloha Uwe Brauer, Uwe Brauer writes: > Hello > > I have the following minimal example > > :tangle yes > > #+BEGIN_SRC emacs-lisp > (setq-default fill-column 79) > #+END_SRC > > > I put my cursor into the code block and execute C-c C-v t > and I obtain > > Tangled 0 code

Re: [O] problem with org-babel-tangle

2015-12-07 Thread John Kitchin
Try #+BEGIN_SRC emacs-lisp :tangle yes (setq-default fill-column 79) #+END_SRC Uwe Brauer writes: > Hello > > I have the following minimal example > > :tangle yes > > #+BEGIN_SRC emacs-lisp > (setq-default fill-column 79) > #+END_SRC > > > I put my cursor into the code block and execute

Re: [O] problem with org-capture

2015-12-04 Thread Eric S Fraga
On Thursday, 3 Dec 2015 at 23:38, Nicolas Goaziou wrote: [...] > I pushed a commit which should fix these issues and the others mentioned > in the thread. Thank you. Hi Nicolas, thank you very much for this. The problems I was experiencing have all gone away now! -- : Eric S Fraga

Re: [O] problem with org-capture

2015-12-03 Thread Nicolas Goaziou
Hello, Charles Millar writes: > I think it is still broken in another way > > my template for capturing time as I work on a files - > > ("s" "timeslip" table-line > (file "/mnt/Data/ActiveFiles/EmacsFiles/timeslips.org") > "\|

Re: [O] problem with org-capture

2015-12-03 Thread Eric S Fraga
On Wednesday, 2 Dec 2015 at 22:24, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> However, it only partially fixed. The system does now prompt as it >> should but the mini-buffer input only allows single words. Hitting >> space bar attempts to do completion.

Re: [O] problem with org-capture

2015-12-03 Thread Charles Millar
On 12/03/2015 04:02 AM, Nicolas Goaziou wrote: Hello, Charles Millar writes: I think it is still broken in another way my template for capturing time as I work on a files - ("s" "timeslip" table-line (file

Re: [O] problem with org-capture

2015-12-03 Thread Matt Lundin
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> However, it only partially fixed. The system does now prompt as it >> should but the mini-buffer input only allows single words. Hitting >> space bar attempts to do completion. I believe

Re: [O] problem with org-capture

2015-12-03 Thread Mike McLean
At the risk of piling on, I too am having problems with Org Capture templates that haven't changed in a long time. The sample below used to function like: 1. I would call it from org-capture, select the “af” template 2. I would get prompted for a date from file+datetree+prompt and I would

Re: [O] problem with org-capture

2015-12-03 Thread Nicolas Goaziou
Hello, Mike McLean writes: > At the risk of piling on, I too am having problems with Org Capture > templates that haven't changed in a long time. The sample below used to > function like: > >1. I would call it from org-capture, select the “af” template >2. I would

Re: [O] problem with org-capture

2015-12-03 Thread Charles Millar
On 12/03/2015 05:38 PM, Nicolas Goaziou wrote: Hello, Mike McLean writes: At the risk of piling on, I too am having problems with Org Capture templates that haven't changed in a long time. The sample below used to function like: 1. I would call it from

Re: [O] problem with org-capture

2015-12-03 Thread Mike McLean
Great Everything seems to(*) work again; thank you. Mike (*) I have another small issue that I think is ~helm~ related based on the initial backtrace, I'll do full checks (tomorrow or weekend) with -Q and report back if I think it is Org related. Gut feeling right no: not. On Thu, Dec 3, 2015

Re: [O] problem with org-capture

2015-12-02 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > However, it only partially fixed. The system does now prompt as it > should but the mini-buffer input only allows single words. Hitting > space bar attempts to do completion. I believe the input should be free > form? Fixed (again). Thank

Re: [O] problem with org-capture

2015-12-02 Thread Charles Millar
Hi, On 12/02/2015 04:24 PM, Nicolas Goaziou wrote: Hello, Eric S Fraga writes: However, it only partially fixed. The system does now prompt as it should but the mini-buffer input only allows single words. Hitting space bar attempts to do completion. I believe the input

Re: [O] problem with org-capture

2015-12-02 Thread Eric S Fraga
On Tuesday, 1 Dec 2015 at 23:22, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga <e.fr...@ucl.ac.uk> writes: > >> at the risk of again raising an issue that is actually my fault :-(, I >> am having a problem with org-capture. I have been using the same &

Re: [O] problem with org-capture

2015-12-01 Thread Matt Lundin
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > Hello again, > > at the risk of again raising an issue that is actually my fault :-(, I > am having a problem with org-capture. I have been using the same > templates for yonks but, all of a sudden, my templates don't

Re: [O] problem with org-capture

2015-12-01 Thread Eric S Fraga
On Tuesday, 1 Dec 2015 at 14:51, Matt Lundin wrote: [...] > I can confirm this bug. None of the prompt shortcuts work in capture > templates. For instance, the following capture template... Whew! I was really worried I'd done some silly again... :-) And I did check with emacs -Q for once!

Re: [O] problem with org-capture

2015-12-01 Thread Nicolas Goaziou
Hello, Eric S Fraga <e.fr...@ucl.ac.uk> writes: > at the risk of again raising an issue that is actually my fault :-(, I > am having a problem with org-capture. I have been using the same > templates for yonks but, all of a sudden, my templates don't work. For > instance, >

[O] problem with org-capture

2015-12-01 Thread Eric S Fraga
Hello again, at the risk of again raising an issue that is actually my fault :-(, I am having a problem with org-capture. I have been using the same templates for yonks but, all of a sudden, my templates don't work. For instance, #+begin_src emacs-lisp (setq org-capture-templates

Re: [O] Problem with org-collector.el in Org v. 8.3

2015-11-25 Thread Herbert Sitz
Whoops, turns out that the org-collector.el file I was grabbing in step 1 was _NOT_ the one from this link: http://orgmode.org/worg/code/elisp/org-collector.el Instead, I was using a copy of the org-collector.el file in most recent org-contrib-plus package. The version in org-contrib-plus

[O] Problem with org-collector.el in Org v. 8.3

2015-11-25 Thread Herbert Sitz
I seem to be having same problem with org-collector in v.8.3as was reported by Charlie Millar back in April. I checked with him and he was never able to resolve the issue. Here's his original post: http://article.gmane.org/gmane.emacs.orgmode/96966/match=org+collector It was easy to confirm

Re: [O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Eric S Fraga
On Tuesday, 18 Aug 2015 at 10:42, Tomas Grigera wrote: Hello list, I am a very happy user of orgmode and babel. I recently picked up a document from last year, and found that code blocks that used to evaluate fine now don't. A code block like this [...] There has been some change, of

Re: [O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Tomas Grigera
Thanks Eric, My workaround was to use :session, though not completely satisfactory (I need to clean up the output). Your comment made me notice 1. octave reports the problem filename as empty 2. the undefined function call happens at 'line 1', which would not be the case if the whole code block

[O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Tomas Grigera
Hello list, I am a very happy user of orgmode and babel. I recently picked up a document from last year, and found that code blocks that used to evaluate fine now don't. A code block like this #+BEGIN_SRC octave 1; function y=dup(x) y=2*x; end dup(2) #+END_SRC fails with : warning:

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-11 Thread Sharon Kimble
-on-clock-out() The function `bh/remove-empty-drawer-on-clock-out' needs to be modified. It should call (org-remove-empty-drawer-at (point)) instead of (org-remove-empty-drawer-at LOGBOOK (point)) Regards, Thanks Nick, that has completely solved the problem, and its running cleanly

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Kyle Meyer
Sharon Kimble boudic...@skimble.plus.com wrote: [...] Do you still get the error after running 'C-u M-x org-reload'? Yes, its still occurring even after closing and restarting emacs. Just restarting emacs will still use the compiled files. Did you try 'C-u M-x org-reload' (the C-u prefix

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Sharon Kimble
Kyle Meyer k...@kyleam.com writes: Hello, Sharon Kimble boudic...@skimble.plus.com wrote: I'm finding that when I clock out now I get the following error report I cannot reproduce this with 'emacs -Q' and the following test. Clocking in (C-c C-x C-i) and then out (C-c C-x C-o) on the

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Achim Gratz
Kyle Meyer writes: Just restarting emacs will still use the compiled files. Did you try 'C-u M-x org-reload' (the C-u prefix loads the *.el files instead of *.elc)? The org-reload uncompiled command is in the Org menu in Emacs under Refresh/Reload and bound to C-u C-c C-x !. Regards, Achim.

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Sharon Kimble
Kyle Meyer k...@kyleam.com writes: Sharon Kimble boudic...@skimble.plus.com wrote: [...] Do you still get the error after running 'C-u M-x org-reload'? Yes, its still occurring even after closing and restarting emacs. Just restarting emacs will still use the compiled files. Did you try

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: Kyle Meyer k...@kyleam.com writes: Do you still get the error after running 'C-u M-x org-reload'? Yes, its still occurring even after closing and restarting emacs. In fact I've just done this to check for certain, and this time it threw up a

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Kyle Meyer
Sharon Kimble boudic...@skimble.plus.com wrote: Kyle Meyer k...@kyleam.com writes: [...] Just restarting emacs will still use the compiled files. Did you try 'C-u M-x org-reload' (the C-u prefix loads the *.el files instead of *.elc)? I've just updated org+contrib to todays release, then

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Nicolas Goaziou
Hello, Sharon Kimble boudic...@skimble.plus.com writes: Yes, its still occurring even after closing and restarting emacs. In fact I've just done this to check for certain, and this time it threw up a debugger page, which says - Debugger entered--Lisp error: (wrong-number-of-arguments

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-09 Thread Kyle Meyer
Hello, Sharon Kimble boudic...@skimble.plus.com wrote: I'm finding that when I clock out now I get the following error report I cannot reproduce this with 'emacs -Q' and the following test. Clocking in (C-c C-x C-i) and then out (C-c C-x C-o) on the following heading * h results in

[O] BUG REPORT - problem with org.elc on clocking out

2015-08-09 Thread Sharon Kimble
I'm finding that when I clock out now I get the following error report - --8---cut here---start-8--- Clock stopped at [2015-08-09 Sun 20:25] after 1:50 save-excursion: Wrong number of arguments: #[(pos) rÂ!ƒÃ!‚pqˆŠŒ~ˆbˆÄ Å !ƅ=ÇÈ \?…=ÇÉ \ÇÊ

Re: [O] problem with beamer slides

2015-08-06 Thread Zhihao Ding
I have solved this problem. It's a problem with latex not org. Thanks for replying to this. Cheers, Zhihao On 6 August 2015 at 13:20, Zhihao Ding zhihao.d...@gmail.com wrote: I export the subtree, below is the org, and after that is the latex === * projects :PROPERTIES: :header-args

Re: [O] problem with beamer slides

2015-08-06 Thread Eric S Fraga
On Thursday, 6 Aug 2015 at 12:15, Zhihao Ding wrote: Hi guys, I had some problems producing beamer slides after I installed emacs and org on a new computer. I am using emacs 24.4.1, and installed org (8.2.10 org-2018-08-03) using elpa. I don't seem to be able to get the frame environment

[O] problem with beamer slides

2015-08-06 Thread Zhihao Ding
Hi guys, I had some problems producing beamer slides after I installed emacs and org on a new computer. I am using emacs 24.4.1, and installed org (8.2.10 org-2018-08-03) using elpa. I don't seem to be able to get the frame environment even when I set the H in the options, e.g. :EXPORT_OPTIONS:

Re: [O] problem with beamer slides

2015-08-06 Thread Zhihao Ding
I export the subtree, below is the org, and after that is the latex === * projects :PROPERTIES: :header-args: :cache yes :EXPORT_DATE: \today :EXPORT_AUTHOR: myname :EXPORT_LaTeX_HEADER+: \usepackage{array} :EXPORT_LaTeX_HEADER+: \usepackage{tikz} :EXPORT_LATEX_HEADER+:

[O] Problem with table computations

2015-08-03 Thread Sebastien Vauban
Hello, Since an update done this morning (last one somewhere beginning of last week, IIRC), the following table (for example) is not correctly computed anymore: | | Date | AM Trp | AM Tme | AM Avg | PM Trp | PM Tme | PM Avg |

Re: [O] Problem with table computations

2015-08-03 Thread Nicolas Goaziou
Helo, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Since an update done this morning (last one somewhere beginning of last week, IIRC), the following table (for example) is not correctly computed anymore: | | Date | AM Trp | AM Tme | AM Avg |

Re: [O] [org-babel] Problem using result of code block with eval no

2015-07-20 Thread Grant Rettke
Francesco how did this end up? I just tried it and couldn't reproduce that behavior. Org-Mode warned me that you can't evaluate block-id table2 so there is no result or value for the last heading. Grant Rettke -- g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in

Re: [O] Problem with :placement ?

2015-07-17 Thread Fabrice Popineau
Rasmus rasmus at gmx.us writes: That looks like a special block. Maybe: #+attr_latex: :options [bp] Oh, thanks. I misread the doc. Each of figure, table, special block etc. have a different set of keywords. Fabrice

Re: [O] Problem with :placement ?

2015-07-17 Thread Rasmus
Fabrice Popineau fabrice.popin...@gmail.com writes: Oh, thanks. I misread the doc. Each of figure, table, special block etc. have a different set of keywords. :options usually works. Placement doesn't work here as the special block could be anything. You could use :placement if you kept

Re: [O] batch compiling problem

2015-07-17 Thread henry atting
Apparently fixed in Org-mode version 8.3beta (release_8.3beta-1288-ga98553)

Re: [O] Problem with :placement ?

2015-07-16 Thread Rasmus
Fabrice Popineau fabrice.popin...@gmail.com writes: Hi, I have this figure : #+name: fig:fig-m #+caption: Machine de Turing \(M\) de l'exercice [[ex1]] #+attr_latex: :placement bp #+begin_figure \centering \begin{tikzpicture}[-,=latex,semithick,state/.style={draw,circle,node

[O] Problem with :placement ?

2015-07-16 Thread Fabrice Popineau
Hi, I have this figure : #+name: fig:fig-m #+caption: Machine de Turing \(M\) de l'exercice [[ex1]] #+attr_latex: :placement bp #+begin_figure \centering \begin{tikzpicture}[-,=latex,semithick,state/.style={draw,circle,node distance=1.5cm,inner sep=5pt},scale=0.9,every node/.style={scale=0.9}]

[O] batch compiling problem

2015-07-10 Thread henry atting
Hi, as of recently I cannot convert org files to html on the commandline (though converting flawlessly works within emacs). Org-mode version 8.3beta (release_8.3beta-1274-gc76fef The error message is: Symbol's value as variable is void: cl-struct-cl-structure-object-tags Makefile:10: recipe

Re: [O] problem with ox-pandoc export

2015-07-07 Thread Rasmus
Fabrice Popineau fabrice.popin...@supelec.fr writes: You are right. I'm curious to see which route is the easiest. I'll try very soon. BTW you might also try tex4ebook, in which case you can go via ox-latex.el. Rasmus -- If you can mix business and politics wonderful things can happen!

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Richard Lawrence richard.lawre...@berkeley.edu writes: Rasmus ras...@gmx.us writes: I don't see it as reinventing the wheel. One example, does pandoc have something like the ox filters? It does; see e.g. http://pandoc.org/scripting.html Pandoc filters are actually more powerful than Org

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: And it is high quality exporter(s)? I don't know. However it doesn't matter much for formats we are not going to provide an export back-end anyway. Are there any exporters in particular that we need? rtf, rst, mediawiki might be useful. I think Bastien wanted to

[O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-07-02 Thread Dees, Jonathan
Dear orgmode developers, Bug can be reproduces the following way: Test.org with the content: A picture follows. [[file:img/a.JPG][file:img/a.thumb.JPG]] Now use org-publish to generate nice html out of the org file (using the org-publish-project-alist given in the appendix) will fail with the

Re: [O] Bug: org-publish problem for pictures with thumbnails but without explicit width specification [7.9.3f (release_7.9.3f-17-g7524ef @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2015-07-02 Thread Nicolas Goaziou
Hello, Dees, Jonathan jonathan.d...@sap.com writes: Test.org with the content: A picture follows. [[file:img/a.JPG][file:img/a.thumb.JPG]] Now use org-publish to generate nice html out of the org file (using the org-publish-project-alist given in the appendix) will fail with the

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Nicolas Goaziou mail-gpy5sjqteqhwkn9pgdnjrvaujnlxr...@public.gmane.org writes: So this is not a Pandoc export back-end (i.e. a back-end that translates Org syntax into Pandoc's extended Markdown syntax).

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alan Schmitt alan.schm...@polytechnique.org writes: In short, it exports the org file to another temporary org file (using the pandoc exporter that inherits from the org exporter), then it calls the pandoc binary to convert from org to the target

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Sebastien Vauban
Hello, Nicolas Goaziou writes: Sebastien Vauban writes: Nicolas Goaziou writes: So this is not a Pandoc export back-end (i.e. a back-end that translates Org syntax into Pandoc's extended Markdown syntax). If the pandoc back-end is some flavor of Markdown, shouldn't it be better named

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Which one are you talking about, the one from ELPA or the one I suggest adding to core? The former doesn't translate to Markdown at all. It simply calls pandoc on an Org document to produce something else. It depends on how well pandoc's Org

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Fabrice Popineau fabrice.popin...@supelec.fr writes: To export documents to the epub format and produce ebooks ? (I certainly would be interested in it). Isn't an EPUB more or less a zipped XHTML project? Wouldn't ox-html + magic be a shorter and potentially less error prone route to get an

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Fabrice Popineau
You are right. I'm curious to see which route is the easiest. I'll try very soon. Fabrice Le 2 juil. 2015 16:35, Rasmus ras...@gmx.us a écrit : Fabrice Popineau fabrice.popin...@supelec.fr writes: To export documents to the epub format and produce ebooks ? (I certainly would be interested

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Fabrice Popineau
2015-07-02 14:02 GMT+02:00 Rasmus ras...@gmx.us: Why do we need a pandoc exporter? And why do we need it in core? To export documents to the epub format and produce ebooks ? (I certainly would be interested in it). Emacs could certainly do the job too, but if it is already done ... why

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Why do we need a pandoc exporter? And why do we need it in core? Note that I said would be nice, not need. Pandoc has quite a few export formats that we will probably never have an export back-end for. It avoids re-inventing the wheel. Also Pandoc can export to

Re: [O] problem with ox-pandoc export

2015-07-02 Thread Rasmus
Hi, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Note that I said would be nice, not need. OK. Pandoc has quite a few export formats that we will probably never have an export back-end for. It avoids re-inventing the wheel. And it is high quality exporter(s)? Are there any exporters in

Re: [O] problem with ox-pandoc export

2015-07-01 Thread Nicolas Goaziou
think it would be nice to have the latter in core, even more so when we finally introduce citation syntax in Org. The problem seems to be that the org to org export part is not the identity. Calling `org-org-template' in `org-pandoc-template' solves the issue. Then mimic `org-org-template

Re: [O] problem with ox-pandoc export

2015-06-30 Thread Alan Schmitt
steps (like creating a custom CSS or adding arguments to the call to the pandoc binary). The problem seems to be that the org to org export part is not the identity. Calling `org-org-template' in `org-pandoc-template' solves the issue. Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7

Re: [O] problem with ox-pandoc export

2015-06-29 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: It seems that (org-org-template) is not available in the currently released version (I looked into the maint branch and could not see it). Correct. Is there a way to support both the master and the maint branch for ox-pandoc? Since you

Re: [O] problem with ox-pandoc export

2015-06-29 Thread Alan Schmitt
Hello Nicolas, On 2015-06-27 12:26, Nicolas Goaziou m...@nicolasgoaziou.fr writes: ox-org inserts meta-data in its template function (org-org-template). Since you're overriding it in the `mytest' back-end, you need to take care of that. It seems that (org-org-template) is not available in

Re: [O] problem with ox-pandoc export

2015-06-29 Thread Alan Schmitt
On 2015-06-29 14:19, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Alan Schmitt alan.schm...@polytechnique.org writes: Is there a way to support both the master and the maint branch for ox-pandoc? Since you are going to override it anyway, how does it matter? Just define

Re: [O] problem with ox-pandoc export

2015-06-29 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: There is an `org-pandoc-template' already, it just does not deal with the metadata used in `org-org-template'. I was thinking of reusing `org-org-template' directly, but if I understand your suggestion, we should just copy that code in

Re: [O] problem with ox-pandoc export

2015-06-28 Thread Alan Schmitt
On 2015-06-27 12:26, Nicolas Goaziou m...@nicolasgoaziou.fr writes: ox-org inserts meta-data in its template function (org-org-template). Since you're overriding it in the `mytest' back-end, you need to take care of that. Ah, I was not aware of this. Thanks! Alan -- OpenPGP Key ID :

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Alan Schmitt
On 2015-06-26 17:36, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Is there any reason why the options would disappear during export? Maybe ox-pandoc doesn't handle this meta-data. ox-pandoc does not do anything with that

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Alan Schmitt
On 2015-06-27 12:07, Alan Schmitt alan.schm...@polytechnique.org writes: No, and I can reproduce this with an empty configuration. So I guess there is something fishy going on in the generation of the temporary org file. Here is an ECM to show the issue. Evaluate this code: #+begin_src

Re: [O] problem with ox-pandoc export

2015-06-27 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: On 2015-06-27 12:07, Alan Schmitt alan.schm...@polytechnique.org writes: No, and I can reproduce this with an empty configuration. So I guess there is something fishy going on in the generation of the temporary org file. Here is an ECM to

Re: [O] problem with ox-pandoc export

2015-06-26 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Is there any reason why the options would disappear during export? Maybe ox-pandoc doesn't handle this meta-data. Perhaps you're doing a body-only export. Or you have `org-export-with-title' and al. set to nil... Regards, --

[O] problem with ox-pandoc export

2015-06-26 Thread Alan Schmitt
Hello, I’m having some issues with the ox-pandoc export and I would like to have some help from people who understand derived backends to debug it. Here is the github issue about it: https://github.com/kawabata/ox-pandoc/issues/3 The problem is that file metadata (author, date, title

Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
Hi Chuck, Charles C. Berry ccbe...@ucsd.edu writes: The error messages are coming from R. cbind will say: : Error in data.frame(..., check.names = FALSE) : : arguments imply differing number of rows: 2, 3 I think the problem is in ggplot2, rather than my for loop

Re: [O] Problem with R source blocks

2015-06-12 Thread Charles C. Berry
On Fri, 12 Jun 2015, Thomas S. Dye wrote: Hi Chuck, Charles C. Berry ccbe...@ucsd.edu writes: The error messages are coming from R. cbind will say: : Error in data.frame(..., check.names = FALSE) : : arguments imply differing number of rows: 2, 3 I think the problem is in ggplot2

Re: [O] Problem with R source blocks

2015-06-12 Thread Charles C. Berry
On Thu, 11 Jun 2015, Thomas S. Dye wrote: Aloha all, Recently, some previously working R code (below) stopped working correctly. It is not possible to produce a graphic without :session. I get a red message in the pdf file arguments imply differing numbers of rows: 86, 79. With :session, I

Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
the graphics commands and see what happens. If the error repeats and you can verify that each object is as you expected it to be, then this is not an Org mode problem. Done. I can verify this is not an Org mode problem. I'll report it to the ggplot2 folks. Thanks for your help. All the best, Tom

Re: [O] Problem with R source blocks

2015-06-12 Thread Thomas S. Dye
t...@tsdye.com (Thomas S. Dye) writes: I'll report it to the ggplot2 folks. Too late. The bug in plyr was corrected a week ago. library(devtools) devtools::install_github(hadley/plyr) library(plyr) library(ggplot2) ... Thanks again for your help. All the best, Tom -- Thomas S. Dye

[O] Problem with R source blocks

2015-06-11 Thread Thomas S. Dye
Aloha all, Recently, some previously working R code (below) stopped working correctly. It is not possible to produce a graphic without :session. I get a red message in the pdf file arguments imply differing numbers of rows: 86, 79. With :session, I first get one of two error messages in red in

Re: [O] BUG: named time references problem in formula

2015-05-10 Thread Nicolas Goaziou
Hello, Daniele Pizzolli d...@toel.it writes: Please have a look at the following ECM: * test table with time constant (not working) :PROPERTIES: :time_constant: 08:00:00 :END: | month | days | time | |---+--+--| |01 |1 | | |02 |3 | |

Re: [O] ob-R, problem with try/catch

2015-05-04 Thread Rainer M Krug
Charles C. Berry ccbe...@ucsd.edu writes: On Sun, 26 Apr 2015, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: Possible a candidate for the new linting library for org, to mark it as an invalid argument combination Done. Do you know any other such combinations?

Re: [O] Problem with org-agenda-clockreport-mode and tag-filtered view in agenda

2015-05-04 Thread Josh Berdine
Resurrecting an old thread that reported a problem that I am also having: the prefix argument to org-agenda-clockreport-mode seems to be ignored instead of applying the current filter. I investigated, and commit 2e9c2d7128e0491491d00b585be83ac688587d00 http://orgmode.org/w/?p=org-mode.git

Re: [O] ob-R, problem with try/catch

2015-05-04 Thread Nicolas Goaziou
Hello, Rainer M Krug rai...@krugs.de writes: Thinking about it, I don't think that the combinations should be defined in the linting library, but in the language definition (ob-XXX.el), by a function which returns all tested combinations, i.e. all combinations which have been tested,

Re: [O] Source code evaluation problem

2015-04-27 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 18:35, Damian Bernardini wrote: After a reinstallation I forgot to do make autoloads. Now, it's working perfectly. It was my mistake, sorry and thank you for your help. No problem; it happens to all of us at some point... Glad that you sorted it out. -- : Eric S

[O] BUG: named time references problem in formula

2015-04-27 Thread Daniele Pizzolli
Hello, according to [[info:org#References]] (see Named references) is possible to use a property in formulas. This generally works, but not when the property is a time value as defined in [[info:org#Durations%20and%20time%20values]]. Please have a look at the following ECM: * test table with

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Nicolas Goaziou
Hello, Rainer M Krug r.m.k...@gmail.com writes: Possible a candidate for the new linting library for org, to mark it as an invalid argument combination Done. Do you know any other such combinations? Regards, -- Nicolas Goaziou

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Nicolas Goaziou
Charles C. Berry ccbe...@ucsd.edu writes: Except for langs emacs-lisp, clojure, ruby, picolisp, and python `:results pp' does nothing. mathematica refers to pp but I don't get what it does - it looks like raw would be a more suitable :results format. Of course, somebody could add a pretty

Re: [O] ob-R, problem with try/catch

2015-04-26 Thread Charles C. Berry
On Sun, 26 Apr 2015, Nicolas Goaziou wrote: Hello, Rainer M Krug r.m.k...@gmail.com writes: Possible a candidate for the new linting library for org, to mark it as an invalid argument combination Done. Do you know any other such combinations? Except for langs emacs-lisp, clojure, ruby,

Re: [O] Source code evaluation problem

2015-04-25 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 15:47, Damian Bernardini wrote: I'm trying to use ledger blocks inside org with babel: [...] I'm trying the noweb example from: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html I can evaluate and get results from income and expenses blocks,

Re: [O] Source code evaluation problem

2015-04-25 Thread Eric S Fraga
On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: You were right. If I do M-x org-version it says: Org-mode version 8.3beta (release_8.3beta-1062-gce4e64-git @ mixed installation! /usr/share/emacs/24.5/lisp/org/ and /home/damian/git/org-mode/lisp/) I've downloaded org from git and

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
After a reinstallation I forgot to do make autoloads. Now, it's working perfectly. It was my mistake, sorry and thank you for your help. 2015-04-25 18:26 GMT+00:00 Eric S Fraga e.fr...@ucl.ac.uk: On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: You were right. If I do M-x

Re: [O] Source code evaluation problem

2015-04-25 Thread Bob Newell
is void: org-id-find-id-file I have no problem doing a balance report. My transactions sit in a block like this: #+name: hcfgeneralledger :noweb yes #+begin_src ledger ... etc ... etc #+end_src And then I use this to get the balance report. C-c C-c on the line hcfgeneralldeger, for instance

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
You were right. If I do M-x org-version it says: Org-mode version 8.3beta (release_8.3beta-1062-gce4e64-git @ mixed installation! /usr/share/emacs/24.5/lisp/org/ and /home/damian/git/org-mode/lisp/) I've downloaded org from git and loaded it with: (add-to-list 'load-path ~/git/org-mode/lisp)

[O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
I'm trying to use ledger blocks inside org with babel: Babel language config: (org-babel-do-load-languages 'org-babel-load-languages '((R . t) (emacs-lisp . t) (ledger . t))) Ledger lisp path: (autoload 'ledger-mode ledger-mode A major mode for Ledger t) (add-to-list 'load-path

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
Envoyé de mon iPhone Le 23 avr. 2015 à 18:13, Charles C. Berry ccbe...@ucsd.edu a écrit : On Wed, 22 Apr 2015, Rainer M Krug wrote: Envoyé de mon iPhone Le 23 avr. 2015 à 04:23, Charles C. Berry ccbe...@ucsd.edu a écrit : On Wed, 22 Apr 2015, Thomas S. Dye wrote: Aloha all,

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Thomas S. Dye
that the source code blocks were working at that time, but I guess it is possible that I added the rm() statements after the code blocks were working and didn't realize that the addition broke them. I haven't looked too deeply into the problem, but just assumed that the session expressed in the source

Re: [O] ob-R, problem with try/catch

2015-04-23 Thread Rainer M Krug
this can be easily be dealt with in org, as it is standard R. I haven't looked too deeply into the problem, but just assumed that the session expressed in the source code block behaved as if it were entered at the R prompt. It does - only that you wrap you code in pdf() ... dev.off() to get

<    5   6   7   8   9   10   11   12   13   14   >