Re: [Orgmode] Re: Notes reviews with sparse trees

2011-01-28 Thread Giorgio Valoti

Il giorno 27/gen/2011, alle ore 19.32, Matt Lundin ha scritto:

 Giorgio Valoti giorgi...@me.com writes:
 
 since I started using Org I collected a bunch of notes in a journal
 file and I’d like to review them on a regular schedule. Ideally, I’d
 like to mark a given entry with a review timestamp so I can skip it
 the next I review the journal file and then use a sparse tree to see
 only the notes that I haven’t reviewed in a while.
 
 The problem is that I can’t get a sparse tree using these timestamps
 because it works only with deadlines and schedules. Does anybody know
 how to work around this limitation, short of using a regexp?
 
 You can use tags/property matches for this.
 
 For all inactive timestamps more than two weeks in the past:
 
 C-c / m TIMESTAMP_IA-2w

That’s perfect!


 […]
 
 And so on...
 
 Please see the following for more details:
 
 (info (org) Matching tags and properties)
 (info (org) Special properties)
 
 http://orgmode.org/worg/org-tutorials/advanced-searching.html#special-properties


Thank you, Matt.

--
Giorgio Valoti


___
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] Re: Notes reviews with sparse trees

2011-01-27 Thread Matt Lundin
Giorgio Valoti giorgi...@me.com writes:

 since I started using Org I collected a bunch of notes in a journal
 file and I’d like to review them on a regular schedule. Ideally, I’d
 like to mark a given entry with a review timestamp so I can skip it
 the next I review the journal file and then use a sparse tree to see
 only the notes that I haven’t reviewed in a while.

 The problem is that I can’t get a sparse tree using these timestamps
 because it works only with deadlines and schedules. Does anybody know
 how to work around this limitation, short of using a regexp?

You can use tags/property matches for this.

For all inactive timestamps more than two weeks in the past:

C-c / m TIMESTAMP_IA-2w

The same for all active timestamps:

C-c / m TIMESTAMP-2w

For inactive timestamps, more than one week old and less than two weeks
old:

C-c / m TIMESTAMP_IA-1w+TIMESTAMP_IA-2w

For today's timestamps:

C-c / m TIMESTAMP=today

And so on...

Please see the following for more details:

(info (org) Matching tags and properties)
(info (org) Special properties)

http://orgmode.org/worg/org-tutorials/advanced-searching.html#special-properties

Best,
Matt

___
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] Re: Notes and Clock entries

2009-08-18 Thread Bernt Hansen
Xavier Maillard x...@gnu.org writes:

 At Wed, 05 Aug 2009 11:28:40 -0400,
 Bernt Hansen wrote:
 
 Noorul Islam K M gnu...@gmail.com writes:
 
  Please take a look at the below org file. Initially I created the TODO
  item and then clocked in and out. Then inserted a note. Followed by some
  clock ins and outs.  Everything is organized from top to bottom as we
  enter items. Earlier I remember the clock entries were grouped and
  always appeared at the top but now it is cluttered. I am using the
  latest version from git repo. Is this the expected behavior or am I
  missing something by which I can group all the clock entries into a
  group at the top or bottom? Also I remember that I was able to hide
  entire clock entries.
 
 Take a look at the variable org-clock-into-drawer.  This saves your
 clock entries in a :LOGBOOK: drawer which you can expand or hide.

 Mine says this:

 org-clock-into-drawer's value is t

 Documentation:
 Should clocking info be wrapped into a drawer?
 When t, clocking info will always be inserted into a :CLOCK: drawer.
 If necessary, the drawer will be created.
 When nil, the drawer will not be created, but used when present.
 When an integer and the number of clocking entries in an item
 reaches or exceeds this number, a drawer will be created.


 alas with my current version (6.21), it still spreads clock items
 everywhere. Is it something known ? Should I update my orgmode
 copy ?

I also have org-log-into-drawer set to t.  I don't remember this
functionality changing recently.  Try restarting your emacs and if that
doesn't fix it, upgrade org-mode and retest.  If the problem persists
make a minimal emacs setup that creates the problem and post that so
others can try to duplicate what you are seeing.

Specifying your emacs version might also be helpful.

-Bernt


___
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] Re: Notes and Clock entries

2009-08-17 Thread Xavier Maillard
At Wed, 05 Aug 2009 11:28:40 -0400,
Bernt Hansen wrote:
 
 Noorul Islam K M gnu...@gmail.com writes:
 
  Please take a look at the below org file. Initially I created the TODO
  item and then clocked in and out. Then inserted a note. Followed by some
  clock ins and outs.  Everything is organized from top to bottom as we
  enter items. Earlier I remember the clock entries were grouped and
  always appeared at the top but now it is cluttered. I am using the
  latest version from git repo. Is this the expected behavior or am I
  missing something by which I can group all the clock entries into a
  group at the top or bottom? Also I remember that I was able to hide
  entire clock entries.
 
 Take a look at the variable org-clock-into-drawer.  This saves your
 clock entries in a :LOGBOOK: drawer which you can expand or hide.

