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
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
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
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.
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
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
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
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
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
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
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
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.
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://
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
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
15 matches
Mail list logo