Re: [O] Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-02-13 Thread Christoph LANGE
ename.org looks like * Task 1 * Task 2 ... > It sounds like a user error to me. Maybe the truth is that the handling of :maxlevel 0 was an undocumented feature? Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; F

[O] Bug: org-dblock-update regression in case of :maxlevel 0 [9.0.5 (9.0.5-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-02-12 Thread Christoph LANGE
ollow (lambda (path) (browse-url (concat "ftp:" path ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path ("https" :follow (lambda (path) (browse-url (concat "https:" path ("mailto" :follow (lambda (path) (browse-url (concat "mailto:; path ("message" :follow (lambda (path) (browse-url (concat "message:" path ("news" :follow (lambda (path) (browse-url (concat "news:; path ("shell" :follow org--open-shell-link)) org-babel-load-languages '((sh . t)) org-agenda-mode-hook '(dfeich/org-agenda-mode-fn) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-clock-out-remove-zero-time-clocks t ) -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701

[O] How to use symbolic names to refer to spreadsheet fields containing irregular values

2016-08-03 Thread Christoph LANGE
Any ideas? Or is this a bug? Thank you very much in advance, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Please note: I will be on parental lea

Re: [O] Best practice for canceled/moved recurring events

2016-08-02 Thread Christoph LANGE
2 34 36 38 40 42 44 46 48 50 52))> Like above, but not if the date is between 2016-07-22 and 2016-08-31. <%%(and (diary-float t 5 1) (diary-block 2016 03 01 2018 12 31) (not (diary-date 2016 06 03)))> First (1) Friday (day 5) of every month (t) in the given range (diary-block), but no

[O] Marking an item DONE using the most recently logged timestamp

2016-08-02 Thread Christoph LANGE
) for this item as closing time. Use case: you finished a TODO task and logged time on it but forgot to mark it DONE. Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype

[O] Useful interactive functions for clock logs, and workarounds for large agenda files

2016-07-12 Thread Christoph LANGE
intervals. Please let me know if you are interested. This is implemented as a Makefile plus shell and Perl scripts and is currently hosted in the same private repository in which I have my org files, but in principle I'm happy to open it. Cheers, Christoph -- Dr. Christoph Lange, Enterprise I

[O] Bug: Multiple groups of mutually exclusive tags no longer working [8.3.4 (8.3.4-42-gae73c7-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20160425/)]

2016-04-28 Thread Christoph LANGE
pop-to-session-maybe) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) ) -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → CSCUBS Computer Science Conference fo

[O] Restore org-agenda-undo in the presence of evil and undo-tree

2016-04-27 Thread Christoph LANGE
. Can anyone confirm this behaviour? Cheers, and thanks in advance, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → CSCUBS Computer Science Conference

Re: [O] logging the timings of task A + task B both at once?

2016-04-24 Thread Christoph LANGE
he general approach; those spreadsheets that generate project-/employer-specific timesheets I have not yet made public), I do something like "determine all time logged on :Work: but neither on :EmployerA: nor on :EmployerB:. Add .7 of that time to the time that's explicitly logged on :Employe

[O] Two functions for efficient headline navigation

2016-02-21 Thread Christoph LANGE
imagine it would not be easily to implement this efficiently: as an Org document is technically a text file that the user can edit without any restrictions, one would have to continuously sync some internal data structure with the user's text-level edits. Cheers, Christoph -- Dr. Christoph

[O] Bug: Clocking in fails when there is a dangling clock [8.3.1 (8.3.1-16-gf6aa53-elpaplus @ d:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150810/)]

2015-08-13 Thread Christoph LANGE
-or-siblings-or-parent) org-completion-use-ido t org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-clock-out-remove-zero-time-clocks t ) -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Christoph LANGE
Nicolas Goaziou on 2015-08-10 22:37: Correct. Fixed. Thank you to you both. Many thanks, @Nicolas, for fixing this so quickly, and @Kyle for tracking down the source of the problem! Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Christoph LANGE
-initialize) and then opening a minimal file like * Hello CLOCK: [2015-08-07 Fri 10:14]--[2015-08-07 Fri 10:20] = 0:06 was enough to reproduce the bug. I.e. C-c ! or C-c . on the second timestamp prompted me with the time of the first one. Cheers, Christoph -- Dr. Christoph Lange, Enterprise

[O] Subject: Bug: org-open-at-point no longer recognizes start and end timestamps of clock intervals [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-09 Thread Christoph LANGE
-block-todo-from-checkboxes org-block-todo-from-children-or-siblings-or-parent) org-completion-use-ido t org-babel-load-languages '((sh . t)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-clock-out-remove-zero-time-clocks t ) -- Dr. Christoph Lange

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-09 Thread Christoph LANGE
Nicolas Goaziou on 2015-08-10 00:30: Christoph LANGE math.semantic@gmail.com writes: I frequently use org-time-stamp or org-time-stamp-inactive to adjust intervals logged with CLOCK:. Before upgrading to 8.3.1 I was able to adjust the end of a CLOCK'ed interval of the format CLOCK: start

[O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-09 Thread Christoph LANGE
-clock-drawer) org-clock-out-remove-zero-time-clocks t ) -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Web Intelligence Summer School “Question Answering

