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:
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
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
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
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
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
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
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---
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
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
"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
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
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?
-
;; ==
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
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
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
[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
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
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
"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
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
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
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
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
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
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-
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
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
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
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
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
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)..
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<--
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
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
35 matches
Mail list logo