orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

No way to set `#+FILETAGS` programmatically.

Open broken-pen opened this issue 5 months ago • 0 comments

As suggested by @kristijanhusak in https://github.com/nvim-orgmode/orgmode/pull/878#discussion_r1974916880, this issue is to remind us that there currently is no way to add or remove file-global tags in the #+FILETAGS directive.

This is a bother because org-attach has an auto-tag feature that it wants to both use on headlines (if the cursor is under a headline) and on files as a whole (if the cursor is above the first headline).

FWIW, this is also an issue in the current version of Emacs org-attach, see https://github.com/emacs-mirror/emacs/blob/492adf20b91520e96fb198e6e936e3145359c43b/lisp/org/org-attach.el#L532.

broken-pen avatar May 24 '25 22:05 broken-pen