emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html
       [not found] <87sfjyke1a.fsf@localhost>
@ 2022-10-08 12:42 ` Christopher M. Miles
       [not found] ` <634170c9.c80a0220.e6c13.3689SMTPIN_ADDED_BROKEN@mx.google.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher M. Miles @ 2022-10-08 12:42 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: numbchild, Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 268 bytes --]


Ihor Radchenko <yantar92@gmail.com> writes:

> Hi,
>
> Could you please update the link to the actual version of org-contacts
> documentation in https://orgmode.org/worg/org-contrib/index.html?
>
> You can send a patch against https://git.sr.ht/~bzg/worg to Org ML.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Fix-dead-link-of-org-contacts.patch --]
[-- Type: text/x-patch, Size: 2619 bytes --]

From 1521f4e27360d536197ee0ac524a641aad02822f Mon Sep 17 00:00:00 2001
From: stardiviner <numbchild@gmail.com>
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 | 30 ++++++++++++++++++++++++++++++
 2 files changed, 36 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..caac4eaf
--- /dev/null
+++ b/org-contrib/org-contacts.org
@@ -0,0 +1,30 @@
+* 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 will be submitted to NonGNU or MELPA. Wait me have time to do this work.
+
+* Usage
+
+** 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


[-- Attachment #1.3: Type: text/plain, Size: 267 bytes --]


-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html
       [not found] ` <634170c9.c80a0220.e6c13.3689SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2022-10-09  7:13   ` Ihor Radchenko
  2022-10-10  2:54     ` [PATCH v2] " Christopher M. Miles
       [not found]     ` <634389a2.c80a0220.867e5.0ea3SMTPIN_ADDED_BROKEN@mx.google.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Ihor Radchenko @ 2022-10-09  7:13 UTC (permalink / raw)
  To: Christopher M. Miles; +Cc: Org Mode

"Christopher M. Miles" <numbchild@gmail.com> writes:

> From 1521f4e27360d536197ee0ac524a641aad02822f Mon Sep 17 00:00:00 2001
> From: stardiviner <numbchild@gmail.com>
> Date: Sat, 8 Oct 2022 20:40:34 +0800
> Subject: [PATCH] Fix dead link of org-contacts

Thanks!

>  org-contrib/org-contacts.org | 30 ++++++++++++++++++++++++++++++

Could you please use the standard WORG file template described in
https://orgmode.org/worg/worg-editing.html?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html
  2022-10-09  7:13   ` Ihor Radchenko
@ 2022-10-10  2:54     ` Christopher M. Miles
       [not found]     ` <634389a2.c80a0220.867e5.0ea3SMTPIN_ADDED_BROKEN@mx.google.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher M. Miles @ 2022-10-10  2:54 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Christopher M. Miles, Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 577 bytes --]


Ihor Radchenko <yantar92@gmail.com> writes:

> "Christopher M. Miles" <numbchild@gmail.com> writes:
>
>> From 1521f4e27360d536197ee0ac524a641aad02822f Mon Sep 17 00:00:00 2001
>> From: stardiviner <numbchild@gmail.com>
>> Date: Sat, 8 Oct 2022 20:40:34 +0800
>> Subject: [PATCH] Fix dead link of org-contacts
>
> Thanks!
>
>>  org-contrib/org-contacts.org | 30 ++++++++++++++++++++++++++++++
>
> Could you please use the standard WORG file template described in
> https://orgmode.org/worg/worg-editing.html?

Ok, I updated org-contacts.org file now. Check out the new patch.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Fix-dead-link-of-org-contacts.patch --]
[-- Type: text/x-patch, Size: 3089 bytes --]

From 0920dfa762a82f3c934b2eb11fcf7202c1cb194e Mon Sep 17 00:00:00 2001
From: stardiviner <numbchild@gmail.com>
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


[-- Attachment #1.3: Type: text/plain, Size: 267 bytes --]


-- 

[ stardiviner ]
I try to make every word tell the meaning that I want to express without misunderstanding.

Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html
       [not found]     ` <634389a2.c80a0220.867e5.0ea3SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2022-10-11  2:45       ` Ihor Radchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Ihor Radchenko @ 2022-10-11  2:45 UTC (permalink / raw)
  To: Christopher M. Miles; +Cc: Org Mode

"Christopher M. Miles" <numbchild@gmail.com> writes:

>> Could you please use the standard WORG file template described in
>> https://orgmode.org/worg/worg-editing.html?
>
> Ok, I updated org-contacts.org file now. Check out the new patch.

Thanks!
Applied onto master.
https://git.sr.ht/~bzg/worg/commit/e79398518a18213a0e41ff2dd0d9ae929303eada

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-11  2:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87sfjyke1a.fsf@localhost>
2022-10-08 12:42 ` [PATCH] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html Christopher M. Miles
     [not found] ` <634170c9.c80a0220.e6c13.3689SMTPIN_ADDED_BROKEN@mx.google.com>
2022-10-09  7:13   ` Ihor Radchenko
2022-10-10  2:54     ` [PATCH v2] " Christopher M. Miles
     [not found]     ` <634389a2.c80a0220.867e5.0ea3SMTPIN_ADDED_BROKEN@mx.google.com>
2022-10-11  2:45       ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).