[BUG] Inverse behavior from \ [9.6.4 (release_9.6.4-1-g76cf21 @ /Users/johnw/.emacs.d/lisp/org-mode/lisp/)]

2023-06-11 Thread John Wiegley
When I type ‘\ c’, the agenda view limits to my (c)all tags. This is what I expected to see. When I type ‘\ ’, however, it limits to every tag *but* the empty tag. This is the opposite of what I expect to see. Emacs : GNU Emacs 28.2 (build 1, x86_64-apple-darwin22.5.0, Carbon Version 169

Re: outline-* -> org-* possible?

2023-06-11 Thread Samuel Wales
thank you. it looks like outline-hide-subtree is the only one i will need to synchronously change, to an org-fold version. On 6/11/23, Ihor Radchenko wrote: > Samuel Wales writes: > >> in my old version, i am finding functions and variables named >> outline-* that have no obvious org-*

Re: Is this proper time format?

2023-06-11 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> -To assist project planning, TODO items can be labeled with a date >> -and/or a time. The specially formatted string carrying the date and >> -time information is called a /timestamp/ in Org mode. >> +To assist project planning, TODO items

Re: Is this proper time format?

2023-06-11 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> Thank you. I haven't "patched" anything on Savannah and assumed I might >> have to do the GNU copyright assignment. For this, I thought it would >> be easy for you. > > Yes and no. One of the things you get to do when creating a proper

[PATCH] ox-icalendar: Unscheduled tasks & repeating tasks

2023-06-11 Thread Jack Kamm
Hello, I am attaching an updated patch for ox-icalendar unscheduled and repeating TODOs, incorporating some of Ihor's feedback to my RFC some months ago. Compared to my original RFC, here are the main changes: - For unscheduled TODOs with repeating deadline, the deadline warning days is used

Re: Babel results don't respect narrowing

2023-06-11 Thread Ihor Radchenko
[Adding Org ML back to CC] Sebastian Wålinder writes: >> May you elaborate about what kind of library you are referring to? >> Please describe the actual problem you ran into. > I'm using the AI API library `org-assistant` > (https://github.com/tyler-dodge/org-assistant). > The library uses

Re: Org element cache in indirect buffers

2023-06-11 Thread Ihor Radchenko
Sebastian Wålinder writes: > It appears that indirect buffers duplicate the entire org element cache from > the base buffer whenever created. Not exactly. Only link to the cache root is copied and some cache elements may not be garbage-collected. > Running `memory-report` indicates that each

Org element cache in indirect buffers

2023-06-11 Thread Sebastian Wålinder
Hello! It appears that indirect buffers duplicate the entire org element cache from the base buffer whenever created. Running `memory-report` indicates that each indirect buffer has the same memory blueprint. This becomes a massive issue with large org files. My in my 160 000 line org file,

Re: org-todo-state-tags-triggers not working with regexp?

2023-06-11 Thread Ihor Radchenko
Ypo writes: > I would like to remove every tag when changing to done state. > > This is not working: > >  '(org-todo-state-tags-triggers '((done ("(.*)" > > This works though: > >  '(org-todo-state-tags-triggers '((done ("Atag" Yes, regexps are not supported in

org-todo-state-tags-triggers not working with regexp?

2023-06-11 Thread Ypo
Hi I would like to remove every tag when changing to done state. This is not working:  '(org-todo-state-tags-triggers '((done ("(.*)" This works though:  '(org-todo-state-tags-triggers '((done ("Atag" Best regards

Re: Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data

2023-06-11 Thread Farblos
On 2023-06-11 12:21, Ihor Radchenko wrote: This is a bug. Fixed now, on main. Thanks!

Re: outline-* -> org-* possible?

2023-06-11 Thread Ihor Radchenko
Samuel Wales writes: > in my old version, i am finding functions and variables named > outline-* that have no obvious org-* replacement. a few do, and a few > can be substituted with no probable issues. here are examples of > stuff i might in principle be running: Almost all the org-*

Re: Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data

2023-06-11 Thread Ihor Radchenko
Jens Schmidt writes: > (setq org-adapt-indentation 'headline-data) > > Paste the following into a new org file, headline A being the on the > first line: > > snip > ** Headline A > > > > ** Headline B > > > > ** Headline C > :properties: >

Re: Is this proper time format?

2023-06-11 Thread Ihor Radchenko
David Masterson writes: > I've updated my patch file taking into account what you mentioned and > what I tested. Does this look all right? Thanks! See inline comments below. > -To assist project planning, TODO items can be labeled with a date > -and/or a time. The specially formatted string

Re: Is this proper time format?

2023-06-11 Thread Ihor Radchenko
David Masterson writes: >> Yes. Though it would be better to attach the diff with proper (.diff or >> .patch) extension. > > I hope you saw that I provided a "patch,txt" file in a following message > (forgot about the naming convention -- been a long time...) Inline and attachment are both

Re: Is this proper time format?

2023-06-11 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > Maybe I'm not explicit enough. In section 8.1 of the Org 9.6 manual is a subsection "Time/Date Range" that *implies* times are supported in ranges by the use of words "time" and "timestamp" when, above, you're saying they