Mine says this:

org-clock-into-drawer's value is t

Documentation:
Should clocking info be wrapped into a drawer?
When t, clocking info will always be inserted into a :CLOCK: drawer.
If necessary, the drawer will be created.
When nil, the drawer will not be created, but used when present.
When an integer and the number of clocking entries in an item
reaches or exceeds this number, a drawer will be created.


alas with my current version (6.21), it still spreads clock items
everywhere. Is it something known ? Should I update my orgmode
copy ?

Thanks

Xavier



___
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] Re: Notes and Clock entries

2009-08-05 Thread Bernt Hansen
Noorul Islam K M gnu...@gmail.com writes:

 Please take a look at the below org file. Initially I created the TODO
 item and then clocked in and out. Then inserted a note. Followed by some
 clock ins and outs.  Everything is organized from top to bottom as we
 enter items. Earlier I remember the clock entries were grouped and
 always appeared at the top but now it is cluttered. I am using the
 latest version from git repo. Is this the expected behavior or am I
 missing something by which I can group all the clock entries into a
 group at the top or bottom? Also I remember that I was able to hide
 entire clock entries.

Take a look at the variable org-clock-into-drawer.  This saves your
clock entries in a :LOGBOOK: drawer which you can expand or hide.

-Bernt


___
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] Re: Notes for a todos/tasks

2009-05-29 Thread Bernt Hansen
Dmitri Minaev min...@gmail.com writes:

 On Thu, May 28, 2009 at 11:27 PM, Keith Lancaster
 klancaster1...@mac.com wrote:

 Usually, I add a time-stamp. I have to think that there is a better way.
 What's the best way to handle this?

 I use todo state logging, so to add a comment I simply change the
 state of the todo item from TODO to TODO again (C-1 C-c C-t, or S-left
 S-right). It brings up the 'remember' buffer and the result is like
 this (from my calls.org):

You can just add a note with C-c C-z (or just z in the agenda) without
requiring a state change.

-Bernt


___
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] Re: Notes for a todos/tasks

2009-05-28 Thread Matthew Lundin
Hi Keith,

Keith Lancaster klancaster1...@mac.com writes:

 (Newbie question again)

 I frequently have TODOs that span some amount of time while in the
 STARTED state. A simple example would be a phone call, where I try a
 few times to reach the person before being successful (I may change to
 the WAITING state for this...). When I do reach them, I want to take
 notes on the conversation. There are so many different ways of
 approaching this in org-mode that I'm a bit overwhelmed. What I've
 been doing thus far is just entering the information in bullets below
 the TODO, ie

 - tried to call, left message
 - they called, and I missed the call
 - success - notes on call

 Usually, I add a time-stamp. I have to think that there is a better
 way. What's the best way to handle this?

The easiest and most convenient way to do this, in my opinion, is to use
org-add-note. The keybindings are:

  - z :: in the agenda

  - C-c C-z :: in org-files

Using this command on a heading will open up a new, temporary buffer.
You can type your note and then hit C-c C-c. It will be saved beneath
the headline along with a time-stamp.

Hope this helps,

Matt



___
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: Notes for a todos/tasks

2009-05-28 Thread Samuel Wales
For a look at some of the issues related to notes, contacts,
conversations, etc., search for conversation manager and my name.

On Thu, May 28, 2009 at 11:46, Matthew Lundin m...@imapmail.org wrote:
 Hi Keith,

 Keith Lancaster klancaster1...@mac.com writes:

 (Newbie question again)

 I frequently have TODOs that span some amount of time while in the
 STARTED state. A simple example would be a phone call, where I try a
 few times to reach the person before being successful (I may change to
 the WAITING state for this...). When I do reach them, I want to take
 notes on the conversation. There are so many different ways of
 approaching this in org-mode that I'm a bit overwhelmed. What I've
 been doing thus far is just entering the information in bullets below
 the TODO, ie

 - tried to call, left message
 - they called, and I missed the call
 - success - notes on call

 Usually, I add a time-stamp. I have to think that there is a better
 way. What's the best way to handle this?

 The easiest and most convenient way to do this, in my opinion, is to use
 org-add-note. The keybindings are:

  - z :: in the agenda

  - C-c C-z :: in org-files

 Using this command on a heading will open up a new, temporary buffer.
 You can type your note and then hit C-c C-c. It will be saved beneath
 the headline along with a time-stamp.

 Hope this helps,

 Matt



 ___
 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




