From: James Harkins <jamshark70@gmail.com>
To: emacs-orgmode@gnu.org
Subject: TODO + org-mobile-push vs. org-store-link
Date: Tue, 04 Sep 2012 12:50:44 +0800 [thread overview]
Message-ID: <87627upf17.wl%jamshark70@dewdrop-world.net> (raw)
Hi,
I'm using "Org-mode version 7.9 (release_7.9-34-g4ca67b @ /home/dlm/share/org-mode.git/lisp/)" -- just discovered some garble-age related to storing and inserting links in conjunction with TODO items and org-mobile-push.
Suppose this is one of the org-agenda files that will be synced with MobileOrg.
~~~
* TODO A headline to link
** A subheading
* Links go here
~~~
When you org-mobile-push, the TODO item receives a SHA id:
* TODO A headline to link
:PROPERTIES:
:ID: 5f922d66-5a46-4704-8ab4-13a711677232
:END:
Now, if I also want to link to this item (why?*), I would hit C-c l on the TODO headline, which tries to assign another SHA id. Then I get a mess.
~~~
* TODO A headline to link
:PROPERTIES:
:ID: 331b4df1-3974-4c1b-aa67-a519af8b7b3d
:END:
:END: ** A subheading
~~~
(I'm not sure if the ID is the same before or after C-c l.)
So we have two :END: markers and -- *worse* -- the subheading has been moved up to the previous line, where it is no longer a subheading.
I'm quite sure I did org-mobile-push before storing the link. I suspect org-store-link may not be checking sufficiently for an existing ID, and trying to put the ID into a place where it expects to find no :PROPERTIES: block (but there is one).
* Why? The file is actually a presentation for beamer export. Rather than have live TODO items appear in the slide drafts, I thought I would collect the TODOs in a :noexport:-tagged subtree, but this was after I had already made the exportable headings into TODOs and mobile-pushed.
hjh
--
James Harkins /// dewdrop world
jamshark70@dewdrop-world.net
http://www.dewdrop-world.net
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman
blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks
next reply other threads:[~2012-09-04 4:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-04 4:50 James Harkins [this message]
2012-09-04 5:07 ` TODO + org-mobile-push vs. org-store-link James Harkins
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=87627upf17.wl%jamshark70@dewdrop-world.net \
--to=jamshark70@gmail.com \
--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).