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
0:55 | where filename.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 @ U

[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
("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (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
rks. 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 parenta

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

2016-08-02 Thread Christoph LANGE
4 26 27 28 30 32 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

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

2016-08-02 Thread Christoph LANGE
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
ing clocktables for these 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.

[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
nfirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-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:

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

2016-04-27 Thread Christoph LANGE
undo works. 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

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

2016-04-24 Thread Christoph LANGE
h; 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 :EmployerA:, and .3 of

[O] Two functions for efficient headline navigation

2016-02-21 Thread Christoph LANGE
could 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.

[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
rees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-tags-exclude-from-inheritance '("prj") org-agenda-finalize-hook '(bh/org-agenda-to-appt) org-enforce-todo-checkbox-dependencies t org-modules '(org-b

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 Scie

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
d org-mode 8.2.x. Running "emacs -q" and then (package-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

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

[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
org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-habit org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-log-into-drawer t

[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
mode t org-agenda-finalize-hook '(bh/org-agenda-to-appt) org-enforce-todo-checkbox-dependencies t org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-habit org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m) org-confirm-elisp-link-fun

Re: [O] Function that splits a CLOCK interval

2015-04-07 Thread Christoph LANGE
above (end-of-line (if use-start-as-default 1 0)) (insert "\n" indentation (if use-start-as-default start middle) to (if use-start-as-default middle end)) (org-clock-update-time-mayb

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

2015-03-31 Thread Christoph Lange
ith a short elisp file containing my function, plus a short HTML file explaining that there exists an elisp file containing a function that does - 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.

[O] Function that splits a CLOCK interval

2015-03-31 Thread Christoph LANGE
ool-proof guide for how to do this. I know that for contributing code I will have to sign some FSF copyright forms, and I know how to use git, but I don't know the exact org-mode specific steps of doing so. Cheers, Christoph -- Dr. Christoph Lange, Enterprise Information Systems Depar

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

2015-03-31 Thread Christoph LANGE
%< --- This implementation works efficiently in a 4 MB org file with 100 IDs. Together with ido or helm I find it a very user-friendly way of jumping to frequently used headlines. I noticed that org-babel-ref-goto-headline-id does something similar, so maybe some code could be shared among t

Re: [O] Sorting CLOCK entries

2015-03-07 Thread Christoph LANGE
fix for this particular case 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 duk

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

2015-01-12 Thread Christoph LANGE
odo-checkbox-dependencies t org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-habit org-irc org-mew org-mhe org-rmail org-vm org-wl org-w3m) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe)

[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 Info

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

2014-09-29 Thread Christoph LANGE
manually maintained entries like this in my contacts.org: %%(org-anniversary MM DD) Name (%d years) Cheers, and thanks in advance for any helpful advice, Christoph -- Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ University of Bonn; Fraunhofe

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
st length is 35, but I 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 Inform

[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
any thanks 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 Departme

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

2014-07-29 Thread Christoph LANGE-BEVER
and would prefer not having to learn any complex procedures before 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
ar. In case it may be of interest to anyone, I recently made public a LaTeX package with \lstdefinelanguage settings 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

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 writes: >> Still I think the following sentence in the documentation (section 12.5) >

[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
-c 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 “Enabl

[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
quot;/usr/share/emacs/24.3.50/lisp/org/org-remember.el") 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 --

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

2013-10-03 Thread Christoph LANGE
/info:$INFOPATH" In this directory, I created a symlink to the Org 8.2 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.bha

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

2013-09-17 Thread Christoph LANGE
ks for writing up these FAQ. They look 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 Reas

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

2013-09-15 Thread Christoph LANGE
o manually (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/, Skyp

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

2013-09-14 Thread Christoph LANGE
d now use #+BEGIN_SRC and that then everything 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, Christo

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

2013-09-14 Thread Christoph LANGE
er way. Cheers, and thanks 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 O

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

2013-09-14 Thread Christoph LANGE
a arguments into the {lstlisting} environment that is created from #+BEGIN_SRC? Cheers, and thanks 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 “Enab

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

2013-09-13 Thread Christoph LANGE
d now use #+BEGIN_SRC and that then everything 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 -- Christop

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

2013-05-03 Thread Christoph LANGE
> and my reply. I just 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
ntrib". So in this case the user has explicitly decided "I want the contributed features". > (it also 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

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

2013-04-23 Thread Christoph LANGE
until I learned how to write Gentoo ebuilds. 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

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

2013-04-21 Thread Christoph LANGE
o.org/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
he agenda view for the "sticking" date. I 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
C-l) and insert square brackets 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 duke4701

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

2012-01-31 Thread Christoph LANGE
C-l) and insert square brackets 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 duke4701

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

2011-12-28 Thread Christoph LANGE
Hi Seb, thanks for your help! 2011-12-26 15:50 Sebastien Vauban: Christoph LANGE writes: 2. accumulation doesn't work within the same entry; details follow: So when I changed the above contact entry to * Contact Name :PROPERTIES: :EMAIL:f...@bar.org :EMAIL+: b...@ba

[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] Bugs/features of accumulating property values when used with entries (concretely: in org-contacts)

2011-12-16 Thread Christoph LANGE
ments so far are: * easily capturing information about contacts (addresses, birthdays, but also 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

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

2011-12-16 Thread Christoph LANGE
If you are lucky enough to _notice_ 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

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

2011-11-28 Thread Christoph LANGE
quot; after marking it DONE. I think a separate sequence of states would make more sense; maybe "STARTED | RESTARTED"? When you clock 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

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

2011-11-18 Thread Christoph LANGE
Hi Christian, 2011-11-18 17:32 Christian Egli: Christoph LANGE writes: is there any way of estimating effort by week? Have a look at the doc string of org-effort-durations. Documentation: Conversion factor to minutes for an effort modifier. Thanks for your pointer, but (if I got you

[O] How to estimate effort by week?

2011-11-18 Thread Christoph LANGE
TAL: today :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 link to a fragment (aka anchor/bookmark) of a local file (e.g. a TiddlyWiki)?

2011-11-11 Thread Christoph LANGE
ds me of purple numbers (http://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

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
gments 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

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

2011-11-09 Thread Christoph LANGE
org-mode, which treats outline 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-11-04 Thread Christoph LANGE
rg-contacts-anniversaries field format))) In the contacts org file: %%(maybe-org-contacts-anniversaries) I guess that this could be handled more elegantly with an advice around org-contacts-anniversaries, but I'm not yet an expert and couldn't figure out how to do it. Cheers, Christoph

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

2011-08-22 Thread Christoph Lange
no idea of what to put 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

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

2010-06-18 Thread Christoph LANGE
sp-link-function 'yes-or-no-p org-occur-hook '(org-first-headline-recenter) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-

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 : > Christoph LANGE 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 need, but why not also

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