-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Conflicts of interest are destroying research.  /You/ can
get the disease at any time permanently.  Do science and justice matter to
you?  Posters: 
http://www.mefreeforall.org/fileadmin/PDFs/ME_Awareness_Posters_2009.pdf
Overview: http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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: Notes for a todos/tasks

2009-05-28 Thread Keith Lancaster

Thank you both for the quick responses. I'll look into both options.

I'm certain people say this a great deal, but the depth/breadth of org- 
mode is just astounding.


Keith

On May 28, 2009, at 1:59 PM, Samuel Wales wrote:


For a look at some of the issues related to notes, contacts,
conversations, etc., search for conversation manager and my name.

On Thu, May 28, 2009 at 11:46, Matthew Lundin m...@imapmail.org  
wrote:

Hi Keith,

Keith Lancaster klancaster1...@mac.com writes:


(Newbie question again)

I frequently have TODOs that span some amount of time while in the
STARTED state. A simple example would be a phone call, where I try a
few times to reach the person before being successful (I may  
change to

the WAITING state for this...). When I do reach them, I want to take
notes on the conversation. There are so many different ways of
approaching this in org-mode that I'm a bit overwhelmed. What I've
been doing thus far is just entering the information in bullets  
below

the TODO, ie

- tried to call, left message
- they called, and I missed the call
- success - notes on call

Usually, I add a time-stamp. I have to think that there is a better
way. What's the best way to handle this?


The easiest and most convenient way to do this, in my opinion, is  
to use

org-add-note. The keybindings are:

 - z :: in the agenda

 - C-c C-z :: in org-files

Using this command on a heading will open up a new, temporary buffer.
You can type your note and then hit C-c C-c. It will be saved beneath
the headline along with a time-stamp.

Hope this helps,

Matt



___
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





--
Myalgic encephalomyelitis denialism is causing death and severe  
suffering
worse than MS.  Conflicts of interest are destroying research.  / 
You/ can
get the disease at any time permanently.  Do science and justice  
matter to

you?  Posters: 
http://www.mefreeforall.org/fileadmin/PDFs/ME_Awareness_Posters_2009.pdf
Overview: http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


Keith Lancaster
klancaster1...@mac.com





___
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] Re: Notes for a todos/tasks

2009-05-28 Thread Bernt Hansen
You could also create a remember task/note with the details and then
file it under your current clocking task (You are clocking your phone
calls right?  ;) )

If you start the clock on the phone call task then you can use C-M-r to
start remember, pick your template (I have one for phone calls that
inserts details of who it is based on bbdb information) then you can
file it as a subtask of the currently clocked item with C-2 C-c C-c.

So many options... so little time :)

Pick whatever fits your work-flow the best -- or come up with something
new!

-Bernt


Samuel Wales samolog...@gmail.com writes:

 For a look at some of the issues related to notes, contacts,
 conversations, etc., search for conversation manager and my name.

 On Thu, May 28, 2009 at 11:46, Matthew Lundin m...@imapmail.org wrote:
 Hi Keith,

 Keith Lancaster klancaster1...@mac.com writes:

 (Newbie question again)

 I frequently have TODOs that span some amount of time while in the
 STARTED state. A simple example would be a phone call, where I try a
 few times to reach the person before being successful (I may change to
 the WAITING state for this...). When I do reach them, I want to take
 notes on the conversation. There are so many different ways of
 approaching this in org-mode that I'm a bit overwhelmed. What I've
 been doing thus far is just entering the information in bullets below
 the TODO, ie

 - tried to call, left message
 - they called, and I missed the call
 - success - notes on call

 Usually, I add a time-stamp. I have to think that there is a better
 way. What's the best way to handle this?

 The easiest and most convenient way to do this, in my opinion, is to use
 org-add-note. The keybindings are:

  - z :: in the agenda

  - C-c C-z :: in org-files

 Using this command on a heading will open up a new, temporary buffer.
 You can type your note and then hit C-c C-c. It will be saved beneath
 the headline along with a time-stamp.

 Hope this helps,

 Matt



 ___
 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




 -- 
 Myalgic encephalomyelitis denialism is causing death and severe suffering
 worse than MS.  Conflicts of interest are destroying research.  /You/ can
 get the disease at any time permanently.  Do science and justice matter to
 you?  Posters: 
 http://www.mefreeforall.org/fileadmin/PDFs/ME_Awareness_Posters_2009.pdf
 Overview: http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


 ___
 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


[Orgmode] Re: Notes

2007-09-24 Thread Cezar
Bastien [EMAIL PROTECTED] writes:

 You should have a look at Remember, it's great for this:

   (info (Org)Remember)

I know what remember does, but I was curious how other people do this.

Maybe some step by step methods used.

Cheers,
Cezar



___
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