Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-11 Thread Jean Louis
* Sébastien Rey-Coyrehourcq [2022-10-11 08:56]: > Hi Jean Louis, > > First i want to thank you for this very detailled explanation, this is very > valuable for someone that start in elisp like me. > > Secondly, i found the idea of using sqlite for contacts very interesting, and > i think a lo

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Sébastien Rey-Coyrehourcq
Hi Jean Louis, First i want to thank you for this very detailled explanation, this is very valuable for someone that start in elisp like me. Secondly, i found the idea of using sqlite for contacts very interesting, and i think a lot on this solution on my side the last weeks. With the new emacs

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
You want a CRM system which to me is a very different creature and much more complex than a contact manager, meant to lookup fairly static information about people. HyRolo was built to allow freeform contact management and to specifically avoid the typical, limiting field-based techniques in co

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Jean Louis
* Robert Weiner [2022-10-11 01:31]: > 1. Although I understand you do a great many things with your > database-backed Hyperscope system and I work with RDBMSes every day, I > don't really see great value in what you have shown in the context of > contact management when compared to the already exi

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
Hi Jean: A few thoughts. 1. Although I understand you do a great many things with your database-backed Hyperscope system and I work with RDBMSes every day, I don't really see great value in what you have shown in the context of contact management when compared to the already existing HyRolo or or

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Jean Louis
* Quiliro Ordóñez [2022-10-09 22:10]: > I agree. But the end-user did not construct this program. It was you. > I coould learn how to install it. Then, I should teach the end-user to > use it. But the program was not made or installed by the end-user. I > might be able to teach the end-user

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-09 Thread Quiliro Ordóñez
El 2022-10-09 11:59, Jean Louis escribió: > * Quiliro Ordóñez [2022-10-09 18:22]: >> El 2022-10-09 05:40, Jean Louis escribió: >> >> > But I can as well edit my contacts by using external tools and >> > exchange information with other software. >> > >> > Do you wish to share your contacts? That is

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-09 Thread Jean Louis
* Quiliro Ordóñez [2022-10-09 18:22]: > El 2022-10-09 05:40, Jean Louis escribió: > > > But I can as well edit my contacts by using external tools and > > exchange information with other software. > > > > Do you wish to share your contacts? That is easy, one can simple send > > the full file to

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-09 Thread Quiliro Ordóñez
El 2022-10-09 05:40, Jean Louis escribió: > But I can as well edit my contacts by using external tools and > exchange information with other software. > > Do you wish to share your contacts? That is easy, one can simple send > the full file to somebody. > > By followed the thought patterns descr

SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-09 Thread Jean Louis
* Sébastien Rey-Coyrehourcq [2022-09-09 19:12]: > Hi, > > After some search today on the web, like Alan i try to compare all > possibility to manage my contact + mail using emacs, mu4e, and org. I will describe you how to manage contacts with Emacs in the reverse example reverse of what org-con

Re: contact management in emacs

2022-09-09 Thread Ihor Radchenko
Sébastien Rey-Coyrehourcq writes: > Moving from org-contrib to https://repo.or.cz/org-contacts.git , > accessible with melpa,  the documentation is mostly into the source-code > actually, i found few example on the web . > > What property field are correct :MOBILE:, :PHONE:, :BIRTHDAY: , and ?

Re: contact management in emacs

2022-09-09 Thread Sébastien Rey-Coyrehourcq
Hi, After some search today on the web, like Alan i try to compare all possibility to manage my contact + mail using emacs, mu4e, and org. Since Alan Schmitt message, i think many people jump into the great *org-roam* wagon to manage notes, bibliography, links, everything... I'm into this *

Re: contact management in emacs

2021-03-10 Thread Jean Louis
* John Kitchin [2021-03-08 23:06]: > This question is going to go a little off the original topic. I wonder > how far you can push your model of replacing the org-file with a > database. Those functions which I use most often I can fully replace with the database work. The visual stuff is handled

Re: contact management in emacs

2021-03-10 Thread Jean Louis
* Jose E. Marchesi [2021-03-08 11:12]: > > >> I am recommending that you start using PostgreSQL database. I can > >> guide you. My software is not so finished for public, but I can guide > >> you personally and you will get stable system that lasts for years. > > > > Thank you for the suggestion,

Re: contact management in emacs

2021-03-08 Thread John Kitchin
This question is going to go a little off the original topic. I wonder how far you can push your model of replacing the org-file with a database. It looks like it would be easy to extend to something like a shared bibliography. How far could you push it for something like a shared set of documents

Re: contact management in emacs

2021-03-08 Thread Jose E. Marchesi
>> I am recommending that you start using PostgreSQL database. I can >> guide you. My software is not so finished for public, but I can guide >> you personally and you will get stable system that lasts for years. > > Thank you for the suggestion, but for the moment I think I will > experiment wit

Re: contact management in emacs

2021-03-07 Thread Alan Schmitt
Hello, On 2021-03-08 01:13, Jean Louis writes: > I am recommending that you start using PostgreSQL database. I can > guide you. My software is not so finished for public, but I can guide > you personally and you will get stable system that lasts for years. Thank you for the suggestion, but for

