emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TODO + org-mobile-push vs. org-store-link
@ 2012-09-04  4:50 James Harkins
  2012-09-04  5:07 ` James Harkins
  0 siblings, 1 reply; 2+ messages in thread
From: James Harkins @ 2012-09-04  4:50 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TODO + org-mobile-push vs. org-store-link
  2012-09-04  4:50 TODO + org-mobile-push vs. org-store-link James Harkins
@ 2012-09-04  5:07 ` James Harkins
  0 siblings, 0 replies; 2+ messages in thread
From: James Harkins @ 2012-09-04  5:07 UTC (permalink / raw)
  To: emacs-orgmode

At Tue, 04 Sep 2012 12:50:44 +0800,
James Harkins wrote:
> 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).

Hm, wait, that's not quite right. The beamer trees are in a separate file specifically because I did not want to push them onto my phone.

So I'm not sure exactly what happened.

There's a link in one of my org-agenda/mobile files to the top heading of the beamer file. I did do an org-mobile-push in the morning. But I just confirmed with a quick test that mobile-push does NOT greedily scan through any org buffers and add IDs to TODOs, schedules. So the errant :PROPERTIES: block (which I assume is the source of the extra :END:) didn't come from there... but it did come from somewhere.

Ah... another dim memory... I copied this content out of a file that *is* pushed. Probably those headings acquired IDs when they were part of the other file, and I didn't delete the properties in the new file.

But I still can't reproduce it with a simple file :(  so I don't know quite what causes it, only that something screwy happened when storing a link to a heading that had already been property-ified.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-04  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04  4:50 TODO + org-mobile-push vs. org-store-link James Harkins
2012-09-04  5:07 ` James Harkins

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