emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [C-c C-q] org-set-tags-command completed tags does not contains current buffer local tags
@ 2024-04-17 14:29 Christopher M. Miles
  2024-04-17 16:25 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher M. Miles @ 2024-04-17 14:29 UTC (permalink / raw)
  To: Org Mode List

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]


In the [C-c C-q] org-set-tags-command, I found it does not complete tags in current buffer.

#+begin_src emacs-lisp
(defun org-set-tags-command (&optional arg)
  ...
  (let* (...
         (local-table (or org-current-tag-alist (org-get-buffer-tags)))
         ;; the `org-current-tag-alist' is from my customized `org-tag-persistent-alist'.
         ...)))
#+end_src

Steps to reproduce:

1. create an empty Org mode file and open it as a Emacs buffer.
2. Fill in Org content as bellowing

#+begin_src org
* headline 1  :tag1:workflow:

* headline 2 :tag2:name:
#+end_src

3. save buffer
4. Press [C-c C-q] org-set-tag-command
5. You can't see buffer local tags "tag1", "tag2", "workflow", "name" in tags completion.

-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-17 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 14:29 [C-c C-q] org-set-tags-command completed tags does not contains current buffer local tags Christopher M. Miles
2024-04-17 16:25 ` Ihor Radchenko

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