Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-23 Thread Feng Shu
Karl Voit writes: > * Rüdiger Sonderfeld wrote: >> On Friday 22 November 2013 17:37:01 Karl Voit wrote: >>> 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-se

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-23 Thread Feng Shu
Karl Voit writes: > 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

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-22 Thread Rüdiger Sonderfeld
On Friday 22 November 2013 18:09:42 Karl Voit wrote: > I have to admit that I don't know the feature-set of the Org-mode > export. I would be very surprised, if the Org-mode export method is > able to follow my custom "photo:" link I am using, grab the image > file, test if it has a image format th

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-22 Thread Karl Voit
* Rüdiger Sonderfeld wrote: > On Friday 22 November 2013 17:37:01 Karl Voit wrote: >> 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

Re: [O] Converting org-mode/org-contacts to VCard (importing to Android)

2013-11-22 Thread Rüdiger Sonderfeld
On Friday 22 November 2013 17:37:01 Karl Voit wrote: > 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) d