Re: How to HTML export non-Emacs/Elisp info manual links?

2023-10-10 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> I'd like for exported HTML output to include HTTP links to info manuals >> besides the Emacs and Elisp manuals. Is this possible? >> ... > > Now, you can. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=902975ca4 > https://g

Re: Inconsistent text markup handling when double-nesting markers

2023-10-10 Thread Max Nikulin
On 10/10/2023 19:07, Ihor Radchenko wrote: "Tom Alexander" writes: I used the following test document: ``` __foo__ **foo** ``` Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fe23bec60 Isn't nested bold for "**bold**" a bug? Generally it is not allowed and

org-agenda t giving "Wrong type argument: stringp, nil"

2023-10-10 Thread William Denton
I updated things from source today and got an error when trying to view my agenda: M-x org-agenda t showed the error Wrong type argument: stringp, nil In *Messages* I saw: Press key for agenda command (unrestricted): org-agenda-get-todos: Wrong type argument: stringp, nil I r

Re: [BUG] Inactive interval is not correctly displayed in agenda view (was: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>")

2023-10-10 Thread Cletip Cletip
> > I will look closer at this problem later. > No need. I changed the subject to branch off this bug report as a new > thread. Thanks a lot :) have a nice day ! Le mar. 10 oct. 2023 à 18:31, Ihor Radchenko a écrit : > Cletip Cletip writes: > > > Now that I have the diary in front of me, I get

