emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Change in appearance of org-todo-keywords


From: Malcolm Purvis
Subject: Re: [O] Change in appearance of org-todo-keywords
Date: Mon, 07 Aug 2017 19:31:16 +1000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (darwin)

>>>>> "Josh" == Josh Moller-Mara <address@hidden> writes:

Josh> From what I can tell, doing something like (org-toggle-tag
Josh> "sometag" 'off) produces these double colons. It seems to have to
Josh> do with the way that org-split-string no longer returns nil, but
Josh> returns ("").

I'm also seeing this problem and I have org-todo-state-tags-triggers
set.

A git bisect points the finger at this commit, which also agrees your
observations about org-split-string.

commit f776e65373fa135fffb51e201698823fbfb3865b (refs/bisect/bad)
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Jul 27 13:39:52 2017 +0200

    Move `org-split-string' to "org-macs.el"

    * lisp/org.el (org-split-string): Move the function...
    * lisp/org-macs.el (org-split-string): ... here.  Also clarify
      docstring with regards to `split-string'.

Malcolm

-- 
               Malcolm Purvis <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]