Install `org-vcard'

This commit is contained in:
Gerard Vermeulen 2023-06-23 18:28:00 +02:00
parent 41e46da787
commit a330023a58
1 changed files with 15 additions and 0 deletions

View File

@ -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