emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-contacts 9105e22251 066/154: contrib/lisp/org-conta


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 9105e22251 066/154: contrib/lisp/org-contacts.el: Add a complex org-contacts template to the file header
Date: Fri, 9 Sep 2022 15:58:27 -0400 (EDT)

branch: externals/org-contacts
commit 9105e222511cbfd2c14c626a45b7507544f3b385
Author: Feng Shu <tumashu@gmail.com>
Commit: Grégoire Jadi <gregoire.jadi@gmail.com>

    contrib/lisp/org-contacts.el: Add a complex org-contacts template to the 
file header
    
    * contrib/lisp/org-contacts.el: Add a complex org-contacts template to
    the file header, which can help users to know all the org-contacts
    properties quickly.
---
 org-contacts.el | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/org-contacts.el b/org-contacts.el
index ffd17a19cc..5d63fcce34 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -25,7 +25,7 @@
 
 ;; This file contains the code for managing your contacts into Org-mode.
 
-;; To enter new contacts, you can use `org-capture' and a template just like
+;; To enter new contacts, you can use `org-capture' and a minimal template 
just like
 ;; this:
 
 ;;         ("c" "Contacts" entry (file "~/Org/contacts.org")
@@ -34,6 +34,22 @@
 ;; :EMAIL: %(org-contacts-template-email)
 ;; :END:")))
 ;;
+;; You can also use a complex template, for example:
+;;
+;;         ("c" "Contacts" entry (file "~/Org/contacts.org")
+;;          "* %(org-contacts-template-name)
+;; :PROPERTIES:
+;; :EMAIL: %(org-contacts-template-email)
+;; :PHONE:
+;; :ALIAS:
+;; :NICKNAME:
+;; :IGNORE:
+;; :ICON:
+;; :NOTE:
+;; :ADDRESS:
+;; :BIRTHDAY:
+;; :END:")))
+;;
 ;;; Code:
 
 (eval-when-compile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]