[Orgmode] Re: scheduling: skip weekends

2009-12-02 Thread Patrick Drechsler
Carsten Dominik wrote: On Nov 28, 2009, at 7:10 PM, Patrick Drechsler wrote: Carsten Dominik wrote: On Nov 28, 2009, at 4:51 PM, Patrick Drechsler wrote: is it possible to skip weekends when rescheduling a task using the ++1d operator? Example: * TODO work task (not on weekends) SCHEDULED

[Orgmode] scheduling: skip weekends

2009-11-28 Thread Patrick Drechsler
Hi, is it possible to skip weekends when rescheduling a task using the ++1d operator? Example: * TODO work task (not on weekends) SCHEDULED: 2009-11-27 Fr ++1d When changing the state to the DONE state, it will be rescheduled to the next day, no matter what day of the week that is. So

[Orgmode] scheduling: reschedule on hourly basis

2009-11-28 Thread Patrick Drechsler
Hi, is it possible to reschedule on an hourly basis? * TODO foo SCHEDULED: 2009-11-27 Fr ++2h Maybe even something like every 2h between 8:00 and 17:00? Regards, Patrick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] Re: scheduling: skip weekends

2009-11-28 Thread Patrick Drechsler
Hi Carsten et al, Carsten Dominik wrote: On Nov 28, 2009, at 4:51 PM, Patrick Drechsler wrote: is it possible to skip weekends when rescheduling a task using the ++1d operator? Example: * TODO work task (not on weekends) SCHEDULED: 2009-11-27 Fr ++1d When changing the state to the DONE

[Orgmode] Re: scheduling: reschedule on hourly basis

2009-11-28 Thread Patrick Drechsler
Martin Pohlack wrote: Patrick Drechsler wrote: is it possible to reschedule on an hourly basis? * TODO foo SCHEDULED: 2009-11-27 Fr ++2h Maybe even something like every 2h between 8:00 and 17:00? You may want to look at this thread: http://www.mail-archive.com/emacs-orgmode@gnu.org

[Orgmode] Re: column view face for todo keywords

2009-11-26 Thread Patrick Drechsler
Carsten Dominik wrote: On Nov 25, 2009, at 9:33 PM, Patrick Drechsler wrote: Hi, is it possible to display TODO keywords in their non-column-view-font/face while in column view? No, I don't think it is possible. OK, thanks for the feedback. I wasn't sure if I missed something

[Orgmode] column view face for todo keywords

2009-11-25 Thread Patrick Drechsler
Hi, is it possible to display TODO keywords in their non-column-view-font/face while in column view? Thankful for any pointers, Patrick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: shortcut keys for mark ups

2009-01-07 Thread Patrick Drechsler
Bernt Hansen schrieb: [snipped nice code] How can I extend this function to wrap the current selection into a #+BEGIN_SRC ...code... #+END_SRC string while also interactively asking the user for a language string? - ;;

[Orgmode] Re: shortcut keys for mark ups

2009-01-07 Thread Patrick Drechsler
Bernt Hansen schrieb: Patrick Drechsler patr...@pdrechsler.de writes: Bernt Hansen schrieb: [snipped nice code] How can I extend this function to wrap the current selection into a #+BEGIN_SRC ...code... #+END_SRC string while also interactively asking the user for a language string

[Orgmode] Re: Command line tricks

2008-08-06 Thread Patrick Drechsler
Russell Adams [EMAIL PROTECTED] writes: I've recently started using a few command line options with Org I thought I'd share, perhaps they'll inspire someone else. In my ~/.bashrc, I have defined an alias for Org that runs: [snip] Thanks for sharing that! alias todo=$EMACS -nw --funcall

[Orgmode] Re: usage of bgein_src in 'Literal examples' section

