Re: [Orgmode] Re: The recurring task pattern

2009-06-04 Thread Ivan Nedrehagen

På Wed, 03 Jun 2009 10:57:47 +0200, skrev Chris Gray
chrismg...@gmail.com:


Ivan Nedrehagen wrote:


Hi everyone, I have a pattern that repeats itself in org-mode and I am
wondering if anyone have any solutions to it.



I have some tasks that must be done each week, it does not matter when
I complete them, but they must be done before end of the week. And
when the  next week comes the task should be repeated.



Now I have an TODO item on it and I flip it back and forth from TODO
to DONE, but it requires me to remember that I have completed the
task, and  requires me to put it back to TODO next week. This is not
working very  well.



What I would like:
At the beginning of each week the task sets itself to TODO.
When I complete it, it logs the state change (only for this state, I
do not want state change logging on all).
A reminder that I did not complete it last week would be nice, but I
expect that to be too much to ask for.


You can add a deadline that repeats every week for the task.

** TODO Do weekly task
   DEADLINE: 2009-06-03 Wed +1w

Cheers,
Chris




Yes this does almost do the trick, but with one annoying feature.
It changes the state back to TODO immediatly after it is done so
it still shows up in my agenda as a TODO item. So it looks for me like
I never have done my repeating items, and I have to check the date to
be sure.

But it is perhaps difficult to make it change state later on?

It could be fixed with a more advanced custom agenda command i guess.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] The recurring task pattern

2009-06-03 Thread Ivan Nedrehagen
Hi everyone, I have a pattern that repeats itself in org-mode and I am  
wondering if anyone have any solutions to it.


I have some tasks that must be done each week, it does not matter when I  
complete them, but they must be done before end of the week. And when the  
next week comes the task should be repeated.


Now I have an TODO item on it and I flip it back and forth from TODO to  
DONE, but it requires me to remember that I have completed the task, and  
requires me to put it back to TODO next week. This is not working very  
well.


What I would like:
At the beginning of each week the task sets itself to TODO.
When I complete it, it logs the state change (only for this state, I do  
not want state change logging on all).
A reminder that I did not complete it last week would be nice, but I  
expect that to be too much to ask for.


Does anyone use org-mode for anything like this?


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Clockreport for each day last week?

2009-04-20 Thread Ivan Nedrehagen

Hi,
In my work I log all hours in an org-file, and every monday I report my  
hours for the previous week.
I have been playing with the clock-report to get a solution that displays  
hours for each day in the
previous week, but by solution now is a a clock-report where I have to go  
in and change the date for

each entry before updating them.

There must be many with similar needs, could anyone tell me how you solve  
this?


Ivan


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Not possible to have indented clock summarys?

2009-03-18 Thread Ivan Nedrehagen
I would like my clock summarys to be indented along with the rest of my  
text. Is this not possible?

I have tried to use normal indenting but c-c c-x c-r places.

On org-mode 2.24b on emacs 22.3.1 on windows

--
Sendt med Operas revolusjonerende e-postprogram: http://www.opera.com/mail/


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] printing pdf of agenda buffer: two issues

2009-03-16 Thread Ivan Nedrehagen
På Fri, 13 Mar 2009 18:10:30 +0100, skrev Carsten Dominik  
domi...@science.uva.nl:




On Mar 13, 2009, at 2:01 PM, Ivan Nedrehagen wrote:

På Fri, 06 Mar 2009 10:38:22 +0100, skrev Carsten Dominik  
domi...@science.uva.nl:




On Mar 6, 2009, at 6:32 AM, Alan E. Davis wrote:

Maybe I have missed something about the use of this new feature.  And  
also other attempts to print have failed. So I am posing two  
questions in this post (hopefully related).  They may well be due to  
my setup.


1.  When I attempt to write a pdf file of a buffer of TODO items as  
collected by C-c a t, the following error is reported:


