[BUG] Warning: org-element-cache [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)]

2025-02-20 Thread Ting Boon Ghee
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

org-toggle-timestamp-overlays fails to remove display property

2025-02-20 Thread Jason Hemann
Hi, Sometime between 9.6.6 and 9.7.20, I’ve begun to encounter an issue where org-toggle-timestamp-overlays will still add the display property, but then fails to actually remove it. A quick investigation made me think it might have something to do with the position is calculated, but I have no

[BUG] 30.1; regression to 29.4 org-mode wrong-type-argument number-or-marker-p nil [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-02-20 Thread General discussions about Org-mode.
If I run "emacs -Q" and then eval such config: ``` (setq use-package-verbose t) (use-package org :commands (org-capture org-agenda) :hook (org-mode . flyspell-mode) :config (message "Running :config of org-mode") (setq org-startup-folded t) (setq org-edit-src-content-indentation 0)

Re: [PATCH] cosmetic of begin/end lines

2025-02-20 Thread Phil Estival
* [2025-02-20 17:46 +] Ihor Radchenko : > Phil Estival writes: > >>> whole line does not mean only background. It includes everything - >>> underline as well. Background is just one example. >> >> It does because the variables are programmatically linked >> [[file:~/.emacs.d/repos/org/lisp/org

Worg Patch: Adding refcard-org-beamer to Tutorials

2025-02-20 Thread David Masterson
Found a nice reference card for using Beamer in Org on Github made by Fabrice Niessen that I thought would be a good addition to Worg Tutorials. He agreed. So patch attached. diff --git a/org-tutorials/index.org b/org-tutorials/index.org index 1d8548d4..4ec95838 100644 --- a/org-tutorials/index.or

Re: Question regarding org-publish-find-title cache

2025-02-20 Thread Thomas Ingram
Thank you for the clarification Ihor. I willl try to dig into the cache logic to better understand this. > The API in this area is not ideal, unfortunately. Since the caching requirement is not noted in the docstring, would you be interested in a patch to allow these functions to work regardle

Re: Question regarding org-publish-find-title cache

2025-02-20 Thread Ihor Radchenko
Thomas Ingram writes: > I was hoping I could get some insight on using the > `org-publish-find-title' and `org-publish-find-date' functions.  I am > trying to build an add-on for org-publish and using some org-publish > functions. > > Sometimes the function returns the error: >   "org-publish-ca

Re: Publish and file exclude

2025-02-20 Thread Ihor Radchenko
Sébastien Gendre writes: > I have checked the source code, but I didn't find when the generation of > the site map also publish it. `org-publish-get-base-files' -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at <

Re: problem in sorting headings that start with timestamps

2025-02-20 Thread Ihor Radchenko
Uwe Brauer writes: >> You can sort alphabetically. But timestamp is considered a part of the >> headline. >> If you need something custom, provide custom key/comparison function for >> `org-sort-entries'. > > So you mean I should write a new sort function myself and use advice to > «connect» it

Re: [PATCH] put `org-attach-after-change-hook` at the end of org-attach

2025-02-20 Thread Ihor Radchenko
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Instead, it might make more sense to pass the information about file >> changes (if available) to the hook itself directly. >> For example, we may obsolete `org-attach-after-change-hook' and introduce >> `org-attach-after-change-functions'. T

Re: [PATCH] lisp/org-collector.el: Add support for TBLFM

2025-02-20 Thread Ihor Radchenko
Ihor Radchenko writes: > I am not familiar with org-collector code, but (goto-char (point-min)) > seems dangerous - what if current Org buffer has multiple tables with > TBLFM lines? It has been a while since the last message in this thread. Have you had a chance to look into my comment? -- Ih

PATCH: ox-latex table of contents patch consolidated (was: [BUG] Latex exporter should consider export settings [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)])

2025-02-20 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > Final version... got the wrong file... sorry /PA Thanks! You still did not address all the earlier suggestions. I will repeat the missing ones below for your convenience. > modified doc/org-manual.org > @@ -14852,6 +14852,41 @@ *** Quote blocks in LaTeX

[BUG] Incorrect LaTeX export when using images in a table to display them side-by-side. [9.7.5 (release_9.7.5 @ /home/dadinn/.emacs.d/straight/build/org/)]

2025-02-20 Thread Daniel Dinnyes
I am trying to generate a LaTeX export with these two images displayed side-by-side: ```org | [[file:./chat1.png]] | [[file:./chat2.png]] | ``` They display correctly inside the Emacs buffer. On the HTML export they display correctly side-by-side, but the for some reason there are visible border