[O] Inline code :results replace not working

2014-11-07 Thread mcg
Hello, I use inline code for simple calculations to insert numeric results into text apart from normal code blocks for more complex calculations and graphics (all in R). The :results replace option is not working for inline code, even if I explicitly set it in the code block. So I get

Re: [O] Help with fixing an org-mode multicolumn implementation - LaTeX special characters

2016-02-25 Thread mcg
Hello Aaron, [I noticed I did not answer to the list; just writing again to add it to the list] this fix works perfect! Thank you very much. Never mind about multirow... Michael On 22/02/16 16:48, Aaron Ecay wrote: Hi mcg, 2016ko otsailak 21an, mcg-ek idatzi zuen: I found a very nice

[O] Help with fixing an org-mode multicolumn implementation - LaTeX special characters

2016-02-21 Thread mcg
I found a very nice implementation of LaTeX multicolumn functionality in this thread: https://lists.gnu.org/archive/html/emacs-orgmode/2013-02/msg00736.html ("using export filters to emulate multi-column table cells?") #+begin_src emacs-lisp :exports none (defun my-latex-multicolumn-filter (row

[O] Bug: code block export [9.0 (9.0-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-08 Thread mcg
, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Package: Org mode version 9.0 (9.0-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161102/) current state: == (setq org-export-with-todo-keywords nil org-export-backends '(ascii html icalendar latex freemind koma

[O] Bug: Figure caption highlighting [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161017/)]

2016-10-22 Thread mcg
for LaTeX export. Is there an easy fix to get code highlighting for figures with short captions?. Emacs : GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Package: Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/mcg/.emacs.d/elpa/org

[O] Org-mode 9.0 : set tangle file in document PROPERTY

2016-11-25 Thread mcg
Hello, I noticed that in sections it is necessary to set :header-args: :tangle ~/filepath.R in the new org-mode version What is the syntax to set tangling for the whole file? #+PROPERTY: tangle ~/filepath.R does not work anymore... Thanks in advance for any help

[O] tangling files on export not working properly

2016-11-27 Thread mcg
Hello, When exporting my document to latex I want org-mode to tangle a few code blocks. #+NAME: tangle_files #+BEGIN_SRC emacs-lisp :exports results :eval query-export (org-babel-tangle-file "~/thesis/chapter/NH.org") #+END_SRC When I run the code block manually it works fine *Messages*:

[O] org-mode - export as folder structure possible?

2016-11-16 Thread mcg
Hello, I need to create a rather complex folder structure. It is OK to create that in dired but I think even nicer and faster it would be to create an org-mode outline which then exports this folder structure to the org document's directory. This could even be extended to create blank files

[O] org-mode latex export - Links in multi-document files

2016-11-26 Thread mcg
Hello, I have my PhD thesis divided into several documents (Intro, M, Results, Discussion...). The document setup and the #+INCLUDE: commands are in my master file. I sometimes make references to other sections which are in another section and document. In order to not compile all the

org-edit-src-exit randomizes / mixes up code in source-buffer on exit

2021-06-22 Thread mcg
Hello, org-edit-src-exit suddenly completely destroys my code after coming back from vacation. No known recent changes in configuration. Very strange error! EXAMPLE: here a simple code before editing #+BEGIN_SRC R mtcars sum(mtcars$mpg, na.rm = TRUE) mean(mtcars$disp) #+END_SRC I enter

Re: org-edit-src-exit randomizes / mixes up code in source-buffer on exit

2021-06-22 Thread mcg
Hello, thank you very much! Update to 27 solved the problem. All the best, Michael Am 22.06.2021 um 15:33 schrieb Sébastien Miquel: Hi, This has been reported before. There's a patch that fixes this here : https://lists.gnu.org/archive/html/emacs-orgmode/2021-06/msg7.html To fix