Re: Checkbox dependencies - Discern between DONE and CANCELED

2021-09-15 Thread Christoph Groth
Nathan Neff wrote in August 2019: > I have org-enforce-todo-checkbox-dependencies set to t, and I would > like to simply mark some tasks as canceled without needing to mess > with the checkboxes. > > I can press C-u C-u C-u C-c C-t which will override dependencies. > However, I was wondering if

orgmode and electric-quote-mode

2020-01-08 Thread Christoph Groth
Hello, On Emacs 26, I like to enable electric-quote-mode. That provides me “proper quotes” when writing text. Org files are mostly text, so it’s nice that electric-quote-mode is active there as well. However, there can be source code blocks where I would like the “electric” functionality

Re: [O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
Nicolas Goaziou wrote: > Christoph Groth writes: > > > I understand now that Org does what it should. However, I find this > > behavior quite dangerous. It caught me after more than 10 years of > > using Org. If there's a list of long-term issues with Org > &g

Re: [O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
Nicolas Goaziou wrote: > Planning information (SCHEDULED, DEADLINE and CLOSED keywords) must > appear right after the headline, per Org syntax. This is specified at > the first paragraph in (info "(org) Deadlines and Scheduling"). > > Elswhere, only the timestamp is meaningful to Org. Thanks for

[O] Bug? SCHEDULED lines treated differently when text precedes them

2019-09-05 Thread Christoph Groth
Dear org mode experts, I have noticed the following behavior that (after reading the relevant documentation) I find at least surprising and error-prone. With Org 9.2.3, the following two TODO items behave differently: ** TODO Something blabla SCHEDULED: <2019-09-01 Sun> [2019-09-05 Thu 14:39]

Re: [O] Temporarily setting agenda files list, cleaning up

2019-05-28 Thread Christoph Groth
Many thanks to John and Thomas for their suggestions! Thomas Plass wrote: > This will use a private set of 'org-agenda-files and kill their > buffers after executing `org-agenda-list': > > (...) This function is a very good prototype of what I had in mind. The details like it closing buffers

[O] Temporarily setting agenda files list, cleaning up

2019-05-27 Thread Christoph Groth
Hello, I would like to expand my use of Org for notes, and to this end spread project-specific org files across my home directory (currently I'm using a central directory with one agenda file per year). For obvious reasons, I can't possibly include all these org files in org-agenda-files

[O] Bug: Capturing an entry without final endline modifies heading structure [9.1.14 (9.1.14-dist @ /usr/share/emacs/25.2/site-lisp/elpa/org-9.1.11/)]

2018-09-02 Thread Christoph Groth
Hello, I'm using org's capture functionality to file new entries for my agenda. I noticed a problem when capturing entries to be placed in the middle of a file (for example, I have a subtree for "notes" that comes before "miscellaneous"): when the captured text ends without a trailing endline

Re: [O] [Orgmode] Slow speed of week and month views

2017-08-04 Thread Christoph Groth
Carsten Dominik wrote in 2010: I am afraid I don't see any major speed improvements that could make this happen. Yes, one could parse all the files once, build a table in memory and get the entries for each day from there - but that comes down to a complete rewrite of the parser, maybe even

Re: [O] Keeping metadata/notes about files and directories

2014-09-24 Thread Christoph Groth
Darlan Cavalcante Moreira wrote: See the custom commands for the agenda in the manual. You can create a command to do a search in specific files. Indeed! That’s great, I didn’t know that this is possible. The custom agenda commands of type “search” also support more complex searches like

Re: [O] Managing articles in orgmode and collaboration

2014-09-23 Thread Christoph Groth
Jorge A. Alfaro-Murillo wrote: Perhaps I am biased because I learned LaTeX and BibTeX before Org, but I think that for references BibTeX (plus a little bit of emacs configuration) has everything I could need. I guess if you are more used to Org, it might be worth to invest time and come up

[O] Keeping metadata/notes about files and directories

2014-09-23 Thread Christoph Groth
Dear all, I just wrote under the subject “Re: Managing articles in org mode and collaboration”. This posting puts the other one in a broader context. While thinking about organizing articles, I asked myself: Wouldn’t it be useful to keep metadata/notes about *various* kinds of

Re: [O] Cooperating with oneself using the cloud?

2014-09-22 Thread Christoph Groth
If at least one of your computers can be reached from all the others via ssh, or you can reach all the other computers from one (i.e. there’s a star topology), you could use unison to synchronize all kinds of files. This works very reliably and handles modifications in both directions. I use git

Re: [O] Managing articles in orgmode and collaboration

2014-09-10 Thread Christoph Groth
Jorge A. Alfaro-Murillo wrote: Thomas S. Dye writes: I don't manage my bibliography references in Org mode. I am used to managing a bibtex database and have never found the need to move everything to Org. Same here. My motivation for keeping bibliography in org was to keep all local

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Christoph Groth
Hi again, I’m replying to myself, as I think I’ve found a possible solution to my problem. Most publications have some kind of unique ID that can be present in BibTeX: a DOI number, a ISBN, a preprint ID, or an URL. One could use one these fields as an org-id unique ID for the

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Christoph Groth
Thorsten Jolitz wrote: do you have a function that automatically fetches bibtex entries for books from the web, given some info (title, year, author or so)? I haven’t yet started to manage literature with org mode, so I do not have anything so far. It’s usually easy to find BibTeX records on

[O] Managing articles in orgmode and collaboration

2014-09-08 Thread Christoph Groth
Hello, I’d like to keep my library of scientific articles in orgmode, along with notes, links to external files (mostly PDF), etc. This has been discussed repeatedly on this list, for example in the recent thread http://thread.gmane.org/gmane.emacs.orgmode/78983. Most solutions seem to be based

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-22 Thread Christoph Groth
Bastien b...@gnu.org writes: There doesn't seem to be an easy way to make a custom agenda view that only shows todo items that are scheduled for the future. Or am I wrong? Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to past within this custom agenda view. This shows

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-22 Thread Christoph Groth
Christoph Groth christ...@grothesque.org writes: There doesn't seem to be an easy way to make a custom agenda view that only shows todo items that are scheduled for the future. Or am I wrong? Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to past within this custom

[O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Christoph Groth
Hi, I like to have (setq org-agenda-todo-ignore-scheduled 'all) (setq org-agenda-todo-ignore-deadlines 'all) (setq org-agenda-tags-todo-honor-ignore-options t) but sometimes I would like to search for some item that I know that is scheduled somewhere into the future. Or I want to verify

Re: [O] temporarily un-ignoring scheduled tasks in global todo list

2014-05-21 Thread Christoph Groth
Thanks Bastien, this works! There doesn't seem to be an easy way to make a custom agenda view that only shows todo items that are scheduled for the future. Or am I wrong? Christoph

Re: [O] babel and long-running computations

2014-04-19 Thread Christoph Groth
Thank you, John, for your detailed reply. we routinely do this, in the following way. We run jobs that may take up to a week to finish, and they are usually run on a cluster. Our setup relies on the following behavior for a script. 1. you can run the script anytime you want, and it can tell

[O] babel and long-running computations

2014-04-17 Thread Christoph Groth
Dear all, I’m considering the use of org-babel for “reproducible science”. Is anyone successfully using org-babel for research that involves calculations that typically take a few minutes up to several hours on a single CPU (i.e. up to a few minutes on a cluster)? It seems to me that currently

Re: [O] total time spent on a task

2014-04-17 Thread Christoph Groth
Hi Bastien, Thank you for looking into this. Bastien b...@gnu.org writes: In fact, times were shown for the other headlines as well, but white-on-yellow! I've modified the org-clock-overlay so the problem is now fixed for me. Is this a bug? (It appears for me in bleeding edge orgmode.)

Re: [O] babel and long-running computations

2014-04-17 Thread Christoph Groth
Hi Julian, Generally, org-babel is suited for long running computations. Its caching can help you avoid rerunning code chunks. And long runtime does not conflict with the idea of reproducible research, it just may be not very comfortable for the user. I agree of course that it’s generally

Re: [O] babel and long-running computations

2014-04-17 Thread Christoph Groth
Thorsten Jolitz tjol...@gmail.com writes: I’d love to hear about any frameworks or workflows that fulfill these requirements. here is a link about that topic: ,--- | http://draketo.de/english/emacs/parallel-babel

Re: [O] babel and long-running computations

2014-04-17 Thread Christoph Groth
Eric Schulte schulte.e...@gmail.com writes: Currently Babel does not have support for long-running computations, however this feature has been discussed and there are previous messages on the mailing list and even some comments in the code outlining a potential implementation strategy. So

Re: [O] total time spent on a task

2014-04-15 Thread Christoph Groth
Sacha Chua sa...@sachachua.com writes: Hmm, mine shows clock overlays for all headings with clock entries, including TODO headings. I'm on Org 8.2.5h. By any chance, could those overlays have invisible text? You can customize-face org-clock-overlay. I remember that had been a problem for

[O] total time spent on a task

2014-04-14 Thread Christoph Groth
Hello, I’m looking for a quick way to check the total time spent on a task. I bet I’m missing something obvious. (I have set org-clock-mode-line-total to today, so I do not see the total time of a clocked-in task in the mode line.) Many thanks, Christoph

Re: [O] total time spent on a task

2014-04-14 Thread Christoph Groth
Hello Sacha, Thanks for your quick reply. Sacha Chua sa...@sachachua.com writes: C-c C-x C-d (org-clock-display) will show the task times as overlays on the headings. That seems to be exactly what I need. It works, but only shows times for top-level headings (i.e. for example miscellaneous

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Christoph Groth
Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Jun 14 2012, Christoph Groth wrote: How to ensure that the buffer which was active when org-capture was executed remains visible during date entry? I've had the same annoyance. The attached patch is *not* a real solution

Re: [O] org-capture: keeping window visible during date entry

2012-07-07 Thread Christoph Groth
Samuel Wales samolog...@gmail.com writes: On 7/7/12, Christoph Groth c...@falma.de wrote: I would say that a proper solution would be to reserve delete-other-windows for interactive use and to replace it by something more sensible which ensures that a given window is well visible but tries

[O] org-capture: keeping window visible during date entry

2012-06-14 Thread Christoph Groth
Hello, I recently switched from remember to org's new capture facility which seems to work fine. However, an issue I already had with remember is still bothering me, perhaps someone knows a good solution: I often call org-capture from within a buffer containing some relevant context, for

[Orgmode] Re: [PATCH] org-bbdb: allow anniversaries with unknown years

2011-02-09 Thread Christoph Groth
Thomas Baumann dtbaum...@yahoo.de writes: Christoph Groth c...@falma.de writes: Anniversaries in BBDB can be now also specified in the format MM-DD next to -MM-DD. The ChangeLog should mention that any customized org-bbdb-anniversary-format-alist has to be updated, otherwise

[Orgmode] [PATCH] org-bbdb: allow anniversaries with unknown years

2011-02-07 Thread Christoph Groth
Anniversaries in BBDB can be now also specified in the format MM-DD next to -MM-DD. --- doc/org.texi | 11 ++- lisp/org-bbdb.el | 27 ++- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b406d29..bfcef06

[Orgmode] org-bbdb: anniversaries with unknown years

2010-10-10 Thread Christoph Groth
Hello, I'd like to keep birthdays and similar dates in bbdb and have them shown in my org mode agenda views. Often, however, I do not know the year of an anniversary, and in the case of my acquaintances the year of a personal anniversary is often not meaningful (e.g. name days, popular in some

[Orgmode] Re: Beamer support in Org-mode

2009-11-26 Thread Christoph Groth
Nice idea to create LaTeX-presentations using orgmode. Though, whenever using beamer, I always find myself having to tweak some spaces on a fairly low level. I'm curious whether it will work out to create non-trivial presentations by using orgmode only. Carsten Dominik carsten.domi...@gmail.com

[Orgmode] Re: agenda: storing searches _really_

2009-11-25 Thread Christoph Groth
I found a solution to my problem: Christoph Groth c...@falma.de writes: I'm using org 6.29c. To view all items tagged with :work: in my agenda I can type C-c a a (to view the current agenda) / TAB work RET (to restrict the display) Now I would like to get the same with typing

[Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.

2009-11-25 Thread Christoph Groth
--- lisp/org-agenda.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 846e4b0..cf748f0 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5130,7 +5130,7 @@ to switch to narrowing. (effort-prompt )

[Orgmode] bug: only first item gets refiled via remember

2009-11-25 Thread Christoph Groth
I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile somewhere using C-1 C-c C-c result: only the first item ends up at the intended destination, the others are lost.

[Orgmode] Re: bug: only first item gets refiled via remember

2009-11-25 Thread Christoph Groth
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 25, 2009, at 11:36 PM, Christoph Groth wrote: I think this is a bug. It is certainly present in org 6.32b: * Run org-remember * Enter more then one item, e.g. two TODOs * Refile somewhere using C-1 C-c C-c result: only the first

[Orgmode] agenda: storing searches _really_

2009-11-04 Thread Christoph Groth
I'm using org 6.29c. To view all items tagged with :work: in my agenda I can type C-c a a (to view the current agenda) / TAB work RET (to restrict the display) Now I would like to get the same with typing C-c a w but I cannot figure out how to do that. I've RTFM and tried setting

[Orgmode] no mark when rescheduling in agenda buffer

2009-09-21 Thread Christoph Groth
In org-mode 6.29c, when using S-left or S-right or the new bulk action to reschedule tasks in the agenda buffer, a mark is left on the rescheduled tasks with their new date. However, when using '' or C-c C-s to reschedule, there is no mark. In my opinion it would be useful to always have a mark.

[Orgmode] Re: DONE in Org-Agenda mode has org-todo face

2008-09-19 Thread Christoph Groth
Hi Carsten, do you have something like #+TODO: TODO DONE | CANCELED in your buffer? No, I just did the following to test again: (1) Created a file `test.org': * DONE something! SCHEDULED: 2008-09-19 Fri (2) Started emacs with 'emacs -q' to ignore my own configuration. (3) Opened

[Orgmode] DONE in Org-Agenda mode has org-todo face

2008-09-18 Thread Christoph Groth
Dear list, Yesterday I discovered org-mode and I like it very much. I'm using the version which comes with Debian Testing (8.05). When in Org-Agenda mode, the word `DONE' for DONE tasks has the same face (org-todo) as the word TODO. I find it a bit disturbing to see DONE written in a bold red