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
"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
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
"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
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
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