emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Mark A. Hershberger" <mah@everybody.org>
To: emacs-orgmode@gnu.org
Subject: [BUG] results from org-prepare-dblock make clocktable unusable
Date: Sat, 07 Sep 2024 15:06:51 -0400	[thread overview]
Message-ID: <877cbn706s.fsf@everybody.org> (raw)


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 problem seems too be that org-prepare-dblock
produces a list of params that is the following:

    (:name "clocktable" :match tag)

Emacs  : GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0)
 of 2024-09-04
Package: Org mode version 9.7.10 (release_9.7.10 @ /home/mah/work/code/emacs-master/lisp/org/)

and running “/usr/bin/emacs -Q” on

Emacs  : GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0)
 of 2024-07-22, modified by Debian
Package: Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)

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


             reply	other threads:[~2024-09-07 19:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 19:06 Mark A. Hershberger [this message]
2024-09-07 19:19 ` [BUG] results from org-prepare-dblock make clocktable unusable Mark A. Hershberger
2024-09-09 18:20 ` Ihor Radchenko
2024-09-09 18:51   ` Mark A. Hershberger
2024-09-15 10:25     ` Ihor Radchenko
2024-09-15 18:43       ` Mark A. Hershberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877cbn706s.fsf@everybody.org \
    --to=mah@everybody.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).