Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org-current-tag-alist is nil in org-gtd-clarify-mode #145

Open
douo opened this issue May 16, 2023 · 6 comments · May be fixed by #151
Open

org-current-tag-alist is nil in org-gtd-clarify-mode #145

douo opened this issue May 16, 2023 · 6 comments · May be fixed by #151
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@douo
Copy link

douo commented May 16, 2023

This leads to the org-gtd-clarify process being unable to set tags correctly.

org-current-tag-alist is a buffer-local variable defined in org.el.

Value in #<buffer *Org-GTD WIP: test-2023-05-16*>
nil

org-gtd-pkg.el:

(define-package "org-gtd" "20230515.2133" "An implementation of GTD."
  '((emacs "27.2")
    (org-edna "1.1.2")
    (f "0.20.0")
    (org "9.6")
    (org-agenda-property "1.3.1")
    (transient "0.3.7"))
  :commit "578e83b0f67cb57dd1b10e9eea4f40d2e925b9b9" :authors
  '(("Aldric Giacomoni" . "[email protected]"))
  :maintainer
  '("Aldric Giacomoni" . "[email protected]")
  :url "https://github.com/Trevoke/org-gtd.el")
;; Local Variables:
;; no-byte-compile: t
;; End:
@Trevoke
Copy link
Owner

Trevoke commented May 16, 2023 via email

@douo
Copy link
Author

douo commented May 16, 2023

I'm using emacs 29

Both variables are nil in org-gtd-clarify-mode, as shown in the image below:

Screen Shot 2023-05-16 at 22 15 24

However, in inbox.org (as seen in the following image), org-set-tags-command works correctly.

Screen Shot 2023-05-16 at 22 16 00 Screen Shot 2023-05-16 at 22 23 06

Unfortunately, it does not work for the same entry when clarifying.

Screen Shot 2023-05-16 at 22 23 44

It just happend when it upgrade org-gtd to 3.0.

@Trevoke
Copy link
Owner

Trevoke commented May 16, 2023 via email

@douo
Copy link
Author

douo commented May 16, 2023

I'm using vanilla emacs 29

@Trevoke
Copy link
Owner

Trevoke commented May 16, 2023 via email

@Trevoke
Copy link
Owner

Trevoke commented May 16, 2023

I need the following information in order to try to reproduce the problem:

What version of emacs are you using?

emacs 29

Since emacs 29 is unreleased, what tag/commit did you compile from?

Are you using vanilla emacs, doom emacs, or spacemacs?

Vanilla

What version of org-mode are you using?

What should org-current-tag-alist be ?

What is org-tag-alist ? What is org-tag-persistent-alist ?

How are your tags set up, if the answer wasn't provided above?

douo pushed a commit to douo/lims_dot_emacs that referenced this issue May 25, 2023
@Trevoke Trevoke added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed and removed bug Something isn't working labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants