From a330023a58808567ced7011572a8cbaca3c02a27 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 23 Jun 2023 18:28:00 +0200 Subject: [PATCH] Install `org-vcard' --- README.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.org b/README.org index 8c3293b..6c63594 100644 --- a/README.org +++ b/README.org @@ -3171,6 +3171,21 @@ expanded file name of the ~reveal.js~ directory. (require 'org-re-reveal))) #+end_src +*** [[https://github.com/flexibeast/org-vcard#org-vcard---org-mode-support-for-vcard-export-and-import][Org-mode support for vCard import and export]] +:PROPERTIES: +:CUSTOM_ID: sec:org-vcard +:END: + +Import/export =vcf= files (Android phones) from/to Org-mode linear (level 1) +headline lists with the data in property drawers. + +#+caption[Install =org-vcard= to read =vcf= files=]: +#+caption: Install =org-vcard= to read =vcf= files=. +#+name: lst:org-vcarc +#+begin_src emacs-lisp -n :results silent +(ensure-package-installation 'org-vcard) +#+end_src + *** [[info:org#Adding Hyperlink Types][Making Org hyperlink types (info)]] :PROPERTIES: :CUSTOM_ID: sec:make-org-hyperlink-types