Re: Q: Documentation question on beamer and org

2025-03-11 Thread Thomas Redelberger
Hi David, please see my remarks below Am 12.02.2025 um 22:19 schrieb David Masterson: Forgive the repeat -- I didn't see this come up... I've been looking at Beamer as a way to write a slide show to help explain some projects to others. Working on it, I have developed a number of questions th

Re: [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-03-11 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: >>> #+attr_latex: :foo bar >>> Foo >>> >>> You patch will generate center environment in this example as well. It >>> is not expected. > Hi, just checking my notes… to fix dangling ends. > What would be the intended behaviour here? Ignoring attributes that

Re: Since Emacs 30.1, commenting lines in code blocs does not work correctly

2025-03-11 Thread General discussions about Org-mode.
Le 06/03/25 à 09h05, Denis Bitouzé via "General discussions about Org-mode." a écrit : > With the cursor at the end of the 2nd line ("Exclusive or.") of: > > #+BEGIN_SRC emacs-lisp > (defun org-xor (a b) > "Exclusive or." > (if a (not b) b)) > #+END_SRC > > > the result with comment-line

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
Steinar Bang writes: > Got an error opening this file > https://github.com/steinarb/bang-bompom/blob/master/README.org > > Emacs : GNU Emacs 30.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, > cairo version 1.16.0) > of 2025-02-27, modified by Debian > Package: Org mode version 9.7.11

Re: [BUG] org headings markup works inside code blocks [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
the_wurfkreuz via "General discussions about Org-mode." writes: > Which might create a situation where i write an asterisk as the first > character in a line while in a code block. For instance, if i install a > crontab mode and do this: > > #+begin_src crontab > * * * * * command_to_execute > #+e

Re: [O] :CREATED: property when scheduling new headings

2025-03-11 Thread Ihor Radchenko
Ken Mankoff writes: > I'm seeing a new behavior on Org mode version 9.7.23 that I'd like to > disable. I cannot find mention of this is ORG-NEWS. > > When I schedule something for the first time, a :CREATED: property is now > generated with an active timestamp, meaning it shows up in the Agenda

Re: Since Emacs 30.1, commenting lines in code blocs does not work correctly

2025-03-11 Thread Ihor Radchenko
Denis Bitouzé via "General discussions about Org-mode." writes: > Since Emacs 30.1, commenting lines in code blocs does not work > correctly. As an example, run: > > emacs -Q test.org > > where test.org has the following content > > --8<---cut here---start->8--

Re: #16 [[bbb:OrgMeetup]] on Wed, Feb 12, 19:00 UTC+3

2025-03-11 Thread Ihor Radchenko
Hi, A quick update: Next meetup has to be postponed. I am not yet done with #16 notes and have some work deadlines. Maybe next week, but not yet sure. Will update later. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org developme

Re: [FR] org-babel-n-tangle

2025-03-11 Thread Ihor Radchenko
Lei Zhe writes: > This patch is the first step in resolving the feature for tangling > source blocks to multiple targets. > I would appreciate any feedback. Thanks for the patch! > - (let* ((info (org-babel-get-src-block-info 'no-eval)) > -(src-lang (nth 0 info)) > -

Re: [BUG] (Feature request) Allow org-cite-insert to completing-read-just-once [9.7.11]

2025-03-11 Thread Ihor Radchenko
Daan Ro writes: > Currently org-cite-insert requires multiple to complete. When a > completion engine is enabled (likely the more common case), like vertico > or the built-in fido-mode, etc. we must also know how to exit > "abnormally", usually with "M-j": > https://github.com/minad/vertico/issu

Re: [PATCH] Add code element inside src-block in ox-html

2025-03-11 Thread Ihor Radchenko
Nikolaos Chatzikonstantinou writes: > Shouldn't the source blocks be using the element? > > This patch is untested, I can pay more attention to it if first the > maintainer(s) agree with my opinion. I thought the tag is good > for semantics. Timothy, may you take a look? For me, the patch loo

Re: [BUG] Org report [9.7.19 (9.7.19-??-5a4686915 @ /Users/butlerlocal/.emacs.d/.local/straight/build-29.4/org/)]

2025-03-11 Thread Kevin Butler
Hi Ihor, Sorry for the lack of context, the messge was just to report this bug and it went directly from emacs to my email. I wasn’t sure if there was additional information required. For additional information: I’m running an Apple Macbook Pro with an M1 Pro, with MacOS 15.3.1. I’m running em

Re: [BUG] Org report [9.7.19 (9.7.19-??-5a4686915 @ /Users/butlerlocal/.emacs.d/.local/straight/build-29.4/org/)]

2025-03-11 Thread Ihor Radchenko
Kevin Butler writes: > Sorry for the lack of context, the messge was just to report this bug and it > went directly from emacs to my email. I wasn’t sure if there was additional > information required. > > For additional information: I’m running an Apple Macbook Pro with an M1 Pro, > with MacO

Re: [BUG] Org Warning said send this report caused by org-clock-out [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
Mark Barton writes: > I'm just reporting this in case it is still useful since it asked nicely. Thanks! Another cache problem. May I know if you see this frequently? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development

Re: [BUG] Replace a string while narrowing is active => Error. [9.7.20 (N/A @ /gnu/store/nbqz4xh45yvlpw9dqqfpxp82v0f82vk4-emacs-org-9.7.20/share/emacs/site-lisp/org-9.7.20/)]

2025-03-11 Thread Ihor Radchenko
Pierre-Henry Fröhring writes: > I expected to replace a string ("selector" by "creditor") in this > section while narrowing is active: > ... > But I've got this backtrace instead: > > ┌ > │ ⛔ Warning (org-element): org-element--cache: Org parser error in > maquette.org::65212. Resetting. > │

Re: [BUG] Replace a string while narrowing is active => Error. [9.7.20 (N/A @ /gnu/store/nbqz4xh45yvlpw9dqqfpxp82v0f82vk4-emacs-org-9.7.20/share/emacs/site-lisp/org-9.7.20/)]

2025-03-11 Thread Pierre-Henry Fröhring
On Mar 11, 2025 18:47, Ihor Radchenko wrote:Pierre-Henry Fröhring writes: > I expected to replace a string ("selector" by "creditor") in this > section while narrowing is active: > ... > But I've got this backtrace instead: > > ┌ > │ ⛔ Warning (org-element): org-element--cache: Org p

Re: [BUG] Replace a string while narrowing is active => Error. [9.7.20 (N/A @ /gnu/store/nbqz4xh45yvlpw9dqqfpxp82v0f82vk4-emacs-org-9.7.20/share/emacs/site-lisp/org-9.7.20/)]

2025-03-11 Thread Ihor Radchenko
Pierre-Henry Fröhring writes: > > ┌ > > │ ⛔ Warning (org-element): org-element--cache: Org parser error in > maquette.org::65212. Resetting. > > │ The error was: (wrong-type-argument integer-or-marker-p nil) > > Thanks for reporting! > May I know if you observe this problem frequen

Re: Bug Report: Invalid Function Error after Natively Compiling =org-element=

2025-03-11 Thread Ihor Radchenko
Vitus Schäfftlein writes: > After updating to emacs version 30.1 from version 29.4.4, I experience issues > with =org-element-with-disabled-cache=. Specifically, creating an =org-roam= > node with a template that sets a =#+category= yields the error > =invalid-function org-element-with-disable

Re: emacs hung chewing cpu trying to open meetings.org

2025-03-11 Thread Ihor Radchenko
"Michael P. Soulier" writes: > I've tried this in two custom builds of emacs 29.4 and 30.1, both on Debian > 12. > I've been using org-mode for a while, and using a meetings capture template > for > my meetings, which is really helpful. > > I tried to open meetings.org today and emacs burned 10

Re: [BUG] Spurious ORG errors when editing a Markdown file [9.6.15 (release_9.6.15 @ /nix/store/gwnlqb2zp3rga9y66k88hgv1ffcdj9k3-emacs-29.4/share/emacs/29.4/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
Alaric Snell-Pym writes: > I'm editing a Markdown file, but I keep getting *Warnings* popping up > (stealing my focus as I'm trying to type!) with messages like these: > > ⛔ Warning (org-element-cache): org-element--cache: Org parser error in > import-mane-data/README.md::189. Resetting. > The

[BUG] Org Warning said send this report caused by org-clock-out [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-03-11 Thread Mark Barton
--text follows this line-- I'm just reporting this in case it is still useful since it asked nicely. Mark 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#

Re: [BUG] Org Warning said send this report caused by org-clock-out [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
Mark Barton writes: >> May I know if you see this frequently? > > This is the first time I saw it, but I just compiled Emacs from master last > night. I usually compile a few times a week, so I will report again if it > comes up frequently. Thanks in advance! > I do get frequently the: > ⛔ Wa

Match any todo keyword

2025-03-11 Thread Florian Lindner
Hello, I want to use consult-org-agenda (https://u25936915.ct.sendgrid.net/ls/click?upn=u001.ewFfsNduyXnOVhqZsN5-2FzNQ8PbG5abGQvKkTbryVbsXp1Itnhzwz-2Bk1ThxP49J3Shc-X_RyICcd3CLz4BurEyQIHp87iiHWX8iY5GdbX-2BaT-2FEa-2FdEvi6bNkh5U1-2BUCZ-2ByGT0-2F39VtZSlSWgXj8aoy92d6mdA4UwBLim0mAcveRUO-2Bn2-2BGtdI1yE3

Re: Match any todo keyword

2025-03-11 Thread Florian Lindner
My apologies for the click tracker, I wasn't aware that it does that. It is disabled now. Am 11.03.25 um 20:53 schrieb Florian Lindner: Hello, I want to use consult-org-agenda (https://github.com/minad/consult) which uses an MATCH argument like org-map-entries. For that, how can I match an

Re: Q: Documentation question on beamer and org

2025-03-11 Thread David Masterson
Thomas Redelberger writes: > Am 12.02.2025 um 22:19 schrieb David Masterson: >> I've been looking at Beamer as a way to write a slide show to help >> explain some projects to others. Working on it, I have developed a >> number of questions that I'm not seeing answers to in the docs. >> >> + Why

Re: [FR] org-babel-n-tangle

2025-03-11 Thread Phil Estival
References: User-Agent: mu4e 1.12.8; emacs 30.1 Date: Tue, 11 Mar 2025 21:38:00 +0100 * [2025-03-09 15:12 +0800] Lei Zhe : Hello Lei, > It'll make the tangle system more flexible, and I would be glad to > see it included in the next release. I would be glad too. > I wanted to check i

Re: [BUG] Got error opening existing org file in emacs 30.1 [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Steinar Bang
> Ihor Radchenko : > I tried with the latest main, with emacs-30, emacs-29, and emacs-28. > All opening that linked file just fine. > Have you tried with emacs -Q? Problem went away with "emacs -Q". Bisected my .emacs and this was the culprit: ;; editorconfig formatting support ;;;=

Re: Tab problem in emacs 30.1

2025-03-11 Thread Steinar Bang
> Steinar Bang : > After upgrading from emacs 29.something to 30.1 in debian, I am getting > the folling error a lot: > The error was: (error "Tab width in Org files must be 8, not 4. Please > adjust your ‘tab-width’ settings for Org mode") > Backtrace: > nil > Please report this to Org m

Re: agenda-custom-commands: tags-todo resetting sorting-strategy?

2025-03-11 Thread Ihor Radchenko
mailingli...@xgm.de writes: > I have noticed, that the sorting of custom agenda views, does not work > as expected. > > (setq org-agenda-custom-commands >'(("n" "Agenda and all TODOs" > ((tags-todo "LAST_REVIEW<>{.+}") >(alltodo)) > ))) > > here, both block

[BUG] Spurious ORG errors when editing a Markdown file [9.6.15 (release_9.6.15 @ /nix/store/gwnlqb2zp3rga9y66k88hgv1ffcdj9k3-emacs-29.4/share/emacs/29.4/lisp/org/)]

2025-03-11 Thread Alaric Snell-Pym
I'm editing a Markdown file, but I keep getting *Warnings* popping up (stealing my focus as I'm trying to type!) with messages like these: ⛔ Warning (org-element-cache): org-element--cache: Org parser error in import-mane-data/README.md::189. Resetting. The error was: (error "rx ‘**’ range err

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark?

2025-03-11 Thread Ihor Radchenko
Tor-björn Claesson writes: > I'm making progress, macrostep is great, thanks:-) Here is a new patch with > my progress so far. Thanks! I am not yet reviewing fully. > I have a problem I do not understand: The definition of > org-cite-basic-follow using org-menu-define in oc-basic.el does not wo

Re: [BUG] Org report [9.7.19 (9.7.19-??-5a4686915 @ /Users/butlerlocal/.emacs.d/.local/straight/build-29.4/org/)]

2025-03-11 Thread Ihor Radchenko
Kevin Butler writes: > Emacs : GNU Emacs 29.4 (build 1, aarch64-apple-darwin21.6.0, NS > appkit-2113.60 Version 12.6.6 (Build 21G646)) > of 2024-08-02 > Package: Org mode version 9.7.19 (9.7.19-??-5a4686915 @ > /Users/butlerlocal/.emacs.d/.local/straight/build-29.4/org/) Thanks for reporting

Re: ob-haskell has stopped working

2025-03-11 Thread Ihor Radchenko
Aitenate writes: > It sound like the same issue I've experienced [1]. Try using an older > version of haskell-mode and it should workaround the problem. > > [1] - https://github.com/haskell/haskell-mode/issues/1867 This seems to be fixed on haskell-mode side (the linked issue is resolved). No ac

Re: [BUG] invalid search bound [9.7.11 (9.7.11-??-6a5d0ed34 @ /home/andreas/.emacs.d/.local/straight/build-29.3/org/)]

2025-03-11 Thread Ihor Radchenko
Kündig Andréas (ext) writes: > I was editing an org file and emacs froze. > > I killed it, restarted it, and a message told me to write you an email. The > same thing happened several times in a row. > > It's always after I inserted a new ** heading, perhaps at the moment I press > jj to escape

Re: [BUG] error [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
"Timothee Besset" writes: > Can't make any edits in my org file today because of this error: > > ⛔ Warning (org-element): org-element--cache: Org parser error in > Valve.org::11488223. Resetting. > The error was: (error "Tab width in Org files must be 8, not 2. Please > adjust your ‘tab-width’

Re: One big file or multiple small ones

2025-03-11 Thread Ihor Radchenko
Rudolf Adamkovič writes: > [*] Beware: Speed commands do not work reliably in macros; they will > screw up your document behind your back! (CC-ing Ihor WRT this.) Do you have a reproducer to play with? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at

Re: [BUG] Update to emacs 30.1/org-mode 9.7 changed agenda sort [9.7.11 (release_9.7.11 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
Doug Harris writes: > I have a custom agenda "work" view for showing my agenda and some, but not > all of my todos: > ... > I updated emacs to 30.1 which brought along org-mode 9.7 > > Before the upgrade, the todos were sorted so that todos with priority set > were shown first, and, within those,

Re: [BUG] error [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Timothee Besset
Hello! Yeah, I've always had tag-width at 2 in my org files and it was never a problem before. Now org mode has started complaining about it, for no good reason that I can see other than "it should be like this". I've gone through all my org files and untabified all of them, so it can have it'

Re: Language support for C# in org-babel

2025-03-11 Thread poverobuosodonati
For C#, it may or may not be a good idea. Here, I tend to agree with Stefan Nobis - if it is easy for you (including adding docs and tests), go for it. Otherwise optional. This is now a header argument (I called it "framework" as it appeared to be the best fit). I kept "org-babel-csharp-default-t

Re: [PATCH] Add code element inside src-block in ox-html

2025-03-11 Thread Nikolaos Chatzikonstantinou
On Tue, Mar 11, 2025 at 1:52 PM Ihor Radchenko wrote: > > Nikolaos Chatzikonstantinou writes: > > > Shouldn't the source blocks be using the element? > > > > This patch is untested, I can pay more attention to it if first the > > maintainer(s) agree with my opinion. I thought the tag is good >

Re: [BUG] error [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-03-11 Thread Ihor Radchenko
"Timothee Besset" writes: > Yeah, I've always had tag-width at 2 in my org files and it was never a > problem before. Now org mode has started complaining about it, for no good > reason that I can see other than "it should be like this". The reason is explained in the release notes (breaking c

emacs hung chewing cpu trying to open meetings.org

2025-03-11 Thread Michael P. Soulier
Hello, I've tried this in two custom builds of emacs 29.4 and 30.1, both on Debian 12. I've been using org-mode for a while, and using a meetings capture template for my meetings, which is really helpful. I tried to open meetings.org today and emacs burned 100% cpu and seemed to never return. I h