branch: externals/ebdb
commit 61975788c8910ec687724799bda4209e741914f9
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    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