Re: [O] Function that splits a CLOCK interval

2015-04-07 Thread Christoph LANGE
-start-as-default middle end)) (org-clock-update-time-maybe -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Semantic Publishing Challenge

[O] Function that splits a CLOCK interval

2015-03-31 Thread Christoph LANGE
. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Semantic Publishing Challenge: Assessing the Quality of Scientific Output ESWC, 31 May–4 June 2014, Portorož, Slovenia

[O] Function that jumps to an entry with a certain CUSTOM_ID

2015-03-31 Thread Christoph LANGE
to frequently used headlines. I noticed that org-babel-ref-goto-headline-id does something similar, so maybe some code could be shared among the two functions. Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer

Re: [O] Function that jumps to an entry with a certain CUSTOM_ID

2015-03-31 Thread Christoph Lange
a few words about the functionality - does this make sense? Cheers, and thanks for your advice, Christoph -- Christoph Lange(-Bever) http://langec.wordpress.com/about Sent from a mobile device; please excuse my brevity.

Re: [O] Sorting CLOCK entries

2015-03-07 Thread Christoph LANGE
is as easy as marking the affected range of lines and saying C-u M-x sort-lines. Cheers, Christoph -- Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → Semantic Publishing

[O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Christoph LANGE
) org-completion-use-ido t org-babel-load-languages '((sh . t)) org-agenda-files '(... ...) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-clock-out-remove-zero-time-clocks t ) -- Christoph Lange, Enterprise Information Systems Department Applied Computer

[O] Poor man's Org time-tracking on Android

2014-10-03 Thread Christoph LANGE
Dear Org community, I thought I'd let you know how I clock my Org tasks while I'm on the move. In a really poor man's way, without MobileOrg. http://langec.wordpress.com/2014/10/03/poor-mans-org-mode-time-logging/ Cheers, Christoph -- Christoph Lange, Enterprise Information Systems

[O] org-contacts-anniversaries 'Bad sexp' bug keeps haunting me

2014-09-29 Thread Christoph LANGE
years) Cheers, and thanks in advance for any helpful advice, Christoph -- Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofer IAIS http://langec.wordpress.com/about, Skype duke4701 → SEMANTiCS conference: Transfer–Engineering

Re: [O] Bug: Feature request: make length of history in org-clock-select-task customizable [8.2.7c (8.2.7c-51-g896fa6-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20140825/)]

2014-08-30 Thread Christoph LANGE
could be wrong. I think you are right about this, given the initial code in org-clock-history-push, and the limit to 9 digits (why actually not use 0 for the most recent one?) and 26 alphabetic letters. Cheers, Christoph -- Christoph Lange, Enterprise Information Systems Department Applied

[O] Bug: Feature request: make length of history in org-clock-select-task customizable [8.2.7c (8.2.7c-51-g896fa6-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20140825/)]

2014-08-28 Thread Christoph LANGE
in advance, Christoph Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200) of 2013-03-17 on MARVIN Package: Org-mode version 8.2.7c (8.2.7c-51-g896fa6-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20140825/) -- Christoph Lange, Enterprise Information Systems Department Applied

Re: [O] How to analyze clocking reports (e. g. with spreadsheet application)?