[BUG] Inactive interval is not correctly displayed in agenda view (was: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>")

2023-10-10 Thread Ihor Radchenko
Cletip Cletip writes: > Now that I have the diary in front of me, I get the impression that there's > another problem, and I guess it's not as simple as a simple regular > expression. > > if I have the following heading : > > * A test > [2023-10-10 Tue 17:25]--[2023-10-10 Tue 17:30] > <2023-10-

Re: How to HTML export non-Emacs/Elisp info manual links?

2023-10-10 Thread Ihor Radchenko
Joseph Turner writes: > I'd like for exported HTML output to include HTTP links to info manuals > besides the Emacs and Elisp manuals. Is this possible? > ... Now, you can. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=902975ca4 https://git.savannah.gnu.org/cgit/emacs/org-mode.

Re: [BUG] ox-latex does not read EXPORT_LATEX_CLASS property from subtree [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-10-10 Thread Pedro Prieto Alarcón
Yeah, I learned it later. Sorry, and thanks for your answer! Best, Pedro Prieto El mar, 10 oct 2023 17:57, Ihor Radchenko escribió: > Pedro Prieto Alarcón writes: > > > I can't make ox-latex use a different class for a subtree using > > EXPORT_LATEX_CLASS, as stated in the docs: > > https://o

Re: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Ihor Radchenko
Cletip Cletip writes: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=558db89e4 > > I don't really understand what mean that : what should I do to have this ? > Update org-mode ? Another things ? Yes, it will be enough to update Org mode. Either to main (experimental) branch or

Re: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Cletip Cletip
> > See https://list.orgmode.org/orgmode/87edkhnbn4@shell.onfire.org/ Perfect, that solve the problem ! Incredible reactivity, thanks ! I now also backported the fix onto bugfix branch. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=558db89e4 I don't really understand what

Re: [BUG] "Invalid search bound (wrong side of point)" [9.6.9 ( @ /Users/dirkjimtheis/.emacs.d/elpa/org-9.6.9/)]

2023-10-10 Thread Ihor Radchenko
Dirk Oliver Theis writes: > What happened: > Suddenly tangle started complaining about not being able to resolve a > noweb reference. I killed the Org buffers and file-find'ed the > org-file again, which brought up this error message was displayed in a > separate buffer: Thanks for reporting! I

Re: [BUG] ox-latex does not read EXPORT_LATEX_CLASS property from subtree [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-10-10 Thread Ihor Radchenko
Pedro Prieto Alarcón writes: > I can't make ox-latex use a different class for a subtree using > EXPORT_LATEX_CLASS, as stated in the docs: > https://orgmode.org/manual/LaTeX-header-and-sectioning.html > > I am trying to change a specific subtree to a different layout (using > tcolorbox) than the

Re: [BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Ihor Radchenko
Cletip Cletip writes: > I just encountered a strange bug (maybe) in org-mode, starting from version > 9.6. I don't quite understand why, but it happens when I display the agenda > (to be precise: M-x org-agenda a). > > This only happens (from the causes I found) when there is: SCHEDULED with > in

[BUG?] Org-agenda doesn't work with this error : Search failed: "\]+\)>"

2023-10-10 Thread Cletip Cletip
Hello! I just encountered a strange bug (maybe) in org-mode, starting from version 9.6. I don't quite understand why, but it happens when I display the agenda (to be precise: M-x org-agenda a). This only happens (from the causes I found) when there is: SCHEDULED with inactive timestamp without a

How to HTML export non-Emacs/Elisp info manual links?

2023-10-10 Thread Joseph Turner
Hello! I'd like for exported HTML output to include HTTP links to info manuals besides the Emacs and Elisp manuals. Is this possible? For example, the hyperdrive.el info manual links to the transient.el info manuals using the info: protocol. In the exported HTML document (

[BUG] ox-latex does not read EXPORT_LATEX_CLASS property from subtree [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-10-10 Thread Pedro Prieto Alarcón
Hi, I can't make ox-latex use a different class for a subtree using EXPORT_LATEX_CLASS, as stated in the docs: https://orgmode.org/manual/LaTeX-header-and-sectioning.html I am trying to change a specific subtree to a different layout (using tcolorbox) than the one provided in the main document cl

[BUG] "Invalid search bound (wrong side of point)" [9.6.9 ( @ /Users/dirkjimtheis/.emacs.d/elpa/org-9.6.9/)]

2023-10-10 Thread Dirk Oliver Theis
What happened: Suddenly tangle started complaining about not being able to resolve a noweb reference. I killed the Org buffers and file-find'ed the org-file again, which brought up this error message was displayed in a separate buffer: Emacs : GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0,

Re: Inconsistent text markup handling when double-nesting markers

2023-10-10 Thread Ihor Radchenko
"Tom Alexander" writes: > I used the following test document: > ``` > __foo__ > > **foo** > ``` > > I'd expect the two to behave the same but the first one parses as: > ``` > (paragraph > "_" > (subscript "foo") > "__" > ) > ``` Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org

Re: Bug in org-insert-link?

2023-10-10 Thread Ihor Radchenko
Guillaume MULLER writes: >> Clicking, by default, changes the cursor position. > > I forgot to mention, I'm using a WindowManager (i3) configured with "focus > follows mouse" behavior, so I usually (~99% of the time) do not click in the > Emacs window when I come back to it, so the cursor shoul

Re: org beamer strange behaviour

2023-10-10 Thread Ihor Radchenko
Guillaume MULLER writes: > Running it, I got these "errors": > 221 low Unknown source block language: 'latex' > 252 low Unknown source block language: 'bibtex' > 268 low Unknown source block language: 'latex' > 282 low Unknown source block language: 'sh' > 329 low Un

Re: Bug in org-insert-link?

2023-10-10 Thread Guillaume MULLER
On 10/10/23 13:25, Ihor Radchenko wrote: Guillaume MULLER writes: However, since I wrote the email, I've seen the behavior occur without changing (at least voluntarily) the cursor position in the Org buffer... Clicking, by default, changes the cursor position. I forgot to mention, I'm u

Re: org beamer strange behaviour

2023-10-10 Thread Ihor Radchenko
Guillaume MULLER writes: > I'm writing a lot of my courses in Org with a final export to Beamer/PDF. > > Recently, I tried to improve the slides for a course I gave last year. When I > opened the org file, I got a very weird coloring, as if a section was not > closed correctly. You can find the

Re: Bug in org-insert-link?

2023-10-10 Thread Ihor Radchenko
Guillaume MULLER writes: > However, since I wrote the email, I've seen the behavior occur without > changing (at least voluntarily) the cursor position in the Org buffer... Clicking, by default, changes the cursor position. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

Re: [BUG] org-indent-mode adds vertical spacing between lines

2023-10-10 Thread Ihor Radchenko
gnu.5c...@aleeas.com writes: > When I enable org-indent-mode, the height of the lines gets bigger (see > attached screenshots). However line-spacing value doesn't change. > > Do you know if this behaviour is expected or is a bug, and if it is possible > to disable it/fix it? This looks like the

Re: [BUG] No newline at end of exported HTML file [9.6.6 (release_9.6.6 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-10 Thread Ihor Radchenko
Ihor Radchenko writes: > AFAIU, `require-final-newline' is t by default, except binary data. > Also, Org export is not designed to generate binary output. > So, it should be OK to ensure the final newline manually, in > `org-export-to-file' - to minimize possible breakage. See the attached tenta

Re: Exporting elisp: and shell: links

2023-10-10 Thread Max Nikulin
On 09/10/2023 19:12, Ihor Radchenko wrote: Valid, but I am more concerned about the whole idea. I _feel_ that code (description) does not look nice in html export. It is minor in comparison with invalid HTML that may be generated by current code. I am unsure if a better variant exist