emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Esben Stien <b0ef@esben-stien.name>
To: emacs-orgmode@gnu.org
Subject: Insert UUID with org-insert-todo-heading
Date: Sun, 06 Apr 2014 20:21:18 +0200	[thread overview]
Message-ID: <87a9byz5cx.fsf@quasar.esben-stien.name> (raw)

I'm using the following to have a CREATED field in the PROPERTIES field
of a TODO: 

;; advice org-insert-todo-heading to insert a created timestamp using org-expiry
(defadvice org-insert-todo-heading (after mrb/created-timestamp-advice activate)
  "Insert a CREATED property using org-expiry.el for TODO entries"
  (mrb/insert-created-timestamp)
)
(ad-activate 'org-insert-todo-heading)

So, I get: 

**** TODO 
     :PROPERTIES:
     :CREATED:  [2014-04-06 sø. 20:11]
     :END:

Is there any way to insert a UUID as well?, like:

**** TODO 
     :PROPERTIES:
     :CREATED:  [2014-04-06 sø. 20:11]
     :UUID: 70f273b5-8bce-315f-6f31-6d9ec9a8b739
     :END:

Any pointers as to how I can achieve this?

-- 
Esben Stien is b0ef@e     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n

             reply	other threads:[~2014-04-06 18:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-06 18:21 Esben Stien [this message]
2014-04-06 23:39 ` Insert UUID with org-insert-todo-heading John Kitchin
2014-04-07 15:22   ` Esben Stien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9byz5cx.fsf@quasar.esben-stien.name \
    --to=b0ef@esben-stien.name \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).