[Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com

I just update org-mode to 6.25a in winxp.

I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@).
Before updating C-c C-t will cycle in the seq above. Now it want me to 
press d to get done.
I really like the way before. How can i get it back without delete key 
letter(since i use them sometime.)?


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


Re: [Orgmode] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com

Shift-right works great for me.
Sorry for my dummy Q. I just so get used to C-c + somekey.

Thanks.

Sebastian Rose wrote:

"goodh...@gmail.com"  writes:
  

I just update org-mode to 6.25a in winxp.

I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@).
Before updating C-c C-t will cycle in the seq above. Now it want me to press d
to get done.
I really like the way before. How can i get it back without delete key
letter(since i use them sometime.)?




Does M-RIGHT not work for you?

  



___
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] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com
It works for a (repeat) task in a file. But if it  is a repeat task  
(like every week) and in agenda  view, it works different  Change 
the time stamp associated with the current line by one day into the

future.:(


Sebastian Rose wrote:

"goodh...@gmail.com"  writes:
  

I just update org-mode to 6.25a in winxp.

I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@).
Before updating C-c C-t will cycle in the seq above. Now it want me to press d
to get done.
I really like the way before. How can i get it back without delete key
letter(since i use them sometime.)?




Does M-RIGHT not work for you?

  



___
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] How do i change status from todo to done etc without press key letter

2009-04-03 Thread goodh...@gmail.com
set it to never. Make it the way i want - only remember one shortcut 
in both file and agenda


Carsten Dominik wrote:


On Apr 3, 2009, at 7:05 PM, Sebastian Rose wrote:


"goodh...@gmail.com"  writes:

I just update org-mode to 6.25a in winxp.

I set each file like #+SEQ_TODO: TODO(t) | DONE(d!) CANCELED(c@).
Before updating C-c C-t will cycle in the seq above. Now it want me 
to press d

to get done.
I really like the way before. How can i get it back without delete key
letter(since i use them sometime.)?



Does M-RIGHT not work for you?


Or check out the variable `org-use-fast-todo-selection'.

- Carsten





___
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] how to express relative path for grandparent folder?

2009-04-06 Thread goodh...@gmail.com

I tried ../.., does not work. ../ works for parents folder.
../.. does not work, because emacs or "setq org-agenda-files (list"? how 
to correct it.

(setq org-agenda-files (list "../../Plans/PhD.org"
 "../../Plans/Others.org"
)) 



PS, i am trying to make it portable.

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


Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-07 Thread goodh...@gmail.com

no, it is not working.
Since my grandparent folder is out of home folder(~)

Any one know it?

Thanks

Manish wrote:

On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote:
  

I tried ../.., does not work. ../ works for parents folder.
../.. does not work, because emacs or "setq org-agenda-files (list"? how to
correct it.
(setq org-agenda-files (list "../../Plans/PhD.org"
  "../../Plans/Others.org"
))




Does variable org-directory help?

  



___
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] how to express relative path for grandparent folder?

2009-04-07 Thread goodh...@gmail.com

I solved it. but do not ask me why.

(setq org-agenda-files (list "~/../../Plans/PhD.org"
 "~/../../Plans/Others.org"

I add ~/  and restart emacs, which make it work, although ../ works for 
parent folder without ~/


Jack

Manish wrote:

On Mon, Apr 6, 2009 at 10:55 PM, goodh...@gmail.com wrote:
  

I tried ../.., does not work. ../ works for parents folder.
../.. does not work, because emacs or "setq org-agenda-files (list"? how to
correct it.
(setq org-agenda-files (list "../../Plans/PhD.org"
  "../../Plans/Others.org"
))




Does variable org-directory help?

  



___
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] worth it? -- tiny change of org mode

2009-06-24 Thread goodh...@gmail.com

When i save all of my file with C+s, I press a lot of y for yes.
when it is in agenda view, if i press 2 more y,  it will bring me the 
year view with some time consumed.


Worth it -- change 'y' -> 'yes' for make sure to get year view?

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


Re: [Orgmode] worth it? -- tiny change of org mode

2009-06-24 Thread goodh...@gmail.com




what about non org mode buffer?

Thank you for letting me know 's' in agenda view.

Nick Dokos wrote:

  goodh...@gmail.com  wrote:

  
  
When i save all of my file with C+s, I press a lot of y for yes.
when it is in agenda view, if i press 2 more y,  it will bring me the 
year view with some time consumed.


  
  
When in agenda view, pressing 's' saves all org-mode buffers, no
questions asked.  No need to wear down your 'y' key :-)

HTH,
Nick



  





___
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] worth it? -- tiny change of org mode

2009-06-25 Thread goodh...@gmail.com

sorry it is C-x s.


Carsten Dominik wrote:


On Jun 24, 2009, at 10:20 PM, Nick Dokos wrote:


goodh...@gmail.com  wrote:


When i save all of my file with C+s, I press a lot of y for yes.


C-s starts incremental search.  What key are you really using?


when it is in agenda view, if i press 2 more y,  it will bring me the
year view with some time consumed.



When in agenda view, pressing 's' saves all org-mode buffers, no
questions asked.  No need to wear down your 'y' key :-)


Actually, the "s" key for this purpose will go away, I need it for 
something

else.  Please start using `C-x C-s' for this purpose.

- Carsten



HTH,
Nick




___
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






___
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] worth it? -- tiny change of org mode

2009-06-25 Thread goodh...@gmail.com




So Save all files from all buffers isĀ  Ctrl-x s


'C-u C-x s ' is same function without question, right? 
that is the shortcut i want to know. Any one better than this one, since 'u' involve second hand.

It makes my original question stupid. 
Sorry about that.

PS, I am really new to EMACS. org mode is almost the only reason to use it. (i know it is powerful, but dont like to remember a lot of shortcuts)

thanks guys.




Nick Dokos wrote:

  Bastien  wrote:

  
  
    "goodh...@gmail.com"  writes:



  When i save all of my file with C+s, I press a lot of y for yes.
  

I think you mean `C-x C-s', right?  

Also note that `C-x s' is M-x save-some-buffers and let you save many
files at once.


  
  
IMO, the OP has gotten into a bad habit that he needs to break out of:
`C-x s' (i.e. save-some-buffers - without a prefix argument) is a
surgical operation.  He seems to want the bulk operation of `C-u C-x s':
the latter saves all modified buffers, no questions asked.

Thanks,
Nick



  





___
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