Re: contact management in emacs

2021-03-07 Thread Jean Louis
* Russell Adams [2021-02-28 12:07]: > The only reason I don't use BBDB is I want to use Org to allow me to > maintain notes about contacts (ie: CRM). Yes, I get that I could have > a CRM file and link in BBDB contacts, but that feels like adding > layers. I have replaced using Org file as the cen

Re: contact management in emacs

2021-03-07 Thread Jean Louis
* dalanicolai [2021-02-27 23:53]: > I think all packages fulfill your requirements. So I would say it depends > on how many contacts you are managing. I have some experience with > org-contacts, and I find it very convenient and straightforward. It is also > very convenient to just use org-mode, i

Re: contact management in emacs

2021-03-07 Thread Jean Louis
* Alan Schmitt [2021-02-27 14:09]: > Hello, > > This may be slightly off-topic for the list, but as I’m considering > org-contacts for my question, I hope it will be of interest here. > > I would like to migrate my contact management to emacs, as I’m already > using it for email. My requirements

Re: contact management in emacs

2021-03-03 Thread TRS-80
On 2021-02-28 04:06, Russell Adams wrote: The stumbling point for me has been exporting to my mobile phone. I'm fine with a one way sync from my BBDB/Org solution to the phone, but I feel like I never found a good option. Please share what you find works for you. I never got further than readi

Re: contact management in emacs

2021-02-28 Thread Alan Schmitt
Hello, Thanks a lot for all the replies. I migrated from bbdb to ebdb a long time ago, and I may go back following your suggestions. Thanks again, Alan signature.asc Description: PGP signature

Re: contact management in emacs

2021-02-28 Thread Eric S Fraga
On Saturday, 27 Feb 2021 at 15:12, andrés ramírez wrote: > This is my setup: Thank you for this. Works perfectly! -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-231-gf46925

Re: contact management in emacs

2021-02-28 Thread Russell Adams
On Sat, Feb 27, 2021 at 12:08:04PM +0100, Alan Schmitt wrote: > Hello, > > This may be slightly off-topic for the list, but as I’m considering > org-contacts for my question, I hope it will be of interest here. > > I would like to migrate my contact management to emacs, as I’m already > using it fo

Re: contact management in emacs

2021-02-27 Thread dalanicolai
ning history in Org Mode (Samuel Wales) > 14. Re: Tips on maintaining history in Org Mode (Ihor Radchenko) > 15. Re: Tips on maintaining history in Org Mode (Ihor Radchenko) > 16. Re: Tips on maintaining history in Org Mode (Ihor Radchenko) > 17. contact management in emacs (Alan Sch

Re: contact management in emacs

2021-02-27 Thread Dr. Arne Babenhauserheide
Martin Steffen writes: > I use bbdb (big-brother data base). I use it since a looong time > already, and amassed 15000 or so contracts. It does what I want, it's > text-based, so versioning is not a problem. And it is fast; lookup feels instantaneous — different from many other address-manager

Re: contact management in emacs

2021-02-27 Thread Bob Newell
I've used BBDB for years, and have tried org-contact, but it didn't seem to scale to the now rather large size of my BBDB database. I've looked at migrating to EBDB but as I have many custom functions I haven't yet made the move. BBDB can do amazing things. I've mentioned some of them before. Of

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
> "Eric" == Eric S Fraga writes: Eric> How do you get these to appear? Or is the "could" a wish? It's ``automatic''. The entry of the person needs a field "anniversary", if that's filled with a date in -mm-dd format, it's included (perhaps one has to set a variable like ``show-bbdb-

Re: contact management in emacs

2021-02-27 Thread andrés ramírez
Hi. Eric. > "Eric" == Eric S Fraga writes: [...] Eric> How do you get these to appear? Or is the "could" a wish? This is my setup: --8<---cut here---start->8--- (setq org-agenda-files (directory-files "~/docs/org/deft/" t ".*agenda\.org$")) --8<--

Re: contact management in emacs

2021-02-27 Thread Eric S Fraga
On Saturday, 27 Feb 2021 at 13:20, andrés ramírez wrote: > bbdb anniversaries could also appear on agenda: How do you get these to appear? Or is the "could" a wish? thank you, eric -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-231-gf46925

Re: contact management in emacs

2021-02-27 Thread andrés ramírez
Hi. Martin and Alan. > "Martin" == Martin Steffen writes: [...] Martin> Org is also bbdb-aware, insofar one can do those links: instead of [[file:][yyy]] Martin> one can use [[bbdb:somecriterion]]. bbdb anniversaries could also appear on agenda: --8<---cut here

Re: contact management in emacs

2021-02-27 Thread Martin Steffen
I use bbdb (big-brother data base). I use it since a looong time already, and amassed 15000 or so contracts. It does what I want, it's text-based, so versioning is not a problem. I think it can do vcard export (though when I used vcards is a long time ago, I can't remember if that was smooth,