2014-07-29 Thread Christoph LANGE-BEVER
being able to contribute. Cheers, Christoph -- Christoph Lange-Bever, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-10-05 Thread Christoph LANGE
Hi Nicolas, I'm sorry I hadn't got back to this email – didn't notice it because of a filtering mistake on my side. 2013-09-14 15:33 Nicolas Goaziou: Christoph LANGE math.semantic@gmail.com writes: Still I think the following sentence in the documentation (section 12.5) is easy

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-10-05 Thread Christoph LANGE
for a lot of languages I am interested in (mainly from the Semantic Web): https://github.com/clange/latex/blob/master/lstsemantic.sty. Cheers, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer

Re: [O] How to install recent documentation of org 8.2?

2013-10-03 Thread Christoph LANGE
info: $ ls -l ~/.emacs.d/info total 0 lrwxrwxrwx 1 clange clange 19 Sep 14 15:20 org - /usr/share/info/org HTH, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer Science Special Issue

[O] org-submit-bug-report is missing org-remember [Re: Bug: org-remember.el is not in git repo]

2013-10-03 Thread Christoph LANGE
) to my .emacs ... I just wanted to submit a bug report via org-submit-bug-report, but it said Cannot open load file: org-remember. Indeed org.el of version 8.2 still makes some references to org-remember. Cheers, Christoph -- Christoph Lange, School of Computer Science, University

[O] C-c C-c doesn't tick check box when pressed on a hyperlink in a list item

2013-10-03 Thread Christoph LANGE
it doesn't tick the check box but says C-c C-c can do nothing useful at this location. Cheers, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer Science Special Issue on “Enabling Domain Experts

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-17 Thread Christoph LANGE
very helpful to me. Cheers, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer Science Special Issue on “Enabling Domain Experts to use Formalised Reasoning”; submission until 31 October

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-15 Thread Christoph LANGE
(or automatically, with some scripting or macro-recording) convert tree entries to plain lists. This is what I will now do with my Beamer presentations. Cheers, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-14 Thread Christoph LANGE
in advance, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer Science Special Issue on “Enabling Domain Experts to use Formalised Reasoning”; submission until 31 October. http://cs.bham.ac.uk

[O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread Christoph LANGE
in advance, Christoph -- Christoph Lange, School of Computer Science, University of Birmingham http://cs.bham.ac.uk/~langec/, Skype duke4701 → Mathematics in Computer Science Special Issue on “Enabling Domain Experts to use Formalised Reasoning”; submission until 31 October. http://cs.bham.ac.uk

[O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-14 Thread Christoph LANGE
will be handled automatically. However the language of my listings is a non-standard one, which requires a lot of custom options to the lstlisting environment. Could anyone kindly point me to an example? Cheers, and thanks in advance, Christoph -- Christoph Lange-Bever, http://www.facebook.com

[O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-13 Thread Christoph LANGE
will be handled automatically. However the language of my listings is a non-standard one, which requires a lot of custom options to the lstlisting environment. Could anyone kindly point me to an example? Cheers, and thanks in advance, Christoph -- Christoph Lange, School of Computer Science

Re: [O] Gentoo ebuild for app-emacs/org-mode-8.0.1

2013-05-03 Thread Christoph LANGE
wanted to let everyone know, but I am currently unable to work on this. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] Gentoo ebuild for app-emacs/org-mode-8.0.1

2013-04-23 Thread Christoph LANGE
. With another Emacs package (evil), I also recently switched from git to ebuilds (maintained by someone else), because I found the package to be sufficiently feature-complete with version 1.0. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] Gentoo ebuild for app-emacs/org-mode-8.0.1

2013-04-23 Thread Christoph LANGE
shouldn't exist as a subdirectory under ${PN}). Where should it go instead, if anywhere? Cheers, and thanks in advance, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Gentoo ebuild for app-emacs/org-mode-8.0.1

2013-04-21 Thread Christoph LANGE
/show_bug.cgi?id=466720 to track the progress). Thanks to Bastien et al. for version 8! Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Sticky agenda interferes with org-open-at-point for date stamps

2012-09-27 Thread Christoph LANGE
think that if opening a link takes me to a date D that is outside of where the agenda is currently stuck, the agenda should be rebuilt for the desired date D. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Bug: org-insert-drawer doesn't respect indentation for :END:

