emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Converting org-mode/org-contacts to VCard (importing to Android)
@ 2013-11-22 16:37 Karl Voit
  2013-11-22 16:54 ` Rüdiger Sonderfeld
  2013-11-23  8:29 ` Feng Shu
  0 siblings, 2 replies; 19+ messages in thread
From: Karl Voit @ 2013-11-22 16:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

I wrote a Python script that parses an Org-mode file in order to
generate a VCard 2.1 compatible output file I am using to import to
my Android 4.4 device:

    https://github.com/novoid/org-contacts2vcard

The reason I wrote it in Python is that I don't know ELISP well
enough. The reason I wrote the script instead of using existing
export methods: I only want to export a small sub-set (names, phone
numbers, email addresses, contact image) due to privacy reasons.

So far, it is a one-direction approach and no synchronization
solution.



By the way: does somebody know of any somewhat intelligent tool that
is able to compare two different VCard files? The main issue here is
the fact that VCard order and property order within a single VCard
can be different but the VCard file could still contain the same
information. So line-by-line comparisons like diff do not work here.

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
       > get Memacs from https://github.com/novoid/Memacs <

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-01-09 14:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-22 16:37 Converting org-mode/org-contacts to VCard (importing to Android) Karl Voit
2013-11-22 16:54 ` Rüdiger Sonderfeld
2013-11-22 17:09   ` Karl Voit
2013-11-23  0:00     ` Rüdiger Sonderfeld
2013-11-24 13:06       ` Implementing Org-mode tools in languages other than ELISP (was: Converting org-mode/org-contacts to VCard (importing to Android)) Karl Voit
2014-01-04 14:58         ` Implementing Org-mode tools in languages other than ELISP Bastien
2014-01-04 16:43           ` François Pinard
2014-01-05 16:43             ` Daniel Clemente
2014-01-06 10:44               ` Parsing Org-mode in Python (was: Implementing Org-mode tools in languages other than ELISP) Karl Voit
2014-01-07  2:33                 ` Parsing Org-mode in Python François Pinard
2014-01-07 16:09                 ` Brett Viren
2014-01-08 12:33                   ` François Pinard
2014-01-08 15:42                     ` Brett Viren
2014-01-08 16:11                       ` François Pinard
2014-01-09  4:13                       ` Daniel Clemente
2014-01-09 14:13                         ` Brett Viren
2014-01-07  1:47               ` Implementing Org-mode tools in languages other than ELISP François Pinard
2013-11-23  8:36     ` Converting org-mode/org-contacts to VCard (importing to Android) Feng Shu
2013-11-23  8:29 ` Feng Shu

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).