Re: [O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-20 Thread Øyvind Stegard
peed turns out to be an issue, then simply caching references to the contact buffers and validating those references with `buffer-live-p' should be quicker and just as reliable. (Checking markers was just a quick solution on my part that did not require changes to any data structures.) Øyvind -- < Øyvind Stegard < http://stegard.net/

Re: [O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-17 Thread Øyvind Stegard
acts buffer is killed and subsequently re-opened (like using `find-alternate-file' with same file name). Then the buffer will exist for the file, but it will be a new instance, and the markers in org-contacts-db will still be dead. That's why I decided to just check the markers instead. Re

[O] [PATCH] org-contacts: Update contacts cache if it contains markers with no buffer

2013-07-12 Thread Øyvind Stegard
git master) which I am currently using. It will cause org-contacts to re-load if a marker is found in cache that points to no buffer. This looked to me like the quickest approach for fixing it without getting to know org-contacts.el better. Regards, Øyvind -- < Øyvind Stegard < http://s

[O] [PATCH] org-contacts: Provide ordering when using cycle completion

2013-06-10 Thread Øyvind Stegard
IL: property of contact node) was typically not always chosen as first completion suggestion in the cycle. I attach a patch here (against current org-mode git) which also provides the display sort function for cycle completions in metadata. That seems to resolve the problem for me. Regards,

[Orgmode] XHTML export - Upper case tag is invalid XHTML

2007-10-30 Thread Øyvind Stegard
(if colgropen "\n" "") Regards, Øyvind Stegard PS. I'm not a list subscriber, and only a light-weight org-mode user. -- < Øyvind Stegard < oyvinst at ifi uio no > < http://www.oyvind.nu/