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-12 Thread Doug Harris
I see the same problem when I run with emacs -Q Something else I noticed is that another of my custom views, defined as "n" "Agenda and all TODOs" in the config *still* shows the expected ordering. That suggests that something in the tags-todo of my work agenda view is messing with the item orderi

Re: Q: Documentation question on beamer and org

2025-03-12 Thread Thomas Redelberger
I have documented how I use Beamer from Org mode on my web site: https://web222.webclient5.de/doc/swdev/emacs/orgmode/beamer Interesting. Perhaps, if you want, this could be added to the Tutorials section of orgmode.org/worg...? Yes, Please! BR Thomas -- Thomas Redelberger rede...@gmx.de

Re: Org Agenda errors if agenda file is in column view

2025-03-12 Thread Ihor Radchenko
Rens Oliemans writes: > I'm not sure if this is a bug, but it feels like one and I don't see this > behaviour documented anywhere. > > The "problem": If an agenda file is in column view (and therefore read-only), > contains a date for the current week, and you open the agenda view for the > curre

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

2025-03-12 Thread General discussions about Org-mode.
Le 11/03/25 à 18h41, Ihor Radchenko a écrit : > I believe that this has been fixed on main branch. Seems to work pretty well: many thanks! Do you know when it will become available by package-install? -- Denis

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

2025-03-12 Thread Ihor Radchenko
Denis Bitouzé via "General discussions about Org-mode." writes: > Le 11/03/25 à 18h41, Ihor Radchenko a écrit : > >> I believe that this has been fixed on main branch. > > Seems to work pretty well: many thanks! > > Do you know when it will become available by package-install? Next major release

Re: One big file or multiple small ones

2025-03-12 Thread Dr. Arne Babenhauserheide
Sébastien Gendre writes: > When you take notes and/or manage tasks, do you prefer one big file or > multiple small files ? I usually use one file per category of tasks. Full-text search is very powerful, and helm-rifle makes it very convenient. > What are you experience ? Do you encounter some l

Re: One big file or multiple small ones

2025-03-12 Thread Juergen Fenn
Am 25.02.25 um 16:39 Uhr schrieb Sébastien Gendre: > When you take notes and/or manage tasks, do you prefer one big file or > multiple small files ? I use one big file for continuous notetaking, with periodical archiving, usually per month. Every note is marked with a timestamp. I rename archiv

Re: Match any todo keyword

2025-03-12 Thread General discussions about Org-mode.
"Florian Lindner" writes: > I want to use consult-org-agenda which uses an MATCH argument like > org-map-entries. > > For that, how can I match any todo keyword, i.e., any state that is not > done? Without naming them explicitly. I'm not sure this is possible. From the documentation the MATCH s

Re: Match any todo keyword

2025-03-12 Thread Christian Moe
Aria Groult via "General discussions about Org-mode." writes: > "Florian Lindner" writes: > >> I want to use consult-org-agenda which uses an MATCH argument like >> org-map-entries. >> >> For that, how can I match any todo keyword, i.e., any state that is not >> done? Without naming them expli

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-12 Thread Ihor Radchenko
Steinar Bang writes: > Bisected my .emacs and this was the culprit: > > ;; editorconfig formatting support > ;;; > (when (locate-library "editorconfig") > (editorconfig-mode 1) > (setq editorconfig-exclude-regexps '("\\.jar$"))) > > Upgrading editorconfig to ne

Re: One big file or multiple small ones

2025-03-12 Thread General discussions about Org-mode.
I had also been scrambling myself about this as well. I started out with denote (many files) since it was nice and I was using many packages. Later as I went on, started digging into org mode and wondered about managing notesin single file. As I searched across, many comments was a realizaton.

Re: Q: Documentation question on beamer and org

2025-03-12 Thread Christian Moe
David Masterson writes: > 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 ans

Re: [BUG] org babel uses sh-mode with zsh indentation when i specify bash or bash-ts [9.7.11 (release_9.7.11 @ /usr/local/share/emacs/31.0.50/lisp/org/)]

2025-03-12 Thread General discussions about Org-mode.
I've tried to this: git clone https://github.com/tree-sitter/tree-sitter-bash cd tree-sitter-bash make sudo make install Then, after `emacs -Q` i evaluate `(setq treesit-extra-load-path '("/usr/local/lib"))` and try to create a code block with the bash-ts mode and get the same thing. Do i mayb

Re: One big file or multiple small ones

2025-03-12 Thread Rudolf Adamkovič
Ihor Radchenko 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? Jeez! I have just spent 30 minutes trying to reproduce it, staring from -Q, and everythin

[BUG?] Re: Q: Documentation question on beamer and org

2025-03-12 Thread David Masterson
Christian Moe writes: > David Masterson writes: + Why is my "Outline" slide blank? Shouldn't it be picking up all the "H:1" headings? What am I missing? > > Testing: > > (1) With a one-level document > > #+begin_src org > ,#+title: Beamer test > ,#+STARTUP: beamer > ,#+LATEX

[PATCH] Re: Q: Documentation question on beamer and org

2025-03-12 Thread David Masterson
Thomas Redelberger writes: >>> I have documented how I use Beamer from Org mode on my web site: >>> https://web222.webclient5.de/doc/swdev/emacs/orgmode/beamer >> >> Interesting. Perhaps, if you want, this could be added to the Tutorials >> section of orgmode.org/worg...? > > Yes, Please! Ok.

inconsistency for the affiliated keyword of a dynamic block

2025-03-12 Thread pinmacs
Hi orgmode folks, There is a special case that might need a clarification in the orgmode implementation and/or the org-syntax [0] The affiliated keyword, when it's before a dynamic block [1] it does not work. Example: #+NAME: test #+BEGIN: something-that-generates-a-table | State | ID | Ta