From 0920dfa762a82f3c934b2eb11fcf7202c1cb194e Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sat, 8 Oct 2022 20:40:34 +0800 Subject: [PATCH] Fix dead link of org-contacts --- org-contrib/index.org | 9 +++++--- org-contrib/org-contacts.org | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100644 org-contrib/org-contacts.org diff --git a/org-contrib/index.org b/org-contrib/index.org index 628d9493..b9f42af4 100644 --- a/org-contrib/index.org +++ b/org-contrib/index.org @@ -66,9 +66,6 @@ the package -- it will hopefully have some documentation. Written by /Eric Schulte/. [[contribfile:lisp/org-collector.el][Link to raw file]]. -- [[contribfile:lisp/org-contacts.el][/org-contacts.el/ -- manage contacts (org-plus-contrib)]] :: - Written by /Julien Danjou/, now in Org contrib. - - [[file:org-depend.org][/org-depend.el/ -- TODO dependencies for Org-mode]] :: Make TODO state changes in one entry trigger changes in another, or be blocked by the state of another entry. Also, easily create @@ -426,6 +423,12 @@ See [[file:../exporters/index.org][Exporters]]. images in email. Written by /Eric Schulte/, maintained by /Chen Bin/. [[https://github.com/org-mime/org-mime][Repo]]. +- [[file:org-contacts.org][/org-contacts.el/ -- manage contacts]] :: + Managing contacts information, recording, searching etc in Org + mode. As contacts database backend for mu4e etc. Written by /Julien + Danjou/, now maintained by /stardiviner/. Link to [[https://repo.or.cz/org-contacts.git][project repo + page]]. + * Obsolete - [[file:org-annotation-helper.org][/org-annotation-helper.el/ -- managing browser bookmarks]] :: diff --git a/org-contrib/org-contacts.org b/org-contrib/org-contacts.org new file mode 100644 index 00000000..6e3d20b0 --- /dev/null +++ b/org-contrib/org-contacts.org @@ -0,0 +1,40 @@ +#+TITLE: org-contacts.el -- managing contacts information in Org mode +#+OPTIONS: ^:{} author:nil +#+STARTUP: odd + +# This file is released by its authors and contributors under the GNU +# Free Documentation license v1.3 or later, code examples are released +# under the GNU General Public License v3 or later. + +* Intro + +- Managing contacts information in Org mode. +- Recording contact info in Org mode. +- Searching with command ~org-contacts~. +- Used as contacts database backend for email address completing in mu4e etc. +- Export contacts to a vCard file. +- Put birthdays in your Org Agenda. + +* Installation + +Package has been submitted to NonGNU or MELPA. You can install it through those package sources. + +* Usage + +More details you can check out [[https://repo.or.cz/org-contacts.git][org-contacts.el project page's README.org]]. + +** Search contact in org-contacts databse + +Use command =[M-x org-contacts]= to search. + +** Complete contact property with some functions support + +*** NAME + +*** NICK + +*** EMAIL + +*** BIRTHDAY + + -- 2.37.2