2008-06-07 Thread Patrick Drechsler
Dominik, C. [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: Patrick Drechsler [EMAIL PROTECTED] writes: But how do I find out which is the correct string for the Emacs mode? Is there a `M-x describe-??' method? There's a variable 'auto-mode-alist' (C-h v auto-mode-alist

[Orgmode] Re: usage of bgein_src in 'Literal examples' section

2008-06-06 Thread Patrick Drechsler
Bernt Hansen [EMAIL PROTECTED] writes: Patrick Drechsler [EMAIL PROTECTED] writes: But how do I find out which is the correct string for the Emacs mode? Is there a `M-x describe-??' method? [...] There's a variable 'auto-mode-alist' (C-h v auto-mode-alist) which lists the mappings

[Orgmode] Re: usage of bgein_src in 'Literal examples' section

2008-06-04 Thread Patrick Drechsler
Bernt Hansen schrieb: Patrick Drechsler [EMAIL PROTECTED] writes: I like the new feature in literal examples using #+BEGIN_SRC mode! But how do I find which mode Emacs is using for a certain file type? I could not figure out how to replace mode for simple C or CPP files. What is the correct

[Orgmode] Re: customize exporting visible contents

2007-07-15 Thread Patrick Drechsler
Jost Burkardt [EMAIL PROTECTED] writes: Patrick Drechsler [EMAIL PROTECTED] writes: I currently have a large knowledge-base in a single org file (5k lines of code). When exporting certain sections I would like to exclude the rest completely. I'd very much appreciate your proposed feature

[Orgmode] limiting export by category, tag or property

2007-07-15 Thread Patrick Drechsler
Hi, what is a good way of excluding certain sections of a file from being exported (similar to `C-c C-e v'). Can this be done by setting category, tag or property? Take this file: --8---cut here---start-8--- * info for all foo * info for group bar *

[Orgmode] customizing export timestamp?

2007-07-13 Thread Patrick Drechsler
Hi, would it be useful for others to deactivate the timestamp when exporting? For example something like: #+OPTIONS: timestamp:nil WDT? Or did I miss something in the docs? Patrick -- You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the

[Orgmode] Re: customizing export timestamp?

2007-07-13 Thread Patrick Drechsler
Sorry for the privat mail Bastien, I hit `R' instead of `F'... Bastien [EMAIL PROTECTED] writes: Patrick Drechsler [EMAIL PROTECTED] writes: would it be useful for others to deactivate the timestamp when exporting? As an ugly workaround: .timestamp { display: none } .timestamp-kwd

[Orgmode] customize exporting visible contents

2007-07-13 Thread Patrick Drechsler
Hi, I currently have a large knowledge-base in a single org file (5k lines of code). When exporting certain sections I would like to exclude the rest completely. Furthermore I would like to have the current section displayed as title with all child section being adapted accordingly. Say I have

[Orgmode] Re: display bug

2007-07-13 Thread Patrick Drechsler
Patrick Drechsler [EMAIL PROTECTED] writes: Hi, small display bug (found while trying to use ascii art): Take ~/tmp/a.org: --8---cut here---start-8--- * foo : +- : +-+ --8---cut here---end---8--- Displayed

[Orgmode] Re: inserting (optional) timestamp with manually inserted `CLOCK: ='

2007-07-02 Thread Patrick Drechsler
Carsten Dominik [EMAIL PROTECTED] writes: On Jul 1, 2007, at 1:35, Patrick Drechsler wrote: inserting a `CLOCK: = 2:30' manually works fine: Cool feature. How do I insert something like the above with the attribute Jan 2007 so that following org-tables notice it when being updated? You

[Orgmode] bug in clock display after manually changing start time

2007-06-14 Thread Patrick Drechsler
Hi, there is a small display bug in the clock-out feature when the start time was changed manually. To reproduce: 1. Open a new org file: `C-x C-f a.org' 2. Enter a minimal text: --8---cut here---start-8--- * foo some text --8---cut

[Orgmode] Re: mail agenda similar to `diary-mail-entries'

2007-06-11 Thread Patrick Drechsler
Carsten Dominik [EMAIL PROTECTED] writes: On Jun 10, 2007, at 1:36, Patrick Drechsler wrote: Carsten Dominik [EMAIL PROTECTED] writes: [...] Here is the script I a trying to use: --8---cut here---start-8--- emacs \ --batch \ --load ~/.emacs.d

[Orgmode] Re: mail agenda similar to `diary-mail-entries'

2007-06-09 Thread Patrick Drechsler
Carsten Dominik [EMAIL PROTECTED] writes: Untested: emacs -batch -l ~/.emacs -eval '(org-batch-agenda a)' \ | mail [EMAIL PROTECTED] With (setq org-agenda-include-diary t), the diary will be part of the mailing automatically. I am very sorry for the late reply. Thank you Carsten

[Orgmode] mail agenda similar to `diary-mail-entries'

2007-05-15 Thread Patrick Drechsler
Hi, is it possible to mail the agenda using a cron job similar to the diary function `diary-mail-entries'? Currently I have this shell script for mailing the diary entries to myself: --8---cut here---start-8--- #!/bin/bash ## send diary entries by mail emacs

[Orgmode] syntax highlighting of tag string `info'

2007-05-06 Thread Patrick Drechsler
Hi, just a small bug in syntax highlighting the string `info' in tags. It gives incorrect syntax highlighting in lines 2 and 4 in this minimal example: --8---cut here---start-8--- * bar :foo:bar:info: * bar

Re: [Orgmode] Re: Org update script

2007-05-03 Thread Patrick Drechsler
Carsten Dominik [EMAIL PROTECTED] writes: On Apr 26, 2007, at 0:27, Patrick Drechsler wrote: Scott Jaderholm [EMAIL PROTECTED] writes: [...install script...] make Why make? Isn't org mode small enough to run with *.el files instead of *.elc files? org.el is the single biggest Emacs

[Orgmode] Re: How do I change font for DONE tasks?

2007-03-31 Thread Patrick Drechsler
Carsten Dominik [EMAIL PROTECTED] writes: On Mar 30, 2007, at 9:38, Tassilo Horn wrote: But it's much easier to position point on the face you want to change (in your case the DONE) and hit `M-x customize-face RET RET'. I did not know this. Excellent, thank you very much. Looking at this

[Orgmode] Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66

2007-02-28 Thread Patrick Drechsler
[EMAIL PROTECTED] writes: On Date: Wed, 28 Feb 2007 09:51:31 +0100, Carsten Dominik [EMAIL PROTECTED] wrote: On Feb 26, 2007, at 23:00, goud-H wrote: Dünenkräuterklöße? Mädesüßöl (yes, that really exists...) [...] but I can't figure out what it is ([something] sweet oil?).