Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-15 Thread Mark A. Hershberger
On Sun, 2024-09-15 at 10:25 +, Ihor Radchenko wrote: > "Mark A. Hershberger" writes: > > > > As far as documentation, in the infodoc under "7.5.3 Capturing > > column view", we have this: > > > >     ‘:match’ > > When set to a string, use this as a tags/property match > > filter t

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-15 Thread Ihor Radchenko
"Mark A. Hershberger" writes: > Ihor Radchenko writes: > >> You need to put tag into quotes. >> I guess we may document this, but I am not sure where. > > I did figure this out and meant to follow up. > > As far as documentation, in the infodoc under "7.5.3 Capturing column > view", we have this

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-09 Thread Mark A. Hershberger
Ihor Radchenko writes: > You need to put tag into quotes. > I guess we may document this, but I am not sure where. I did figure this out and meant to follow up. As far as documentation, in the infodoc under "7.5.3 Capturing column view", we have this: ‘:match’ When set to a string

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-09 Thread Ihor Radchenko
"Mark A. Hershberger" writes: >> #+BEGIN: clocktable :match tag >> #+END: > > Hiting C-c C-c with point on #+BEGIN results in “Invalid match tag: tag”. > > This is from the first line of code in org-tags-expand: > (unless (org-string-nw-p match) (error "Invalid match tag: %S" match)) > > Trac

Re: [BUG] results from org-prepare-dblock make clocktable unusable

2024-09-07 Thread Mark A. Hershberger
This should be re-titled results from org-prepare-dblock make :match with clocktable unusable". -- http://hexmode.com/ Don't ask me who's influenced me. A lion is made up of the lambs he's digested, and I've been reading all my life. -- Giorgos Seferis

[BUG] results from org-prepare-dblock make clocktable unusable

2024-09-07 Thread Mark A. Hershberger
Buffer contains: > #+BEGIN: clocktable :match tag > #+END: Hiting C-c C-c with point on #+BEGIN results in “Invalid match tag: tag”. This is from the first line of code in org-tags-expand: (unless (org-string-nw-p match) (error "Invalid match tag: %S" match)) Tracking this down, the probl