comment-normalize-vars: Command attempted to use minibuffer while  
in minibuffer

 Formatting...  0%
 color-values: Wrong type argument: stringp, (blue :weight bold)

  There is little use in my theorizing about this.



I cannot reproduce this.  C-x C-w somefile.pdf RET in my agenda works.




2.  I have tried two other ways to print agenda output, using scripts  
posted elsewhere.  One of them was a script from an org-mode  
tutorial, and the other, perhaps, from the FAQ.  Both times, I get  
colored text that cannot print.  It is pale yellow.



Very likel this is because you are using a script that
runs Emacs in batch-mode, in which case the font colors
are poorly defined.  You can try to bind org-agenda-with-colors
to nil during the agenda command, as one of the options.




Perhaps these are related?


I don't think so.

HTH

- Carsten





I am running Emacs on Windows, and I have a similar problem with org- 
mode 6.24b.


My *Messages* gives me this

Preparing diary...done
Loading cl-macs...done
Loading cl-seq...done
Formatting...  0%
Loading ps-mule...done
Loading composite...done
Collecting face information...
Formatting... 39%
ps-e-color-values: Wrong type argument: stringp, (blue :weight bold)


What is ps-e-color-values?  I do not have this function.

- Carsten



Hope anyone can help. An pdf from agenda view would give a good kick in  
the butt
to they guys in the office who frowns upon planning done elsewhere than  
MS Projects

and Outlook :P

- Ivan



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






It is a defalias for 'color-value used in ps-print.el
Somehow, while searching for the values, I somehow made the error go away,
Ill get back to it if I am able to reproduce.

- Ivan



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] printing pdf of agenda buffer: two issues

2009-03-13 Thread Ivan Nedrehagen
På Fri, 06 Mar 2009 10:38:22 +0100, skrev Carsten Dominik  
domi...@science.uva.nl:




On Mar 6, 2009, at 6:32 AM, Alan E. Davis wrote:

Maybe I have missed something about the use of this new feature.  And  
also other attempts to print have failed. So I am posing two questions  
in this post (hopefully related).  They may well be due to my setup.


1.  When I attempt to write a pdf file of a buffer of TODO items as  
collected by C-c a t, the following error is reported:


 comment-normalize-vars: Command attempted to use minibuffer while  
in minibuffer

  Formatting...  0%
  color-values: Wrong type argument: stringp, (blue :weight bold)

   There is little use in my theorizing about this.



I cannot reproduce this.  C-x C-w somefile.pdf RET in my agenda works.




2.  I have tried two other ways to print agenda output, using scripts  
posted elsewhere.  One of them was a script from an org-mode tutorial,  
and the other, perhaps, from the FAQ.  Both times, I get colored text  
that cannot print.  It is pale yellow.



Very likel this is because you are using a script that
runs Emacs in batch-mode, in which case the font colors
are poorly defined.  You can try to bind org-agenda-with-colors
to nil during the agenda command, as one of the options.




Perhaps these are related?


I don't think so.

HTH

- Carsten





I am running Emacs on Windows, and I have a similar problem with org-mode  
6.24b.


My *Messages* gives me this

Preparing diary...done
Loading cl-macs...done
Loading cl-seq...done
Formatting...  0%
Loading ps-mule...done
Loading composite...done
Collecting face information...
Formatting... 39%
ps-e-color-values: Wrong type argument: stringp, (blue :weight bold)

Hope anyone can help. An pdf from agenda view would give a good kick in  
the butt
to they guys in the office who frowns upon planning done elsewhere than MS  
Projects

and Outlook :P

- Ivan



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Show parent header in agenda

2009-03-09 Thread Ivan Nedrehagen
På Fri, 06 Mar 2009 19:27:19 +0100, skrev Richard Riley  
rileyrg...@googlemail.com:



Eric S Fraga e.fr...@ucl.ac.uk writes:


