Install `org-vcard'
This commit is contained in:
parent
41e46da787
commit
a330023a58
15
README.org
15
README.org
@ -3171,6 +3171,21 @@ expanded file name of the ~reveal.js~ directory.
|
|||||||
(require 'org-re-reveal)))
|
(require 'org-re-reveal)))
|
||||||
#+end_src
|
#+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)]]
|
*** [[info:org#Adding Hyperlink Types][Making Org hyperlink types (info)]]
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:make-org-hyperlink-types
|
:CUSTOM_ID: sec:make-org-hyperlink-types
|
||||||
|
Loading…
Reference in New Issue
Block a user