Re: [O] IDs w/ human friendly component

2014-02-02 Thread John Kitchin
you can put some kind of prefix on like this: * intro to a section :PROPERTIES: :ID: intro-to-a:0f141497-f3ad-488a-b8c9-0a5c3ea53ba0 :END: #+BEGIN_SRC emacs-lisp (defun get-my-id () "create an org-id with prefix based on headline" (let ((s)) (setq s (replace-regexp-in-st

Re: [O] IDs w/ human friendly component

2014-02-02 Thread Ken Mankoff
Yes that is a fairly simple and obvious solution. -k. On Sun, 2 Feb 2014, Daniel Clemente wrote: Have you tried changing the strange ID to the ID that you want? (e.g. 7f3b531b-f1c9-41aa-854b-37235500495f → introduction). They should be unique. I use my manually written IDs for some impor

Re: [O] IDs w/ human friendly component

2014-02-01 Thread Daniel Clemente
Have you tried changing the strange ID to the ID that you want? (e.g. 7f3b531b-f1c9-41aa-854b-37235500495f → introduction). They should be unique. I use my manually written IDs for some important headers which I want to detect from outside org. In addition there's CUSTOM_ID, but I think th

[O] IDs w/ human friendly component

2014-02-01 Thread Ken Mankoff
I've never cared that the ID field was not human friendly. But I've just learned about the Estimate Table where you can see your estimates and actual clock time to complete tasks. If you want to see the estimates for the current tree, you need to know the ID, which is not human friendly. It

Re: [O] IDs

2011-07-18 Thread Ido Magal
org-mobile-force-id-on-agenda-items! thanks! On Mon, Jul 18, 2011 at 22:25, Carsten Dominik wrote: > org-mobile-force-id-on-agenda-items >

Re: [O] IDs

2011-07-18 Thread Carsten Dominik
On 18.7.2011, at 16:24, Ido Magal wrote: > Is it possible to suppress the creation of IDs? And what might be the > consequences of doing so? > > Org-mode tends to add IDs and it makes files less readable outside of Emacs. > Please take a look at the docstrings for the following two variables:

Re: [O] IDs

2011-07-18 Thread Ido Magal
Hrmm. By your response I takeit that it's not as obvious as I was expecting. I assumed that ID additions were normal. I'll reinvestigate. Thanks. On Jul 18, 2011, at 7:54, Bastien wrote: > Dear Ido, > > Ido Magal writes: > >> Is it possible to suppress the creation of IDs? And what might be th

Re: [O] IDs

2011-07-18 Thread Bastien
Dear Ido, Ido Magal writes: > Is it possible to suppress the creation of IDs? And what might be the > consequences of doing so? Please give more context: - when do IDs get created? - what is your configuration relevant to this? - what did you try to turn off the creation of IDs? Help us repli

[O] IDs

2011-07-18 Thread Ido Magal
Is it possible to suppress the creation of IDs? And what might be the consequences of doing so? Org-mode tends to add IDs and it makes files less readable outside of Emacs.