On Sun, Jul 28, 2019 at 3:10 AM Nicolas Goaziou
wrote:
> Hello,
>
> Nathan Neff writes:
>
> > I've often been confused why org-mode has both a CUSTOM_ID
> > and a ID property. I mean, why not just use one or the other name?
>
> Custom ID are user-defined, and only meaningful in the scope of the
Hi!
I've pushed a couple of fixes and changes to master related to org-id.
First; a fix and a (major) speedup and method-change for how the
global caching works for ID's. The change in method is that providing
file's as arguments to org-id-update-id-locations no longer breaks the
existing id loca
I have one email message with several .vcf file attachments. Has orgmode
got any tool or tools I can use to import contacts from such a message
into an orgmode table?
--
* Jude DaShiell [2019-08-02 17:48]:
> I have one email message with several .vcf file attachments. Has orgmode
> got any tool or tools I can use to import contacts from such a message
> into an orgmode table?
There is package `org-vcard' that you may use.
Other vcard related packages:
- bbdb-v
* Jude DaShiell [2019-08-02 17:48]:
> I have one email message with several .vcf file attachments. Has orgmode
> got any tool or tools I can use to import contacts from such a message
> into an orgmode table?
And by all means, I would never keep contact in Org file, that is for
short list fine,
Hi,
Wondering if anyone is interested in adding a new org-link property to
customise generating the link description.
For now, there is global org-link-make-description-function, which is
shared among all the link types. If would be more convenient if the
description function can be set independe
I have about 80 contacts so this is a personal contacts situation not a
business contacts situation.
On Fri, 2 Aug 2019, Jean Louis wrote:
> Date: Fri, 2 Aug 2019 12:02:36
> From: Jean Louis
> To: Jude DaShiell
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] exported contacts problem
>
> * Jude
I'm trying to streamline some veyr ad-hoc workflows I have. One thing I do
a lot during the school year is make some changes to an org source file,
and then export to hugo markdown with ox-hugo, and finally commit to git
(after that I have a git hook that generates the website & uploads the
changed
Could you just use a tag for this? My shallow thought is that if you
tagged headlines, over time you could use different tags for different
content type whereas if you use a new custom type, you would need to
repeat the definition process (whatever that might be) every time you
discovered a new r
Are you using an emacs based email client like mu4e or gnus? What (if
anything) do you use to manage contact information now i.e. BBDB, Asking as
I am aware that some email clients have support for vcard processing and
some contact managers also have support for vcard (i.e. bbdb), so
initial proc
I'm using nothing for contacts management by now. I don't use moo or
gnus since I've had limited success setting up either one of them. I
may take anotheeer throw at gnus since I have a gmail and panix account
and both accounts have usenet newsgroups capability.
On Sat, 3 Aug 2019, Tim Cross wro
I would recommend the software named `abook'[1] as it can convert between
the vcard format and CSV format, LDIF, and other formats handy to read
them into the Emacs Lisp structure. It is available in many GNU/Linux
system distributions[2].
Jean
* Tim Cross [2019-08-02 22:34]:
>
> Are you using
Jean Louis writes:
> * Jude DaShiell [2019-08-02 17:48]:
>> I have one email message with several .vcf file attachments. Has orgmode
>> got any tool or tools I can use to import contacts from such a message
>> into an orgmode table?
>
> And by all means, I would never keep contact in Org file,
I tried gnus some time ago and use to use it when I read
newsgroups. While I find it to be an extremely powerful and capable
package, I never got comfortable with using it for mail. I once used VM
and then mew, but now mu4e, which I think is fantastic. Part of what I
like about it is the nice wor
* Eric Abrahamsen [2019-08-02 23:11]:
> > Neither bbdb nor Org is suitable for any serious collection of
> > contacts. I have 192,000+ contacts, and when they are in database and
> > I am using PostgreSQL, it gives me most of benefits, I can sort people
> > into lists, groups, I can contact them,
* Tim Cross [2019-08-02 23:26]:
> I tried gnus some time ago and use to use it when I read
> newsgroups. While I find it to be an extremely powerful and capable
> package, I never got comfortable with using it for mail. I once used VM
> and then mew, but now mu4e, which I think is fantastic. Part
Maybe, but those are unusually high maildir numbers IMO. I have approx
8Gb of email messages, but only have a handful of maildirs - this is
primarily why I prefer mu4e and org as a powerful mail workflow.
I use to use the old model of sorting email into many different folders,
but it was just to
There are a few options for contacts in org-mode that I have tried.
I agree for a lot of contacts (probably more than a hundred or so), then
native org-contacts might be too slow.
In scimax I have tried a few different approaches to deal with this. The
first is all org/elisp that uses a cache to
This sounds reasonable. I was a little confused with the mixture of
of description and desk in the code below. If you replace desk with
description everywhere in your code is that what you mean?
Ihor Radchenko writes:
> Hi,
>
> Wondering if anyone is interested in adding a new org-link property
Jean Louis writes:
> * Eric Abrahamsen [2019-08-02 23:11]:
>> > Neither bbdb nor Org is suitable for any serious collection of
>> > contacts. I have 192,000+ contacts, and when they are in database and
>> > I am using PostgreSQL, it gives me most of benefits, I can sort people
>> > into lists, g
Oops. Indeed, :desk should be replaced with :description. I used :desk
property in my personal config, but it may be confusing for others.
Best,
Ihor
John Kitchin writes:
> This sounds reasonable. I was a little confused with the mixture of
> of description and desk in the code below. If you r
Hi,
I am not sure where you are trying to get to the value (in the
publishing function?), but I use something like the following to handle
custom keywords:
,
| #+MWP_EXPORT_TYPE: slides
|
| #+name: elt
| #+begin_src emacs-lisp :results silent :exports none
| (let ((tree (org-element-parse-buf
org-sort-entries seems to unfold everything in the subtree even if no
modification was done to the buffer during sorting.
Steps to reproduce:
Consider the following org file:
#+begin_src org
,* a
:PROPERTIES:
:ID: 279e797c-f4a7-47bb-80f6-e72ac6f3ec55
:END:
:DRAWER:
Blah
:END:
,** t
23 matches
Mail list logo