emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ebdb 6197578 107/350: Change default separator of org t


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 6197578 107/350: Change default separator of org tags
Date: Mon, 14 Aug 2017 11:46:16 -0400 (EDT)

branch: externals/ebdb
commit 61975788c8910ec687724799bda4209e741914f9
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Change default separator of org tags
    
    * ebdb-org.el: Why was it a semicolon?
---
 ebdb-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-org.el b/ebdb-org.el
index 9e19af7..411e93c 100644
--- a/ebdb-org.el
+++ b/ebdb-org.el
@@ -117,7 +117,7 @@ This list is added to the result of
 `org-global-tags-completion-table' when producing a list of
 potential tags for completion.")
 
-(push '(ebdb-org-field-tags ";" ";") ebdb-separator-alist)
+(push '(ebdb-org-field-tags ":" ":") ebdb-separator-alist)
 
 
 (defclass ebdb-org-field-tags (ebdb-field-user)



reply via email to

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