Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Vikas Rawal
It *sort of* works in that I get LaTeX table syntax wrapped with \begin/end{threeparttable}, but then I caught that threeparttable is actually a wrapper around tabular. Not sure how you can currently use Org to specify two layered wrappers like that? Or you might need someone to write an

Re: [O] [babel] Bug when updating the hash: meta-lines get deleted

2013-12-14 Thread Sebastien Vauban
Hello Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Eric Schulte wrote: When results caching is enabled, and when the hash must be updated, the meta-lines in front of the results block are _deleted_. You should use a named code block if you want to decorate the

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: It *sort of* works in that I get LaTeX table syntax wrapped with \begin/end{threeparttable}, but then I caught that threeparttable is actually a wrapper around tabular. Not sure how you can currently use Org to specify two layered

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Vikas Rawal
\begin/end{threeparttable}, but then I caught that threeparttable is actually a wrapper around tabular. Not sure how you can currently use Org to specify two layered wrappers like that? Or you might need someone to write an equivalent of #+begin/end_center for threeparttable?

Re: [O] [babel] how to pass data to gnuplot from another block

2013-12-14 Thread Achim Gratz
Eric Schulte writes: I just applied these patches. The worst case is that users may have to change ob-sh to ob-shell in their config (although some initial testing seems to indicate that even this change won't be required), and possibly replace sh with shell in their local.mk file (if they

[O] Makefile: switch to a specific Git branch before update

2013-12-14 Thread Achim Gratz
In a number of recent discussions it transpired that some people expect to automatically be switched to a specific Git branch when updating. I've added this as an option to the standard Makefile. Simply define GIT_BRANCH (either on the command line or in local.mk) to determine which branch you

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Nicolas Goaziou
Vikas Rawal vikasli...@agrarianresearch.org writes: I do not know if I am expressing myself clearly. The table is being generated by an R source code. We need a way of adding notes to such a table. There are two different problems: 1. How to generate threeparttable environment using Org

Re: [O] words starting with call_ confuse C-c C-c and export

2013-12-14 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Just to be clear, I thought about making parens mandatory in inline Babel call syntax. Underscore is overloaded already: underline, subscript... I'm open to this change. In fact, they are

Re: [O] [BUG] inline source breaks paragraphs

2013-12-14 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: Invariably someone would then ask why the newline is being stripped from their inline code block. True. I think this is only necessary because the R code block is returning 10\n instead of 10. Ideally this should be fixed in ob-R.el. Ok,

Re: [O] [BUG] inline source breaks paragraphs

2013-12-14 Thread Andreas Leha
Hi, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: inline source -- when on its own line -- breaks the paragraph, which is unexpected. Here is a test file: * Test This is a

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Vikas Rawal
On Sat, Dec 14, 2013 at 12:04 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Vikas Rawal vikasli...@agrarianresearch.org writes: I do not know if I am expressing myself clearly. The table is being generated by an R source code. We need a way of adding notes to such a table. There are two

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Vikas Rawal
Nicolas, Special blocks seem to work very well, actually. Thank you. This is what you had proposed: #+begin_threeparttable ... tabular with Org syntax ... #+begin_tablenotes ... probably some raw LaTeX... #+end_tablenotes #+end_threeparttable It seem to work beautifully even when

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Dror Atariah
On Dec 13, 2013, at 23:08 PM, Nick Dokos wrote: Dror Atariah dror...@gmail.com writes: Managed to get [backtrace] output... You can find it here: https://gist.github.com/drorata/7950857 I could not find my way in this output... :( If you look at the top of the backtrace it shows

Re: [O] first step of newbe: *TODO

2013-12-14 Thread stardiviner
You can set global todo keywords with: (setq org-todo-keywords '((sequence TODO(t@/!) | DONE(d@/! Here @ will add timestamp, and ! will prompt for input. John Kitchin writes: you need to put this in your init.el (or other configuration file) I think: (setq org-log-done 'time) or

Re: [O] publishuing in html5

2013-12-14 Thread Catonano
2013/12/11 Nicolas Goaziou n.goaz...@gmail.com Scott Randby sran...@gmail.com writes: I already have the following in my file: #+HTML_DOCTYPE: html5 You need to upgrade Org then. I have Org 8.2.4 and it doesn't work anyway

Re: [O] Babel support for the D language

2013-12-14 Thread Thierry Banel
Eric Schulte schulte.eric at gmail.com writes: I think this incorporation into ob-C.el would be the next logical step. You'd want to use the `org-babel-c-variant' in the same manner as C++ does currently. But there's no rush, and any changes there couldn't be merged until after your FSF

[O] preview beamer frame in org/beamer

2013-12-14 Thread Mirko Vukovic
Is there a command to generate a pdf output of a single beamer frame? The command would generate the latex file with the correct header, and a single frame, and process it into a pdf file. Thanks, Mirko

Re: [O] publishuing in html5

2013-12-14 Thread Nick Dokos
Catonano caton...@gmail.com writes: 2013/12/11 Nicolas Goaziou n.goaz...@gmail.com Scott Randby sran...@gmail.com writes: I already have the following in my file: #+HTML_DOCTYPE: html5 You need to upgrade Org then. I have Org 8.2.4 and it doesn't work

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Nick Dokos
Dror Atariah dror...@gmail.com writes: Bingo! Adding this line allowed me to complete org-mobile-push successfully! Amazing. I have three closing questions: 1. What made you look into lines #460-464? Now when you pointed, it is somehow straightforward to check line #470, but there seems to

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Dror Atariah dror...@gmail.com writes: 2. What's next? I believe this is a bug... How can I report it? Consider it reported - thanks for checking it. I'll push the proposed fix later on today. If it is wrong, we can revert it later, but at least for now

Re: [O] publishuing in html5

2013-12-14 Thread Alan L Tyree
On 15/12/13 06:40, Nick Dokos wrote: Catonano caton...@gmail.com writes: 2013/12/11 Nicolas Goaziou n.goaz...@gmail.com Scott Randby sran...@gmail.com writes: I already have the following in my file: #+HTML_DOCTYPE: html5 You need to upgrade Org then.

Re: [O] publishuing in html5

2013-12-14 Thread Achim Gratz
Nick Dokos writes: Not sure why it says 8.2.3c - I'm running: That looks like the Org version that comes with the trunk Emacs you seem to be using. Org-mode version 8.2.4 (release_8.2.4-340-g059dc0 @ /home/nick/elisp/org-mode/lisp/) Most likely org-html-creator-string is pulled in via

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-14 Thread James Harkins
On Fri, 13 Dec 2013 10:06:03 +0100, Achim Gratz wrote: James Harkins writes: $ git status # On branch hjh8.2 You are on your own branch, with unknown modifications. The current ox-texinfo doesn't have any backquotes, let alone old-style ones anywhere near those lines. How about you'd

Re: [O] Unable to push to org-mobile

2013-12-14 Thread Dror Atariah
On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote: Nick Dokos ndo...@gmail.com writes: Dror Atariah dror...@gmail.com writes: 2. What's next? I believe this is a bug... How can I report it? Consider it reported - thanks for checking it. I'll push the proposed fix later on today. If it