2012-09-19 Thread Christoph LANGE
left-justified – for example: ** Foo :DRAWER: Bla :END: I think the :END: should also respect the current indentation. Cheers, and thanks, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Bug: can't use square brackets in link descriptions;

2012-01-31 Thread Christoph LANGE
into the link description, they are rewritten to {...}, which I do not consider acceptable. If there is any escape syntax, they should rather be rewritten using that escape syntax. Thanks in advance for any pointers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype

[O] Bug: can't use square brackets in link descriptions;

2012-01-31 Thread Christoph LANGE
into the link description, they are rewritten to {...}, which I do not consider acceptable. If there is any escape syntax, they should rather be rewritten using that escape syntax. Thanks in advance for any pointers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype

Re: [O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-28 Thread Christoph LANGE
a `+' to the property name. But thanks a lot for pointing this out: I know, however, multivalued properties are sort of already well supported. See http://orgmode.org/manual/Using-the-property-API.html for more info. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Patch for org-beamer.el: mark frames containing \lstinline as fragile

2011-12-18 Thread Christoph LANGE
Dear org-mode developers, please find attached a patch for org-beamer.el that also recognizes \lstinline and \verb as commands that make a frame fragile. Cheers, and thanks, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701 diff --git a/lisp/org-beamer.el b/lisp

[O] 'Missing' link to the release notes on the homepage

2011-12-16 Thread Christoph LANGE
that, you have to manually work around by scrolling the page a few lines up again. – But I have no idea for fixing, other than un-fixing the head bar – which you may find undesirable for other reasons. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-16 Thread Christoph LANGE
arbitrary other information) * grouping contacts (e.g. by tagging them) * linking to contacts from other org files * for easy display and editing (e.g. like org columns) -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] How to estimate effort by week?

2011-11-28 Thread Christoph LANGE
the task in again the modeline shows 0:00 and counts up to the effort limit again. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] How to estimate effort by week?

2011-11-18 Thread Christoph LANGE
:Effort: 0:15 :END: There is no immediate equivalent for a week (or for any other timespan). But is there possibly some workaround? Cheers, and thanks, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] How to estimate effort by week?

2011-11-18 Thread Christoph LANGE
, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] How to link to a fragment (aka anchor/bookmark) of a local file (e.g. a TiddlyWiki)?

2011-11-11 Thread Christoph LANGE
of _external_ files, most commonly HTML files that I'd like to open outside of Emacs in a browser. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] How to link to a fragment (aka anchor/bookmark) of a local file (e.g. a TiddlyWiki)?

2011-11-11 Thread Christoph LANGE
://en.wikipedia.org/wiki/Purple_Numbers), which I have seen in some wikis. But they don't scale as well as your ID markers. Cheers, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

[O] How to link to a fragment (aka anchor/bookmark) of a local file (e.g. a TiddlyWiki)?

2011-11-09 Thread Christoph LANGE
headlines and tags as two completely different things. Cheers, and thanks in advance for any help, Christoph -- Christoph Lange, http://www.facebook.com/ch.lange, Skype duke4701

Re: [O] org-contacts and dates before 1970

2011-08-22 Thread Christoph Lange
into the BIRTHDAY field of an org-contact. It must be something like :BIRTHDAY: %%(…) but what expression do I have to use? I tried something like %%(org-date 2011 08 22), but that does not work (same error: Bad sexp) Cheers, and thanks in advance for any help, Christoph -- Christoph Lange, http

[Orgmode] Bug: clocktable :link often jumps to wrong target [6.36c]

2010-06-18 Thread Christoph LANGE
-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-clock-idle-time 10 ) -- Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange

Re: [Orgmode] Bug: Scope by tag in clock report dynamic blocks [6.33f]

2010-02-01 Thread Christoph LANGE
2010-01-29 16:48 Giovanni Ridolfi giovanni.rido...@yahoo.it: Christoph LANGE ch.la...@jacobs-university.de writes: At the end of the week, I would like to get an overview of how much time I spent on normal/important/very important tasks. The total time (throughout the whole file) is all I

[Orgmode] Bug: Scope by tag in clock report dynamic blocks [6.33f]

2010-01-29 Thread Christoph LANGE
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.