Re: Help me secure some free time for org-mode in 2020

2020-01-21 Thread Bastien
Hi Jorge, thank you very much for the kind words and the donation! -- Bastien

Re: ob-scheme doesn't support :stdin?

2020-01-21 Thread Neil Jerram
I have been thinking for a while that it would be great to have some kind of test system for Babel language implementations. It seems there are lots of possible Babel features, that some languages support and others don't, and it would be good to have more clarity about that situation. Is there a

Re: ob-scheme haunted source code block?

2020-01-21 Thread Neil Jerram
On Fri, 17 Jan 2020 at 12:01, Joost Kremers wrote: > Hi list, > > I've been learning some Scheme recently and decided to use Org > mode and babel so I could document my progress, keep notes, etc. > together with the code I write. I also installed the geiser > package to work with Scheme source fi

Re: org-mode functional programming library

2020-01-21 Thread Tim Visher
On Mon, Jan 20, 2020 at 6:48 PM Dwarshuis, Nathan J wrote: > I recently authored an package called "om.el" which is a functional > org-mode API akin to dash.el primarily using org-element. Briefly, it > provides a library of (mostly) pure functions that manipulate the parse > tree generated by or

bug report org mode

2020-01-21 Thread Siegmar Maier
Hi, I found following strange behaviour: with windwos 10 emacs-version: GNU Emacs 26.3 (build 1, x86_64-mingw32) of 2019-08-29 org-version: 9.3.1-elpaplus if I use following sequence the coloring of the keywords is not working: (org-id-update-id-locations) (setq org-id-link-to-org-use-id t) (setq

`org-next-link' skips links inside PROPERTIES drawer

2020-01-21 Thread Pedro Ribeiro Mendes Júnior
Hello, I am testing Emacs 28 (Org 9.3) from the Git repository and I have noticed that, compared to version 26.3 (Org 9.1.9), `org-next-link' function is skipping links located inside the PROPERTIES drawer. (I have not tested version 27.) The same does not happen for the links outsize drawers or

org-contrib: Taskjuggler effort calculated via org instead of TJ3?

2020-01-21 Thread Benjamin Kästner
Hi, On version 9.3 (9.3-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20191203/), `ox-taskjuggler' exports the :Effort: property calculated via `org-duration-to-minutes', e.g. 2d get exported as 48.0h instead of the literal 2d. This is unexpected and makes the Taskjuggler export unusable for me

Bug: org babel plantuml Java parameter is ignored [9.3 (9.3-elpa @ /nix/store/azm93cbq487szgddp5hhi4vp1q9ryyp7-emacs-packages-deps/share/emacs/site-lisp/elpa/org-20191203/)]

2020-01-21 Thread Philipp Middendorf
Hi guys, I want to use the plantuml org-babel integration, as seen here: http://eschulte.github.io/babel-dev/DONE-integrate-plantuml-support.html I don't have a globally available "java" executable and from the source code, it appears there is a ":java" parameter for org-babel to specify an e

Asymptote figure in footnote

2020-01-21 Thread Jarmo Hurri
Greetings. This has to be a borderline case, but I need some Asympote-generated figures in footnotes. The following does not seem to work. [fn:: src_asy[:filename foo.pdf]{size(8cm,0); draw (unitcircle);}] Any ideas? Jarmo

Re: Asymptote figure in footnote

2020-01-21 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > This has to be a borderline case, but I need some Asympote-generated > figures in footnotes. The following does not seem to work. > > [fn:: src_asy[:filename foo.pdf]{size(8cm,0); draw (unitcircle);}] The following works here: [fn:: src_asymptote[:file foo.pdf]{s

Re: Displaying remote images

2020-01-21 Thread Nicolas Goaziou
Hello, Jack Kamm writes: > Apologies for the delay on this. I've now got a more complete patch for > displaying remote images inline. Since downloading many remote images > could potentially hang Emacs on a slow connection, I've added an option > to control whether remote images are displayed. I

Re: [Question] adding document global properties drawer

2020-01-21 Thread Nicolas Goaziou
Hello, stardiviner writes: > In an *empty* Org file buffer, I press =[C-c C-x p]= to add properties > drawer. It > works fine. But when the Org buffer has nodes already like this: > > #+begin_src org > | > > ,* node 1 > > context > #+end_src > > The "|" means the cursor point. > > Then I press

Re: Asymptote figure in footnote

2020-01-21 Thread Jarmo Hurri
Nicolas Goaziou writes: >> This has to be a borderline case, but I need some Asympote-generated >> figures in footnotes. The following does not seem to work. >> >> [fn:: src_asy[:filename foo.pdf]{size(8cm,0); draw (unitcircle);}] > > The following works here: > > [fn:: src_asymptote[:file fo

isearch misses stuff (was: `org-next-link' skips links inside PROPERTIES drawer)

2020-01-21 Thread Samuel Wales
hi, On 1/20/20, Kyle Meyer wrote: >> is isearch intended to be also affected? or just org-next-link? i > > No, isearch isn't affected. thanks, that's a relief. then we have a "your life in plain text" (i.e. matches everything) search inside emacs that will also work with multi-buffer isearch

Re: Asymptote figure in footnote

2020-01-21 Thread Nicolas Goaziou
Hello, Jarmo Hurri writes: > Do you have an idea of how to control the size of the pic in the > footnote? The default is .9\linewidth. I figured a workaround (below), > but would prefer the structure above. I don't know how to do that in an inline footnote, but, in this case, I would certainly

Re: org-contrib: Taskjuggler effort calculated via org instead of TJ3?

2020-01-21 Thread Nicolas Goaziou
Hello, Benjamin Kästner writes: > On version 9.3 (9.3-elpaplus @ > $HOME/.emacs.d/elpa/org-plus-contrib-20191203/), `ox-taskjuggler' > exports the :Effort: property calculated via > `org-duration-to-minutes', e.g. 2d get exported as 48.0h instead of > the literal 2d. > > This is unexpected and m

Re: org-contrib: Taskjuggler effort calculated via org instead of TJ3?

2020-01-21 Thread Tim Cross
Benjamin Kästner writes: > Hi, > > On version 9.3 (9.3-elpaplus @ > $HOME/.emacs.d/elpa/org-plus-contrib-20191203/), `ox-taskjuggler' > exports the :Effort: property calculated via > `org-duration-to-minutes', e.g. 2d get exported as 48.0h instead of > the literal 2d. > > This is unexpected and

Re: [RFC PATCH] Changes to pop-up source buffers

2020-01-21 Thread Jack Kamm
> I suppose that to some degree [*] the main benefit of this patch is that > it offers an option that calls quit-restore-window. Yes, I agree with this. Setting org-src-window-setup to other-window was almost good enough for me -- it even respected display-buffer-base-action -- except that it wou