[Orgmode] Question about end date for a scheduled task

2010-01-04 Thread Avinash Kulkarni
Hi,
Is there a way to specify when a particular task should stop repeating? For
instance, I need to backup the server in my office once a week for the next
3 weeks, after which the employee in charge will take it over again. Right
now, I just added it as a C-x C-s +1w scheduled task, but this causes it to
show up on my agenda even after the third week. Is archiving this task the
only option?

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


Re: [Orgmode] Date tree view in org files created by remember.el

2010-01-02 Thread Avinash Kulkarni
Thanks Juan. That did the trick! I moved to 6.33f, and the outline mode now
shows up as a date-tree, which is how I would like to think of my journal
entries as :)

Happy New Year!

On Fri, Jan 1, 2010 at 12:51 PM, Juan Reyero joa...@gmail.com wrote:

 Hi Avinash,

 On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni avinas...@gmail.com
 wrote:
  Hi Juan,
  Thank you for the reply. Yeah, I already had those 2 lines in my .emacs
 file
  - and your template setup looks just like mine. I am using the Emacs
 Cocoa
  build from www.emacsformacosx.com, and its dated 2009-07-30. Are you
 using
  the same build too?

 Same.  But your problem is most likely with the version of org-mode,
 not with emacs.  Do you have 6.33?  I actually keep rather close track
 with git, but 6.33 is the minimum you'll need.

 Best,

 Juan

  On Fri, Jan 1, 2010 at 12:29 PM, Juan Reyero joa...@gmail.com wrote:
 
  Hi,
 
  On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni avinas...@gmail.com
  wrote:
   I am trying to get the following template to build a date-tree view in
   my
   org files that I use with remember mode. But I never seem to be able
 to
   get
   it - I am on Emacs 23.1 built for Mac OSX.
  
   Here are my remember templates:
  
   (setq org-remember-templates
 '((Quick ToDo ?n * TODO %?\n  %^{Scheduled for:}T\n
   org-default-notes-file date-tree)
   (Journal ?j * %T %? ~/org/journal.org date-tree)
   (Timer ?t * %?\n ~/org/timer.org Timed Tasks)))
 
  This looks very similar to mine, which works nicely in OS-X with emacs
  23.1:
 
  (setq org-remember-templates
   '((Jac ?c
  * %^{Title}  :blog:\n  :PROPERTIES:\n  :on: %T\n  :END:\n  %?\n
   %x
  ~/cjr/jac/jac.org date-tree)
 (Note ?n
  * %^{Title}\n  :PROPERTIES:\n  :on: %T\n  :END:\n  %?\n  %x
  nil date-tree)))
 
  Did you remember to load it?
 
  (require 'remember)
  (org-remember-insinuate)
 
  Best,
 
  Juan
  --
  http://juanreyero.com/
  http://unarueda.com
 
 



 --
 http://juanreyero.com/
 http://unarueda.com

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


[Orgmode] Date tree view in org files created by remember.el

2010-01-01 Thread Avinash Kulkarni
Hi,
I am trying to get the following template to build a date-tree view in my
org files that I use with remember mode. But I never seem to be able to get
it - I am on Emacs 23.1 built for Mac OSX.

Here are my remember templates:

(setq org-remember-templates
  '((Quick ToDo ?n * TODO %?\n  %^{Scheduled for:}T\n
org-default-notes-file date-tree)
(Journal ?j * %T %? ~/org/journal.org date-tree)
(Timer ?t * %?\n ~/org/timer.org Timed Tasks)))

What am I doing wrong with this template?

Thank you for a wonderful tool like org mode!

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


Re: [Orgmode] Date tree view in org files created by remember.el

2010-01-01 Thread Avinash Kulkarni
Hi Juan,
Thank you for the reply. Yeah, I already had those 2 lines in my .emacs file
- and your template setup looks just like mine. I am using the Emacs Cocoa
build from www.emacsformacosx.com, and its dated 2009-07-30. Are you using
the same build too?

Or does this date-tree feature require a later build of Emacs?

Avinash.

On Fri, Jan 1, 2010 at 12:29 PM, Juan Reyero joa...@gmail.com wrote:

 Hi,

 On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni avinas...@gmail.com
 wrote:
  I am trying to get the following template to build a date-tree view in my
  org files that I use with remember mode. But I never seem to be able to
 get
  it - I am on Emacs 23.1 built for Mac OSX.
 
  Here are my remember templates:
 
  (setq org-remember-templates
'((Quick ToDo ?n * TODO %?\n  %^{Scheduled for:}T\n
  org-default-notes-file date-tree)
  (Journal ?j * %T %? ~/org/journal.org date-tree)
  (Timer ?t * %?\n ~/org/timer.org Timed Tasks)))

 This looks very similar to mine, which works nicely in OS-X with emacs
 23.1:

 (setq org-remember-templates
  '((Jac ?c
 * %^{Title}  :blog:\n  :PROPERTIES:\n  :on: %T\n  :END:\n  %?\n
  %x
 ~/cjr/jac/jac.org date-tree)
(Note ?n
 * %^{Title}\n  :PROPERTIES:\n  :on: %T\n  :END:\n  %?\n  %x
 nil date-tree)))

 Did you remember to load it?

 (require 'remember)
 (org-remember-insinuate)

 Best,

 Juan
 --
 http://juanreyero.com/
 http://unarueda.com

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