[O] Fwd: org-publish bug

2013-06-05 Thread Marvin Doyley
Hi Carsten, An excellent example/tutorial can be found at http://lists.gnu.org/archive/html/emacs-orgmode/2010-04/msg00933.html it would nice if this example could be included in worg Best Wishes, M Begin forwarded message: From: Carsten Dominik carsten.domi...@gmail.com Subject: Re: [O]

Re: [O] export to LaTeX with TOC but without numbers

2013-06-05 Thread Andreas Leha
Nick Dokos ndo...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Instead of adding toc entries, you can use latex to delete section numbers: #+LATEX_HEADER: \setcounter{secnumdepth}{0} ... The problem might be that the sections are not numbered in the TOC

Re: [O] export to LaTeX with TOC but without numbers

2013-06-05 Thread Andreas Leha
Eric Abrahamsen e...@ericabrahamsen.net writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Eric S Fraga e.fr...@ucl.ac.uk writes: [...] There are workarounds but they

Re: [O] export to LaTeX with TOC but without numbers

2013-06-05 Thread Eric S Fraga
Andreas Leha andreas.l...@med.uni-goettingen.de writes: [...] That's why I would prefer to follow Nick's suggestion. Yes, Nick's suggestion is straightforward and should work very well for what you want. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org

Re: [O] bug in new exporter

2013-06-05 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Nick Dokos ndo...@gmail.com writes: if I rearrange the line to #+ATTR_LATEX: :width :placement [htb!] :options scale=1.5 I get the Wrong argument type error in the current version as well. I can reproduce this here. I guess :width has to be

Re: [O] [PATCH] Respect org-export-babel-evaluate on export

