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 writes: > >> Dror Atariah 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

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 co

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

Re: [O] publishuing in html5

2013-12-14 Thread Alan L Tyree
On 15/12/13 06:40, Nick Dokos wrote: Catonano writes: 2013/12/11 Nicolas Goaziou Scott Randby 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 What O

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

2013-12-14 Thread Nick Dokos
Nick Dokos writes: > Dror Atariah 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 > it seems to fix the bug

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

2013-12-14 Thread Nick Dokos
Dror Atariah 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 be no > indic

Re: [O] publishuing in html5

2013-12-14 Thread Nick Dokos
Catonano writes: > 2013/12/11 Nicolas Goaziou > > Scott Randby 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 > What OS? What version of emacs? Ar

[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] Babel support for the D language

2013-12-14 Thread Thierry Banel
Eric Schulte 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 copyright as

Re: [O] publishuing in html5

2013-12-14 Thread Catonano
2013/12/11 Nicolas Goaziou > Scott Randby 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] 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 'ti

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

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] orgmod: R and threeparttable

2013-12-14 Thread Vikas Rawal
On Sat, Dec 14, 2013 at 12:04 PM, Nicolas Goaziou wrote: > Vikas Rawal 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 gene

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

2013-12-14 Thread Andreas Leha
Hi, Eric Schulte writes: > Nicolas Goaziou writes: > >> Hello, >> >> Andreas Leha writes: >> >>> inline source -- when on its own line -- breaks the paragraph, which is >>> unexpected. >>> >>> Here is a test file: >>> >>> * Test >>> >>> This is a broken >>> src_R[:exports results :results raw]

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

2013-12-14 Thread Nicolas Goaziou
Hello, Eric Schulte 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, I'll let special

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

2013-12-14 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > Nicolas Goaziou 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 already mandatory. The problem is d

Re: [O] orgmod: R and threeparttable

2013-12-14 Thread Nicolas Goaziou
Vikas Rawal 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 syntax and `latex' expor

[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 w

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

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] orgmod: R and threeparttable

2013-12-14 Thread Nicolas Goaziou
Hello, Vikas Rawal 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 wrappers like that? Or you

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" 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 res

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 eq