Re: Problems generating the org-mode documentation

2021-10-22 Thread Kyle Meyer
Hoffmann, Jobst writes: > But I think I found the culprit: > > Line 17568 of org.texi reads: > > @kindex C-c C-x @ > > and @ starts a command, which leads to the stack overflow. > > Line 17568 of org.texi should read > > @kindex C-c C-x @@ > > witha doubled @ at the end of the

Re: "Cache corruption detected" when editing CLOCK timestamp by hand

2021-10-22 Thread Ihor Radchenko
Ihor Radchenko writes: > William Denton writes: > >> Sometimes I edit timestamps by hand when I'm clocking things. I had a task >> where I'd clocked in and wanted to close by hand (by adding --[2021 and so >> on to >> the CLOCK line) but when I started typing this popped up in a window: >>

Re: "Cache corruption detected" when editing CLOCK timestamp by hand

2021-10-22 Thread Ihor Radchenko
William Denton writes: > Sometimes I edit timestamps by hand when I'm clocking things. I had a task > where I'd clocked in and wanted to close by hand (by adding --[2021 and so on > to > the CLOCK line) but when I started typing this popped up in a window: > > Warning (emacs):

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Ihor Radchenko
Jonas Bernoulli writes: >> A blind guess: Try to run make clean? > > Didn't help here. Can you try exactly the following steps: 1. Save the attached file to /tmp/problem.org 2. mkdir /tmp/orgmode-test cd /tmp/orgomode-test git clone git://git.sv.gnu.org/emacs/org-mode.git cd org-mode/ emacs

Re: Fwd: errors when using org-agenda

2021-10-22 Thread Tim Cross
William McCoy writes: > I am modifying my previous message (that has not yet appeared on this list) > with > some additional information regarding this issue: > > > I have been having some strange errors when using org-agenda.  The errors seem > to have begun about the time I upgraded to org

Fwd: errors when using org-agenda

2021-10-22 Thread William McCoy
I am modifying my previous message (that has not yet appeared on this list) with some additional information regarding this issue: I have been having some strange errors when using org-agenda.  The errors seem to have begun about the time I upgraded to org 9.5 from the elpa repo a couple of

Re: Sub-figures in Org Mode

2021-10-22 Thread Juan Manuel Macías
Hi Jason, Jason Ross writes: > Are there any workarounds people use to create subfigures in Org Mode > when exporting to LaTeX? Example output: In this thread I explain a procedure to export images as subfigures using org links: https://list.orgmode.org/87mty1an66@posteo.net/ Best

Sub-figures in Org Mode

2021-10-22 Thread Jason Ross
Are there any workarounds people use to create subfigures in Org Mode when exporting to LaTeX? Example output: #+begin_example latex \documentclass{article} \usepackage[demo]{graphicx} \usepackage{subcaption} \begin{document} \begin{figure} \begin{subfigure}{.5\textwidth} \centering

Re: [BUG in org master?]

2021-10-22 Thread Tim Cross
Uwe Brauer writes: > [[S/MIME Signed Part:Undecided]] > >> Uwe Brauer writes: > > >> What is the setting for electric-indent-mode in the org buffer? > > , > | electric-indent-mode is a variable defined in ‘electric.el’. > | > | Its value is nil > | Original value was t > ` > > Not

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Jonas Bernoulli
> A blind guess: Try to run make clean? Didn't help here. I have added (with-eval-after-load 'org (require 'org-element)) to my init.el as a temporary workaround.

errors when using org-agenda

2021-10-22 Thread William McCoy
I have been having some strange errors when using org-agenda.  The errors seem to have begun about the time I upgraded to org 9.5 from the elpa repo a couple of weeks ago.  When I activate org-agenda, I get the usual menu.  When I press 'm' to search for a tag and then enter a known tag name,

Re: "Cache corruption detected" when editing CLOCK timestamp by hand

2021-10-22 Thread William Denton
On 22 October 2021, William Denton wrote: Sometimes I edit timestamps by hand when I'm clocking things. I had a task where I'd clocked in and wanted to close by hand (by adding --[2021 and so on to the CLOCK line) but when I started typing this popped up in a window: I think I was too hasty

"Cache corruption detected" when editing CLOCK timestamp by hand

2021-10-22 Thread William Denton
Sometimes I edit timestamps by hand when I'm clocking things. I had a task where I'd clocked in and wanted to close by hand (by adding --[2021 and so on to the CLOCK line) but when I started typing this popped up in a window: Warning (emacs): org-element--cache: Cache corruption detected in

Re: [BUG in org master?]

2021-10-22 Thread Uwe Brauer
> Uwe Brauer writes: > What is the setting for electric-indent-mode in the org buffer? , | electric-indent-mode is a variable defined in ‘electric.el’. | | Its value is nil | Original value was t ` Not sure why its original value was t, I don't remember to have used that, but I

Re: [BUG in org master?]

2021-10-22 Thread Kévin Le Gouguec
Tim Cross writes: > The effect of org-adapt-indentation is somewhat confusing to say the > least. The effect of that setting is also dependent on the setting for > electric-indent-mode. Getting the desired result often depends on having > the right setting for both that variable and

Re: Problems generating the org-mode documentation

2021-10-22 Thread Max Nikulin
On 22/10/2021 13:16, Vincent Breton wrote: 4) You can find the files generated in http://www.presentiel.com/org/orgguide.pdf and in http://www.presentiel.com/org/org.pdf They are available from the Org site: - https://orgmode.org/org.pdf - https://orgmode.org/orgguide.pdf

Re: [BUG in org master?]

2021-10-22 Thread Kévin Le Gouguec
Uwe Brauer writes: >> In Org 9.5, setting org-adapt-indentation to 'headline-data makes >> :DRAWERS: indented (setting it to t makes everything but headlines >> indented). > > Thanks, but it did not work. I set the variable > org-adapt-indentation to 'headline-data makes > > > But when I opened

[tip] Export some footnotes as pdf annotations (LaTeX) or comments (odt)

2021-10-22 Thread Juan Manuel Macías
Hi, Sometimes I need to export an Org document with certain "meta-comments", so I wrote this export filter to export those footnotes that start with the string "!annot" to: - [LaTeX] PDF annotations (requires the pdfcomment LaTeX package), - [odt] Comments. #+BIND:

Re: [BUG in org master?] (was: how to indent (or refill) properties)

2021-10-22 Thread Tim Cross
Uwe Brauer writes: > [[S/MIME Signed Part:Undecided]] "KLG" == Kévin Le Gouguec writes: > > Thanks > >> Uwe Brauer writes: >>> But I would like them to be indented like this >>> >>> ** DONE G1 >>> :H1:G1: >>> :PROPERTIES: >

Bug: Inconsistent macro replacement [9.4.4 (release_9.4.4 @ /nix/store/jzj2bbfjlbv08xjgyljf7aqf7q2jcbm8-emacs-27.2/share/emacs/27.2/lisp/org/)]

2021-10-22 Thread Vinicius Vinicius
While {{{title}}} concatenates multiple #+TITLE lines, {{{author}}} retrieves only the first one. MWE:#+TITLE: Foo#+TITLE: Foo2 #+AUTHOR: First Author#+AUTHOR: Second Author {{{title}}} vs {{{author}}} Emacs  : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)Package: Org

Re: Problems generating the org-mode documentation

2021-10-22 Thread Hoffmann, Jobst
Am Freitag, dem 22.10.2021 um 08:16 +0200 schrieb Vincent Breton: > > On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez > > > > wrote: > > I'm trying to generate the documentation > > ./org.texi:17579: TeX capacity exceeded, sorry [input stack > > size=5000]. > Jean-Christophe Helary

Re: Problems generating the org-mode documentation

2021-10-22 Thread Alan Ristow
On 10/22/21 08:16, Vincent Breton wrote: >/On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez / >/wrote: />/I'm trying to generate the documentation />/./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000]. //Jean-Christophe Helary reported too the location of the source

Re: [BUG] "args out of range" on link heading completion [9.5 (9.5-gd361c7 @ /Users/carlos/.emacs.d/straight/build/org/)]

2021-10-22 Thread Carlos Pita
> > !Changing the last line to (substring pcomplete-stub 1 -2) fixes it in my > example. I don't know if one is supposed to do [[*prefix]] or > [[*prefix as is implied by the code, but better to support both, > specially considering electric pairs, don't you think? > Indeed, the right limit

when does :cache not cache?

2021-10-22 Thread Eric S Fraga
Hello all (again!), in the paper I am writing, I have a number of gnuplot src blocks, some of which process a significant amount of data so take some time to generate the actual plots. The data are static so caching the results make sense. However, even though I have ":cache yes" on each of

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Eric S Fraga
On Thursday, 21 Oct 2021 at 20:54, William Denton wrote: > With my usual set up, I can get things working except that any Org files > initially loaded up aren't recognized as Org, but if I run =M-x org-mode= it > all > kicks in. For the record, I have had this or something very similar for a

[BUG in org master?] (was: how to indent (or refill) properties)

2021-10-22 Thread Uwe Brauer
>>> "KLG" == Kévin Le Gouguec writes: Thanks > Uwe Brauer writes: >> But I would like them to be indented like this >> >> ** DONE G1:H1:G1: >> :PROPERTIES: > In Org 9.5, setting org-adapt-indentation to 'headline-data makes >

Re: Problems generating the org-mode documentation

2021-10-22 Thread Vincent Breton
>/On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez / >/wrote: />/I'm trying to generate the documentation />/./org.texi:17579: TeX >capacity exceeded, sorry [input stack size=5000]. //Jean-Christophe Helary >reported too the location of the source of trouble identified by /Takesi