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

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

[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

[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

[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] 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 someth

[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 http:

[Orgmode] Re: shortcut keys for mark ups

2009-01-07 Thread Patrick Drechsler
Bernt Hansen schrieb: Patrick Drechsler 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? Something like this maybe

[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: 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 --funcal

[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? >&g

[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 'a

[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 ! But how do I find which mode Emacs is using for a certain file type? I could not figure out how to replace for simple C or CPP files. What is

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

2008-06-04 Thread Patrick Drechsler
Hi, I like the new feature in "literal examples" using #+BEGIN_SRC ! But how do I find which mode Emacs is using for a certain file type? I could not figure out how to replace for simple C or CPP files. Here is a simple C file: --8<---cut here---start->8---

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

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

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

[Orgmode] display bug

2007-07-13 Thread Patrick Drechsler
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 as (see attachment; note to horizontal black line)..

[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: 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 ugl

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

[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&q

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

2007-06-30 Thread Patrick Drechsler
Hi, 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? Cheers, Patrick -- "I really should talk to him. He's had a near-death experience!" "We all hav

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

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

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

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

[Orgmode] Re: Org update script

2007-04-25 Thread Patrick Drechsler
"Scott Jaderholm" <[EMAIL PROTECTED]> writes: > wget http://staff.science.uva.nl/~dominik/Tools/org/ > awk to find out version number > wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip > tar -xvzf org-x.tar.gz > rm -rf ~/org-tar.gz > rm ~/.elisp/org > mv org-x ~/.elisp/org > cd ~/.elis

[Orgmode] italic/subscript text properties

2007-04-23 Thread Patrick Drechsler
Hi, I have a question concerning italic text properties. Here is an example: --8<---cut here---start->8--- * Testing italic text properties * /foo/, /bar/ <- ok * /foo/. <- ok * /foo/-method <- not ok * /foo/: <- not ok * Testing subscript text properti

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

[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 ([so

[Orgmode] Re: customizing C-l (inserting link with file:) for dual-boot

2006-09-28 Thread Patrick Drechsler
Hi Carsten, Carsten Dominik wrote: If you store file names relative to your home directory, then org-mode should be able to use ~/ filenames which would be general. Is F: your home directory? I do not have my org-files in my home directory (neither on GNU/Linux nor on Windows). That i

[Orgmode] customizing C-l (inserting link with file:) for dual-boot

2006-09-27 Thread Patrick Drechsler
Hi, I've been using Org-Mode for a while now and would like to know how to configure the `C-l'-command (inserting a link) to work on a dual boot system. Here is what I am trying to accomplish: Inserting a link to file works fine using the command `C-l'. But off course it makes a difference