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
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
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
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
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
>
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:
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
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
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.