Re: Items with emphasis marks are not sorted properly in a list

2021-03-23 Thread Juan Manuel Macías
Hello again: I think I have found where the problem is. On line 7 of `org-sort-remove-invisible' there are two spurious spaces (in the `format' expression): 7org-emph-re (lambda (m) (format " %s " (match-string 4 m))) When the spaces are removed, then the items with emphasis marks are sorted

Re: noweb syntax clashing with shell here document syntax

2021-03-23 Thread Sebastian Miele
Hi Immanuel, Immanuel Litzroth writes: > You can choose which delimiters signal noweb. > see the documentation of org-babel-noweb-wrap-start and > org-babel-noweb-wrap-end. Thank you! That indeed should make my problem solvable in a perfect way. Best wishes Sebastian

Bug: Fontificaton and hiding inside code and verbatim markup

2021-03-23 Thread Sebastian Miele
Hello! according to both, org-element-parse-buffer and worg/dev/org-syntax.org, ~file:aa~ ~a *a* a~ =a /a/ a= does not have link, bold or emphasize objects inside the code or verbatim objects. However, the fontification of Org makes it look like that. Also, the emphasis markers inside co

Re: Bug: Fontificaton and hiding inside code and verbatim markup

2021-03-23 Thread Sebastian Miele
Sebastian Miele writes: > according to both, org-element-parse-buffer and > worg/dev/org-syntax.org, > > ~file:aa~ > ~a *a* a~ > =a /a/ a= > > does not have link, bold or emphasize objects inside the code or > verbatim objects. However, the fontification of Org makes it look like > that.

SymPy equations + displayed equation + label = difficult?

2021-03-23 Thread autofrettage
Hi all, I have tried to use SymPy in Org Mode code blocks, export LaTeX expressions to displayed equations, and refer to those with labels. My current solution is ugly, which has left me with a strong feeling that there must be a better way. Sensitive Org Mode users are warned. Here comes a brief

"Org" source blocks and minted

2021-03-23 Thread Michael Gauland
I want to include an "org" source block in a document as an example, and have it formatted with minted. Unfortunately, minted doesn't seem to recognize "org" as a language,and the block is missing in the resulting PDF. For the moment, I've changed this to a "text" source block, but it would be nice

straight.el and org info pages?

2021-03-23 Thread Greg Minshall
Gustav, > Straight.el is worth looking into for this. Has served me well for > similar use cases. have you (or anyone else?) had problems getting straight.el to build and install the info pages for Org mode? cheers, Greg

Re: "Org" source blocks and minted

2021-03-23 Thread Juan Manuel Macías
Hi Mike, Michael Gauland writes: > I want to include an "org" source block in a document as an example, > and have it formatted with minted. Unfortunately, minted doesn't seem > to recognize "org" as a language,and the block is missing in the > resulting PDF. For the moment, I've changed this to

Re: "Org" source blocks and minted

2021-03-23 Thread Timothy
Hi Michael, > I want to include an "org" source block in a document as an example, and > have it formatted with minted. > Juan mentioned an Org lexer exists, but another approach that may be of interest is using Emacs' own font-lock. I wrote a package that's like HTMLize but works with LaTeX an

Re: straight.el and org info pages?

2021-03-23 Thread Richard Kim
Greg Minshall writes: > Gustav, > >> Straight.el is worth looking into for this. Has served me well for >> similar use cases. > > have you (or anyone else?) had problems getting straight.el to build and > install the info pages for Org mode? > > cheers, Greg For me (info "(org)") brings up org m

Re: trivial software engineering'ish question: switching org's

2021-03-23 Thread Greg Minshall
Maxim, also, thanks. i do use (something like) your suggestion when i just want to try once or twice. : emacs -Q -L /path/to/your/org-mode/folder/lisp -l org (from Ihor R, last December.) cheers, Greg

Re: straight.el and org info pages?

2021-03-23 Thread Gustav Wikström
Hmm, I've had problems getting straight.el to install org-mode itself. That was on windows though. And that issue was fixed recently (https://github.com/raxod502/straight.el/issues/707) I do recall some discussions on building docs long ago and that it wasn't possible due to some design issues.

Org babel java: adding class path

2021-03-23 Thread Jarmo Hurri
Greetings. I need to add an additional classpath to the call of org-babel-java-command to make sure my program is able to load a database driver. But, as it is now, org babel java already uses classpath option -cp, and in the case of multiple -cp options, only the last one is retained: https://

Re: straight.el and org info pages?

2021-03-23 Thread Greg Minshall
Richard, thanks. for ess, i see your results. for org, or org-plus-contrib, i see info pages from /usr/share/info. a mystery. (which shall be, for the moment, let be.) cheers, Greg

Re: straight.el and org info pages?

2021-03-23 Thread Greg Minshall
Gustav, thanks. installing org went very well. and, i'm pleased with straight.el. (package.el didn't seem to install the info pages, either.) cheers, Greg