[O] Bug in org-lob: Function call adds space to argument string with parenthesis

2015-12-19 Thread Tobias Zawada
(scan-sexps (point) 1) (when (eq (char-after) ?\[) (setq end-header-args (buffer-substring-no-properties (1+ (point)) (1- (scan-sexps (point) 1) (concat name inside-header-args args end-header-args) #+END_SRC Emacs : GNU Emacs 2

Re: [O] Bug in org-lob: Function call adds space to argument string with parenthesis

2015-12-21 Thread Tobias Zawada
Tobias Zawada itisim.com SimulationX 3.7 now available More information <https://www.simulationx.com/simulation-software.html> Always up to date Subscribe to the ITI Newsletter<http://www.iti.de/newsletter/>! [cid:Charta-der-Vielfalt-Logo_2ed28c31-dc

[O] Bug: Documentation of the html-export of links across files [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2016-02-29 Thread Tobias Zawada
uot;) org-after-todo-state-change-hook '(org-clock-out-if-current) org-from-is-user-regexp "\\<U-ITIHQTobias\\.Zawada\\>" org-src-mode-hook '(hack-local-variables org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-

Re: [O] Enhancement: Changing default setting of source block header line switches [9.0.5 (9.0.5-elpa @ /home/naehring/.emacs.d/elpa/org-20170210/)]

2017-07-06 Thread Tobias Zawada
Dear Rasmus, thanks for the fast reply. > Rasmus <ras...@gmx.us> wrote on July, 6th 2017, 09:03: > > Tobias Zawada <i...@tn-home.de> writes: > > > At first I would like to ask whether it is already possible to change > > the default settings of t

[O] [bug] ox-koma-letter.el: Double translation of the signature to LaTeX

2018-06-23 Thread Tobias Zawada
to 69ee47c34bb0c857b2db2433b38c2ba980ea3905: Avoid double data export on :closing: header content (2018-06-23 22:13:00 +0200) Tobias Zawada (1): Avoid double data export on :closing: header content contrib/lisp/ox-koma-letter.el | 5

Re: [O] Bug: Bottom align LaTeX previews [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.50/lisp/org/)]

2018-09-26 Thread Tobias Zawada
Hello, > Nicolas Goaziou hat am 26. September 2018 um 12:56 > geschrieben: > > > Hello, > > Carlos Pita writes: > > This was discussed here: > > https://www.reddit.com/r/emacs/comments/9ggimh/bottom_align_latex_previews_in_org_mode/ > > Here is a screenshot: > >

[O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
I mostly cite here from https://emacs.stackexchange.com/q/41208/2370: The following example causes an infinite recursion in ~org-babel-get-src-block-info~. #+BEGIN_SRC org ,#+BEGIN_SRC org ,#+NAME: add3 ,#+BEGIN_SRC elisp :var num=0 (+ 3 num) ,#+END_SRC ,* Use function drawer header arg

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-05 Thread Tobias Zawada
uot;8" outline-on-heading-p: Variable binding depth exceeds max-specpdl-size Org mode version 9.1.14 (9.1.14-1-g4931fc-elpa @ /cygdrive/c/Users/.../.emacs.d/elpa/org-9.1.14/) #+END_QUOTE > Tobias Zawada hat am 5. Dezember 2018 um 01:01 > geschrieben: > > > Dear Charles, > than

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-05 Thread Tobias Zawada
424/2370 Best regards, Tobias Zawada > "Berry, Charles" hat am 5. Dezember 2018 um 18:44 > geschrieben: > > > Hmmm. > > I just updated from master using `make update2'. > > I ran > > /Applications/Emacs.app/Contents/MacOS/Emacs -q > > whic

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
/org-mode/src/1315315465d49ebe32e533515ec81fd1ba165a55/lisp/ob-core.el#L1444 Best regards, Tobias Zawada

[O] [feature] org table formula filters

2019-01-04 Thread Tobias Zawada
Hi, The part "More complicated but very general solution" of the answer https://emacs.stackexchange.com/a/46862/2370 on Emacs SE defines input and output filters for table formulas. The input filter filters the arguments before construction of the calc equation. The output filter filters the

Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.emac

2021-08-20 Thread Tobias Zawada
~org-src-font-lock-fontify-block~ modifies ~match-data~ through the fontification of the temporary source buffer. But ~org-src-font-lock-fontify-block~ is also called in ~org-fontify-meta-lines-and-blocks-1~ by ~font-lock-fontify-region~. There it puts the text property ~font-lock-multiline~ on

Re: Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.

2021-08-24 Thread Tobias Zawada
Dear Timothy and Maxim, the bug was caused by an advice. I am really sorry for the trouble I inflicted on you. Next time I will test more carefully. Btw, I corrected the real problem already in https://github.com/TobiasZawada/org-src-emph. Regards, Tobias Zawada

[BUG] ob-octave.el

2021-12-19 Thread Tobias Zawada
Currently, evaluating the Org-mode source block #+NAME: bug #+BEGIN_SRC octave :exports results ["one"; "two"; "three"] #+END_SRC gives #+RESULTS: bug : ottnwheor e e Substituting ~fprintf~ in ~org-babel-octave-wrapper-method~ with ~fdisp~ changes the output to #+NAME: bug #+BEGIN_SRC