2013-06-05 Thread Nicolas Goaziou
Hello, Christopher Allan Webber cweb...@dustycloud.org writes: Here's such a file. The exact contents of it don't really matter. What's significant is you should see a lol appear in your *Messages* buffer... which shouldn't happen when exporting to anything while (setq

Re: [O] [PATCH (new version)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-05 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Thanks for your patch. Here are a few comments: It changes behavior for your setup in that you can define a LANGUAGE that isn't a known abbreviation. While I think your patch is overall an improvement, I'm not convinced by this particular point. Indeed

[O] ob: Make src block location available to execution backend

2013-06-05 Thread Vitalie Spinu
Hi, ESS has a visual debugger that depends on the availability of source references. It would be very nice if the debugger could step directly through org buffers. ESS was detecting org-src-edit buffers and redirecting references to original org file for already quite a while. That because of

[O] Automatically adding local variables to tangled file

2013-06-05 Thread Rainer M Krug
Hi I am trying to improve my workflow of literate programming of R in org. My org file is tangled into many R files and I am using ESS to debug. If an error occurs, I can jump via ESS to the .R file, and in a second step via calling org-babel-tangle-jump-to-org into the org file where the buggy

Re: [O] Automatically adding local variables to tangled file

2013-06-05 Thread Darlan Cavalcante Moreira
It's a good idea to have useful information in the tangled file that can help these functions. But since org-mode can already tangle with comments containing useful information, isn't this enough to detect that the file is a tangled file? On the other hand, a local variable in the tangled files

[O] [PATCH] org-entities: Add support for hbar.

2013-06-05 Thread Rüdiger Sonderfeld
* lisp/org-entities.el (org-entities): Add support for hbar. Signed-off-by: Rüdiger Sonderfeld ruedi...@c-plusplus.de --- lisp/org-entities.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 019b6c8..a1519b0 100644 --- a/lisp/org-entities.el

[O] BUG (?): org capture insist *.org file changed in disk, wipes file each time

2013-06-05 Thread Xebar Saram
Hi all Im having serious issues with org-capture, ive tried everything i can think of including advice on #emacs but can find a solution/whats causing this. So the issue is this. i have org mode configured and working well (see below config). the thing is that after the 2nd or 3rd capture (to

Re: [O] Automatically adding local variables to tangled file

2013-06-05 Thread Vitalie Spinu
Darlan Cavalcante Moreira darc...@gmail.com on Wed, 05 Jun 2013 11:32:22 -0300 wrote: It's a good idea to have useful information in the tangled file that can help these functions. But since org-mode can already tangle with comments containing useful information, isn't this enough to

Re: [O] [PATCH] org-entities: Add support for hbar.

2013-06-05 Thread Carsten Dominik
Applied, thanks. - Carsten On 5.6.2013, at 17:12, Rüdiger Sonderfeld ruedi...@c-plusplus.de wrote: * lisp/org-entities.el (org-entities): Add support for hbar. Signed-off-by: Rüdiger Sonderfeld ruedi...@c-plusplus.de --- lisp/org-entities.el | 1 + 1 file changed, 1 insertion(+) diff

[O] how to disable timestamp html export

2013-06-05 Thread OSiUX
When export using org-publish-project, Org add a comment with timestamp in HTML: # git diff html xmlns=http://www.w3.org/1999/xhtml; lang=es xml:lang=es head titleviewing two years of orgmode with gnuplot/title -!-- 2013-06-05 mié 12:10 -- +!-- 2013-06-05 mié 12:38 -- meta

Re: [O] Other question concerning org-babel-tangle-jump-to-org

2013-06-05 Thread Julian M. Burgos
Hi Rainer, Then sorry... this goes beyond my meager knowledge of emacs and org mode. :) Rainer M Krug writes: #secure method=pgpmime mode=sign Julian M. Burgos jul...@hafro.is writes: Hi Rainier, Hi Julian, If I understood correctly, you need to add the following to your .emacs file:

Re: [O] bug in new exporter

2013-06-05 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com writes: With #+ATTR_LATEX: :options scale=1.5:width :placement [htb!] it fails here (attr (org-export-read-attribute :attr_latex parent)) which evalues to something like Result: (:options scale=1.5 :placement [htb!]

Re: [O] how to disable timestamp html export

2013-06-05 Thread Nick Dokos
OSiUX xu...@osiux.com.ar writes: When export using org-publish-project, Org add a comment with timestamp in HTML: # git diff html xmlns=http://www.w3.org/1999/xhtml; lang=es xml:lang=es head titleviewing two years of orgmode with gnuplot/title -!-- 2013-06-05 mié 12:10 -- +!--

Re: [O] Automatically adding local variables to tangled file

2013-06-05 Thread Thorsten Jolitz
Rainer M Krug rai...@krugs.de writes: Hi, I am trying to improve my workflow of literate programming of R in org. My org file is tangled into many R files and I am using ESS to debug. [...] Now this is error prone, as one (or is it only me?) is easily tempted to edit the R file which is

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-05 Thread Michael Brand
Hi Eric On Wed, May 29, 2013 at 6:14 PM, Michael Brand michael.ch.br...@gmail.com wrote: Hi Eric On Wed, May 22, 2013 at 7:03 PM, Michael Brand michael.ch.br...@gmail.com wrote: Please review and comment my attached patch containing doc and ERT. As there has been no answer yet from anyone

Re: [O] How to omit h1 title heading in HTML export?

2013-06-05 Thread *
On 6/4/13, Rasmus ras...@gmx.us wrote: * viki.ve...@gmail.com writes: Hey Basile Thanks for your reply! Yes, the suggestion helps :-) A blank TITLE option seems to produce some empty tags like so: h1 class=title/h1 And maybe there are also some jquery fixes, for instance... $(#content

Re: [O] Automatically adding local variables to tangled file

2013-06-05 Thread Rainer M Krug
On Wednesday, June 5, 2013, Darlan Cavalcante Moreira wrote: It's a good idea to have useful information in the tangled file that can help these functions. But since org-mode can already tangle with comments containing useful information, isn't this enough to detect that the file is a

[O] Suppressing interpeter output in code blocks

2013-06-05 Thread Michael Steeves
Apologies if this is documented somehere, but I haven't been having much luck in trying to find the answer to this. If I have an org doc with some python code in it #+begin_src python :session testing :results output a = 1 b = 2 c = a + b print Hello, world. #+end_src when I evaluate the block,

Re: [O] [PATCH] ob-fortran.el, add matrix as input

2013-06-05 Thread Achim Gratz
Eric Schulte writes: Applied, Thanks! Litvinov Sergey slitvi...@gmail.com writes: I would like to propose a tiny patch which adds matrix as an input for ob-fortran.el. See changes in testing/examples/ob-fortran-test.org for the examples. I've not had time to test with anything, but this

[O] [PATCH] ob-C: Add list support.

2013-06-05 Thread Rüdiger Sonderfeld
* lisp/ob-C.el (org-babel-C-var-to-C): Add list support (org-babel-C-val-to-C-list-type, org-babel-C-val-to-C-type, org-babel-C-format-val): New functions. (org-babel-C-ensure-main-wrap, org-babel-execute:C, org-babel-execute:C++, rg-babel-execute:cpp, org-babel-C++-compiler,

Re: [O] bug in new exporter

2013-06-05 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Just a heads-up: As part of testing this, I stumbled on an unrelated current-working-directory problem, where on exporting to pdf, the pdflatex of the produced tex file fails to find an image file specified with a relative pathname (it works fine with an