On 2009-03-06, Ivan Nedrehagen ivann...@broadpark.no wrote:
Hi, org-mode is the best organizer in the world. To bad I cant fit  
emacs

in my filofax ;)


This is currently my personal holy grail... I'm constantly scouring
the web-sphere for any small computer that will (a) fit in my jacket
pocket and (b) run emacs!  I want something to replace my old Psion 3s  
which

is what I used until the last one died and I switched to org-mode
instead.  Having now gotten used (addicted, methinks) to org-mode, the
bar has been raised and I cannot consider any computer that won't run
Emacs as a result.

There are a couple of contenders just appearing on the market, or
which *may* be appearing, including the umid m1 and the openpandora
project.  I do fully expect something appropriate and hopefully
affordable will appear on the market this year.

At the moment, I use my Asus eee PC (the original model) as my
organizer (typing this message on it, in fact) but it's a little large
to fit in any jacket pocket unfortunately.


I have been looking too, but cant help feeling anything smaller than an
netbook just wont have the keyboard needed for emacs.



That is the real problem. I have a Neo Freerunner (Open smartphone)
capable of running most linux programs. But with a onscreen keyboard,
emacs wouldn't do much good. Instead I am writing an python application
that can sync and display my headers from my org file. It is not the
same, but it extends the reach of my org-file.




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: R: [Orgmode] Show parent header in agenda

2009-03-09 Thread Ivan Nedrehagen

På Fri, 06 Mar 2009 16:14:17 +0100, skrev giovanni.rido...@yahoo.it:



--- Ven 6/3/09, Ivan Nedrehagen ivann...@broadpark.no ha scritto:

skrev Giovanni Ridolfi giovanni.rido...@yahoo.it:
 Why don't you use tags?
One real header:
* TODO [#A] Spindle axis calibration: Disconnect sensor
before rotating

If you ask me, that is quite a large tag.


what about pressing b in the agenda to display the subtree ?

Giovanni

__
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da  
tanto spazio gratuito per i tuoi file e i messaggi

http://mail.yahoo.it




The b gives me the subtree, but not the super tree from +1 level.

It might seem like this is something that must be programmed. Elisp
isn't the language I am most at home with, but i'll add a item for it
in my org-file, It might just be my first contribution to the org-mode.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: Re: R: [Orgmode] Show parent header in agenda

2009-03-09 Thread Ivan Nedrehagen




please, read more carefully the manual on section 10.5.

use C-u N[1]   b

[1] with N the number of headings you want to go up





Yes indeed, C-u 1 b shows the parent header in another buffer.
It does not give me quite the overview that I am looking for
but it is a decent alternative. But I think Ill give my Elisp
a shot.

I am thinking of a solution that would fit me.

If I have a TODO that is covered by subtopics, I mark it with the
todo string IN PROGRESS (an alternative would be a tag)

Ill make some option so that, if there is a header marked IN PROGRESS
(or tag) it will display it and a filtered selection of the subheaders.
So that my agenda will look like this:

mygtd:  ...IN PROGRESS A main topic
mygtd:  ...+TODO Fix me
mygtd:  ...+TODO Fix me too
mygtd:  ...+NEXT Fix me first

or something like that.

But in the meantime ill just make a shortcut to C-u 1 b ;)

Thanks


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Show parent header in agenda

2009-03-06 Thread Ivan Nedrehagen
Hi, org-mode is the best organizer in the world. To bad I cant fit emacs  
in my filofax ;)


Want to acheive something but I do not know how.

When I create my agenda, many TODO items are written in context of the  
parent header:


** Fix the annoying bug
*** DONE Search
*** DONE Fix
*** TODO Test

** Create the do-it-all-function
*** DONE Plan
*** DONE Implement
*** TODO Test

And suddenly my agenda shows:

*** TODO Test
*** TODO Test

You get the point.

So, is there any way to make the org-agenda view show the parent header of  
my TODO items?



Ivan - An Org-mode enthusiast without too much elisp skill.


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode