all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Jorge P. de Morais Neto <jorge+list@disroot.org>
Cc: 38918@debbugs.gnu.org
Subject: bug#38918: 26.3; EBDB fails to edit (add) tags
Date: Sun, 12 Jan 2020 09:10:50 -0800	[thread overview]
Message-ID: <87r204pplx.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87muas943w.fsf@disroot.org> (Jorge P. de Morais Neto's message of "Sun, 12 Jan 2020 10:49:39 -0300")

Jorge P. de Morais Neto <jorge+list@disroot.org> writes:

> Em [2020-01-07 ter 09:37:02-0800], Eric Abrahamsen escreveu:
>
>> This is definitely on the roadmap, and taking me too long.  Presumably
>> you'd export your Gmail contacts as a vCard file?  Or something else?
>
> It seems Gmail supports vCard and two CSV variants[1].  I do not know
> which works best.
>
>   [1]: https://www.lifewire.com/how-to-export-your-gmail-contacts-1171992

Cool, well we'll start with vCard. A CSV importer would be a good idea,
too.

Would you eval this and see if it solves your Org tags issue?


(cl-defmethod ebdb-read ((field (subclass ebdb-org-field-tags)) &optional slots obj)
  (let* ((crm-separator (cadr (assq 'ebdb-field-tags ebdb-separator-alist)))
	 (val (completing-read-multiple
	       "Tags: "
	       (org--tag-add-to-alist
		(org--tag-add-to-alist
		 (org--tag-add-to-alist
		  (org-global-tags-completion-table)
		  org-tag-alist)
		 org-tag-persistent-alist)
		ebdb-tags)
	       nil nil
	       (when obj (ebdb-string obj)) 'org-tags-history)))
    (cl-call-next-method field (plist-put slots :tags val))))





  reply	other threads:[~2020-01-12 17:10 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 14:17 bug#38918: 26.3; EBDB fails to edit (add) tags Jorge P. de Morais Neto
2020-01-04 17:58 ` Eric Abrahamsen
2020-01-04 18:55 ` Eric Abrahamsen
2020-01-05  0:02   ` Jorge P. de Morais Neto
2020-01-05  0:35     ` Eric Abrahamsen
2020-01-05  0:43     ` Eric Abrahamsen
2020-01-05 10:49       ` Jorge P. de Morais Neto
2020-01-06 18:43         ` Jorge P. de Morais Neto
2020-01-06 18:46           ` Jorge P. de Morais Neto
2020-01-06 20:25           ` Eric Abrahamsen
2020-01-06 20:49           ` Eric Abrahamsen
2020-01-06 19:40         ` Eric Abrahamsen
2020-01-07 12:23           ` Jorge P. de Morais Neto
2020-01-07 17:37             ` Eric Abrahamsen
2020-01-12 13:49               ` Jorge P. de Morais Neto
2020-01-12 17:10                 ` Eric Abrahamsen [this message]
2020-01-14 11:50                   ` Jorge P. de Morais Neto
2020-01-14 22:46                     ` Eric Abrahamsen
2020-01-18 16:20                       ` Deus Max
2020-01-18 18:37                         ` Eric Abrahamsen
2020-01-07 19:14           ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r204pplx.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=38918@debbugs.gnu.org \
    --cc=jorge+list@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.