[Orgmode] automated link generation

2009-02-13 Thread Andreas Burtzlaff
First of all congratulations for this extraordinary helpful piece of software.

I wonder whether it is possible to create a link (optionally with complete file 
information) for the headline the
cursor is currently on and put it in the kill ring.
That would speed things up quite a bit.

Thanks

Andreas


___
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] sorting and merging files

2009-02-13 Thread Carsten Dominik


On Feb 13, 2009, at 5:09 AM, Alan E. Davis wrote:


I've gotten into a bit of a bind on sorting.  A little explanation:

I've been working at keeping the ~/org directory of three machines  
syncronized through a master repo on a USB flash drive.  I've made a  
bit of progress, and for simple updates, it is basically working.  I  
still don't grok merging conflicts.  I've finally ended up with a  
file with duplicates of entries, so I thought of concatenating  
files, then sorting these entries.  Each entry has a date (made from  
a remember template), so sorting by date makes sense.


Ideally, one should be able to do this, and then sort with C-u C-u C- 
c^.   I've tried this several times, and gotten bitten almost every  
time.  I guess the dates can only be sorted as text.  And duplicates  
are not removed.  I read the manual, but little help was gotten there.


What do I need to know to make sorting work, and what I might be  
doing wrong?


You need to make an example files to demonstrate what exactly goes  
wrong.


- 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


Re: [Orgmode] Feature request: save ID locations in org-save-all-org-buffers

2009-02-13 Thread Peter Westlake


On 13 Feb 2009, at 07:25, Carsten Dominik wrote:



On Feb 12, 2009, at 6:31 PM, Peter Westlake wrote:


Carsten,

Thank you for adding org-revert-all-org-buffers. It's very helpful  
with

syncing. I would like to ask for another change to help with syncing:
please have org-save-all-org-buffers call org-id-locations-save, and
load the locations in org-revert-all-org-buffers. Then ID values  
will be

synced as well.


Hmmm, you know, I think that does make sense.  I added this change.
Thanks!


Thanks for doing that, and for the quick response, too!

Peter.



___
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] automated link generation

2009-02-13 Thread Manish
On Fri, Feb 13, 2009 at 3:41 PM, Andreas Burtzlaff wrote:
 First of all congratulations for this extraordinary helpful piece of
 software.

 I wonder whether it is possible to create a link (optionally with
 complete file information) for the headline the cursor is currently on
 and put it in the kill ring.  That would speed things up quite a bit.

Perhaps you are looking for org-store-link and org-insert-link?

HTH
-- 
Manish


___
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] org-plot

2009-02-13 Thread Jörg Hagmann

I am interested in using org-plot, but can't figure out how to do that.
I have (on OS X 10.5):

1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: (local-set-key \M-\C-g 'org-plot/gnuplot)
5. a testfile containing the table from the manual (section 3.6)

Now what? How to call org-plot (M-C-g is not recognised)?
Thanks, Jörg



___
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] org-plot

2009-02-13 Thread Giovanni Ridolfi
--- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha scritto:
 I am interested in using org-plot, but can't figure out
 how to do that. I have (on OS X 10.5):
 
 1. Gnuplot, works
 2. gnuplot-mode, works
 3. org version 6.22b
 4. A line in .emacs: 
 (local-set-key \M-\C-g 'org-plot/gnuplot)
 5. a testfile containing the table from the manual (section
 3.6)
 
 Now what? How to call org-plot (M-C-g is not recognised)?

and does it work if you 
1. leave the cursor on the line beginning with  #+PLOT: 
2. type

M-x org-plot/gnuplot ?

Giovanni


  Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato, 
antispam e messenger integrato.
http://it.mail..yahoo.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


Re: [Orgmode] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann joerg.hagm...@unibas.ch writes:
 I am interested in using org-plot, but can't figure out how to do that.
 I have (on OS X 10.5):

 1. Gnuplot, works
 2. gnuplot-mode, works
 3. org version 6.22b
 4. A line in .emacs: (local-set-key \M-\C-g 'org-plot/gnuplot)
 5. a testfile containing the table from the manual (section 3.6)

 Now what? How to call org-plot (M-C-g is not recognised)?
 Thanks, Jörg

  M-x org-plot/gnuplot

will do the trick?


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


___
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] org-plot

2009-02-13 Thread Jörg Hagmann
No. There is no org-plot/gnuplot. I thought it should be included in 
recent versions of org?
I'm sure, not being an expert (but enthusiastic) user of org-mode, it's 
a very basic mistake of mine.

Thanks, Jörg

Giovanni Ridolfi wrote:

--- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha scritto:
  

I am interested in using org-plot, but can't figure out
how to do that. I have (on OS X 10.5):

1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: 
(local-set-key \M-\C-g 'org-plot/gnuplot)

5. a testfile containing the table from the manual (section
3.6)

Now what? How to call org-plot (M-C-g is not recognised)?



and does it work if you 
1. leave the cursor on the line beginning with  #+PLOT: 
2. type


M-x org-plot/gnuplot ?

Giovanni


  Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato, 
antispam e messenger integrato.
http://it.mail..yahoo.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


Re: [Orgmode] org-plot

2009-02-13 Thread Carsten Dominik

Let me try a guess:

Jörg is activating Org-mode with

 (require 'org)

instead of

 (require 'org-install)

org-plot/gnuplot is an autoloaded function.  Another work-around would  
be

adding

  (require 'org-plot)

to .emacs

- Carsten


On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:


--- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha scritto:

Giovanni Ridolfi wrote:

--- Ven 13/2/09, Jörg Hagmann

joerg.hagm...@unibas.ch ha scritto:



I am interested in using org-plot, but can't

figure out

how to do that. I have (on OS X 10.5):

1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: (local-set-key

\M-\C-g 'org-plot/gnuplot)

5. a testfile containing the table from the manual

(section

3.6)

Now what? How to call org-plot (M-C-g is not

recognised)?




and does it work if you 1. leave the cursor on the

line beginning with  #+PLOT: 2. type


M-x org-plot/gnuplot ?

No. There is no org-plot/gnuplot.


1. what is the output of M-x org-version?

2. Are you sure you have *activated* org-mode 6.22b?


I thought it should be
included in recent versions of org?


6.22b is the most recent stable.
I run it and I have org-plot/gnuplot.

Giovanni


 Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail..yahoo.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




___
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] org-plot

2009-02-13 Thread Jörg Hagmann

The version is 6.22b.
What do you mean by activated? I'm regularly updating. On a second 
computer, running ubuntu 8.10, I have 6.22trans, but the same problem 
(no org-plot/gnuplot, when checking with M-x org- TAB).


Cheers, Jörg

Giovanni Ridolfi wrote
No. There is no org-plot/gnuplot. 



1. what is the output of M-x org-version?   


2. Are you sure you have *activated* org-mode 6.22b?
   
  

I thought it should be
included in recent versions of org?



6.22b is the most recent stable. 
I run it and I have org-plot/gnuplot.


Giovanni

  




___
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] clocktable agenda view?

2009-02-13 Thread David Bremner

I would like an agenda view that summaries the time for various
projects for the current week.  Something like a clocktable block, but
that is dynamic (i.e. doesn't need a new file created) and allows
navigation to the corresponding projects/files.  I tried clocksum, but
it gives the total times, which is not what I want.

Is clocksum property configurable somehow? I see org-clock-sum takes a
start and end time, but I'm not sure how to use that.

d



___
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] org-plot

2009-02-13 Thread Jörg Hagmann
Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) 
in my .emacs file, with the latter it works fine.
I must have missed the need for that (a search in the manual I performed 
just now didn't turn it up, I suppose that's why).

Maybe I was lucky everything I tried till now worked?!

I'm posting this to the whole group, maybe there are others like me there.

Thanks, Jörg


Carsten Dominik wrote:

Let me try a guess:

Jörg is activating Org-mode with

 (require 'org)

instead of

 (require 'org-install)

org-plot/gnuplot is an autoloaded function.  Another work-around would be
adding

  (require 'org-plot)

to .emacs

- Carsten


On Feb 13, 2009, at 1:24 PM, Giovanni Ridolfi wrote:


--- Ven 13/2/09, Jörg Hagmann joerg.hagm...@unibas.ch ha scritto:

Giovanni Ridolfi wrote:

--- Ven 13/2/09, Jörg Hagmann

joerg.hagm...@unibas.ch ha scritto:



I am interested in using org-plot, but can't

figure out

how to do that. I have (on OS X 10.5):

1. Gnuplot, works
2. gnuplot-mode, works
3. org version 6.22b
4. A line in .emacs: (local-set-key

\M-\C-g 'org-plot/gnuplot)

5. a testfile containing the table from the manual

(section

3.6)

Now what? How to call org-plot (M-C-g is not

recognised)?




and does it work if you 1. leave the cursor on the

line beginning with  #+PLOT: 2. type


M-x org-plot/gnuplot ?

No. There is no org-plot/gnuplot.


1. what is the output of M-x org-version?

2. Are you sure you have *activated* org-mode 6.22b?


I thought it should be
included in recent versions of org?


6.22b is the most recent stable.
I run it and I have org-plot/gnuplot.

Giovanni


 Passa a Yahoo! Mail.

La webmail che ti offre GRATIS spazio illimitato,
antispam e messenger integrato.
http://it.mail..yahoo.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




--
Prof. Jörg Hagmann-Zanolari MD
University of Basel
Department of Biomedicine
Institute of Biochemistry and Genetics
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565



___
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] org-plot

2009-02-13 Thread Sebastian Rose
Jörg Hagmann joerg.hagm...@unibas.ch writes:
 Thanks, Carsten. I had neither (require 'org) nor (require 'org-install) in my
 .emacs file, with the latter it works fine.
 I must have missed the need for that (a search in the manual I performed just
 now didn't turn it up, I suppose that's why).
 Maybe I was lucky everything I tried till now worked?!


To find answers quickly try this:

  http://orgmode.org/worg/org-faq.php?OCCUR=loading


In the FAQ and the `list of user visible changes' you can search very
efficient and fast.  Both of the files are just as good as org - that
is, very good :)

Just type `o' (for `occur') or `s' (for search). Enter your search and
type RET. Use `S' to search forward, R to search backwards.

Note, that you may bookmark your last search easily, using 'L'
(org-link) and 'l' (HTML-link). This is an org-link to the last search I
did:

[[http://orgmode.org/Changes.html?OCCUR=align][Org-mode list of user-visible 
changes, occurences of 'align']]






Regards,

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


___
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: clocktable agenda view?

2009-02-13 Thread Bernt Hansen
David Bremner brem...@unb.ca writes:

 I would like an agenda view that summaries the time for various
 projects for the current week.  Something like a clocktable block, but
 that is dynamic (i.e. doesn't need a new file created) and allows
 navigation to the corresponding projects/files.  I tried clocksum, but
 it gives the total times, which is not what I want.

 Is clocksum property configurable somehow? I see org-clock-sum takes a
 start and end time, but I'm not sure how to use that.

Try 'R' in the agenda.  It shows a clock report based on the current
agenda view (timeframe)

I use the following cusomization to change the default display

(setq org-agenda-clockreport-parameter-plist (quote (:link nil :maxlevel 3)))

You'll want :link t to allow navigation from the resulting report.

HTH,
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] Stuck projects not ignoring inherited tags

2009-02-13 Thread Paul Mead
Hi, I've tried to configure stuck projects to ignore my 'Someday / maybe' tree,
by tagging the heading with 'someday' and then setting org-stuck-projects to
ignore it.

I've used Customize, but the code in .emacs comes out as:

 '(org-stuck-projects (quote (+LEVEL=2/-DONE (TODO WAITING AGENDA
STARTED) (someday) 

Unfortunately it doesn't ignore the subtrees unless I directly tag each item.

Is there a way of setting this up so that it ignores the inherited tags? 
Also, is there any syntax documentation for this variable, as I dislike using
Customize.

Thanks
Paul



___
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] Mismatched help text for org-agenda

2009-02-13 Thread Jonathan Moore

The help text in the definition of org-agenda is missing some functions that are
resented when you call the function interactively -- compare the two text blocks
below:

a Call `org-agenda-list' to display the agenda for current day or week.
t Call `org-todo-list' to display the global todo list.
T Call `org-todo-list' to display the global todo list, select only
  entries with a specific TODO keyword (the user gets a prompt).
m Call `org-tags-view' to display headlines with tags matching
  a condition  (the user is prompted for the condition).
M Like `m', but select only TODO entries, no ordinary headlines.
L Create a timeline for the current buffer.
e Export views to associated files.

Press key for an agenda command:   Buffer, subtree/region restriction
   Remove restriction
a   Agenda for current week or day  e   Export agenda views
t   List of all TODO entriesT   Entries with special TODO kwd
m   Match a TAGS/PROP/TODO queryM   Like m, but only TODO entries
L   Timeline for current buffer #   List stuck projects (!=configure)
s   Search for keywords C   Configure custom agenda commands
/   Multi-occur

Regards,
Jon



___
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] DONE items in agenda

2009-02-13 Thread JBash
I have done something to break my desired behavior, which is to exclude DONE
items from the agenda views.  In the process of trying to fix it, I've run
across what appears to be an inconsistency in the FAQ and the
customize-variable definitions.  Or maybe I'm interpreting it incorrectly...
(quite likely, since I still can't get back to my desired behavior...)  It
looks like emacs says non-nil skips over DONE items, but the FAQ says nil
skips over done items.  Am I reading this wrong?

I've also tried changing org-agenda-include-all-todo, but still get
SCHEDULED, DONE items in the agenda view.  What am I missing?

Thanks,
Jerry

-

From the customize-variable window in emacs:

Org Agenda Skip Scheduled If Done: Hide Value Toggle  off (nil)
   State: STANDARD.

Non-nil means don't show scheduled items in agenda when they are done. Hide
Rest
This is relevant for the daily/weekly agenda, not for the TODO list.  And
it applies only to the actual date of the scheduling.  Warnings about
an item with a past scheduling dates are always turned off when the item
is DONE.

---

From the FAQ on worg:

For instance, type:

M-x customize-variable RET org-agenda-skip-scheduled-if-done

 If this variable is on (t), then scheduled items will remain on the agenda
even after they are marked done.

If the variable is off (nil), then scheduled items will disappear from the
agenda after they are marked done.

If these settings seem not to behave the way you expect, then make sure you
understand the difference between SCHEDULED, DEADLINE, and timestamps.

-
___
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] DONE items in agenda

2009-02-13 Thread Matthew Lundin

Hi Jerry,

JBash bashve...@gmail.com writes:

 I have done something to break my desired behavior, which is to exclude
 DONE items from the agenda views.  In the process of trying to fix it,
 I've run across what appears to be an inconsistency in the FAQ and the
 customize-variable definitions.  Or maybe I'm interpreting it
 incorrectly... (quite likely, since I still can't get back to my
 desired behavior...)  It looks like emacs says non-nil skips over DONE
 items, but the FAQ says nil skips over done items.  Am I reading this
 wrong?

That is indeed a mistake in the FAQ. I just fixed it; the update should
be on Worg shortly. Thanks for finding this. You'll want to set
org-agenda-skip-scheduled-if-done to on (t) to exclude the DONE items.

 I've also tried changing org-agenda-include-all-todo, but still get
 SCHEDULED, DONE items in the agenda view.  What am I missing?

org-agenda-include-all-todo controls whether a list of all active todos
is added to the daily/weekly agenda view. It does not control whether
DONE items appear in the agenda.

Thanks again,
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


[Orgmode] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
Hi, Carsten.


 One more thought:  I did read in another message that you
 are using an older version of Emacs? Emacs 21?

 I have a vague memory that split-string might work different
 there, with empty fields at the beginning and end

 I am not at all sure, though.  It it has to to, maybe
 you want to use org-split-string

That just might be it!  I have changed it to org-split-string.  A
patch is attached.

I can't detect any difference - all tests pass either way - so I hope
you will tell me whether it works now.

 Hi Tom,

 first, I did apply your patch - even though I do not
 think the require org-agenda should be needed.

I agree.  But since debugging at a distance is painful, and
org-map-entries calls agenda functions, I am trying to play it safe.

One other play-it-safe change in the patch: (require 'cl) is now on
its own, not inside `eval-when-compile'.  I realized last night that I
always have `cl' loaded, so maybe that was the difference between my
setup and others'.

 I also did make the change (not pushed yet) 'org - org, also because
 this is compatible with XEmacs, the symbol version not.

Thank you.  And thank you for your patience with this.

Tom Breton (Tehom)




___
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] Now with patch (Was Re: Org-choose)

2009-02-13 Thread Tom Breton (Tehom)
The previous message would have worked better if I had actually remembered
to attach the patch.  Here it is.

Tom Breton (Tehom)



org-choose.el.diff
Description: Binary data
___
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] DONE items in agenda

2009-02-13 Thread JBash
Thank you, Matt.

A followup...
I've discovered that after setting the org-agenda-skip-scheduled-if-done to
non-nil, I was still getting DONE items in my agenda view.  I then realized
that I'd changed the org-todo-keywords recently to:

(setq org-todo-keywords '(TODO STARTED WAITING DONE CANCELED))

from:
(setq org-todo-keywords '(TODO STARTED WAITING DONE))

When I re-ordered the keywords to:
(setq org-todo-keywords '(TODO STARTED WAITING CANCELED DONE))

I got back to where the DONE items were not being shown in the agenda view
as I was expecting.

Is there a requirement that DONE appears last in the list of keywords?
Just curious... it was something I'd not run into previously.

Thanks,
Jerry

On Fri, Feb 13, 2009 at 1:08 PM, Matthew Lundin m...@imapmail.org wrote:


 Hi Jerry,

 JBash bashve...@gmail.com writes:

  I have done something to break my desired behavior, which is to exclude
  DONE items from the agenda views.  In the process of trying to fix it,
  I've run across what appears to be an inconsistency in the FAQ and the
  customize-variable definitions.  Or maybe I'm interpreting it
  incorrectly... (quite likely, since I still can't get back to my
  desired behavior...)  It looks like emacs says non-nil skips over DONE
  items, but the FAQ says nil skips over done items.  Am I reading this
  wrong?

 That is indeed a mistake in the FAQ. I just fixed it; the update should
 be on Worg shortly. Thanks for finding this. You'll want to set
 org-agenda-skip-scheduled-if-done to on (t) to exclude the DONE items.

  I've also tried changing org-agenda-include-all-todo, but still get
  SCHEDULED, DONE items in the agenda view.  What am I missing?

 org-agenda-include-all-todo controls whether a list of all active todos
 is added to the daily/weekly agenda view. It does not control whether
 DONE items appear in the agenda.

 Thanks again,
 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] DONE items in agenda

2009-02-13 Thread Sebastian Rose
JBash bashve...@gmail.com writes:
 Thank you, Matt.

 A followup...
 I've discovered that after setting the org-agenda-skip-scheduled-if-done to
 non-nil, I was still getting DONE items in my agenda view.  I then realized
 that I'd changed the org-todo-keywords recently to:

 (setq org-todo-keywords '(TODO STARTED WAITING DONE CANCELED))



(setq org-todo-keywords '(TODO STARTED WAITING | DONE CANCELED))

Now both, DONE and CANCELED are done-states.





-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


___
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] Bug? org-timeline, log mode, inactive timestamp

2009-02-13 Thread Wanrong Lin

Hi,

Recently I began to use org-timeline more frequently, and find the log 
mode including inactive timestamps very useful for things like activity 
report. However, there seems to be a small glitch:


In the timeline agenda buffer, when press g (org-agenda-redo), the 
inactive timestamp is always turned off. This is kind of inconvenient in 
my opinion. Can we make the inactive timestamp option sticky, just 
like the log mode? We can use ] key to turn it off, or just use [ to 
toggle it.


Thanks for considering it.

Wanrong


___
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: Org-choose

2009-02-13 Thread Carsten Dominik

Hi Tom,

thanks, this patch seems to fix at least the problem I was having.

I see that you now require 'cl also during runtime, which is
probably (?) because you are also calling some functions,
not only macros?

If we decide to move org-choose into the Org core at some point,
then we would have to change this, because Emacs rules require
that cl is only required during compilation.

I think that is a pity because it is *so* useful, but
there you go.

So, maybe at some point you might want to replace the cl functions
with other code.


On Feb 13, 2009, at 8:34 PM, Tom Breton (Tehom) wrote:


That just might be it!  I have changed it to org-split-string.  A
patch is attached.

I can't detect any difference - all tests pass either way - so I hope
you will tell me whether it works now.


It does!  And I like it, I am already using it.  Also, because it opens
the possibility to think of more nice things to do with TODO keywords.


Thank you.  And thank you for your patience with this.


Of course!  Thank you for your contributions!

- 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] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
 Hi Tom,

 thanks, this patch seems to fix at least the problem I was having.

Glad to hear it!

 I see that you now require 'cl also during runtime, which is
 probably (?) because you are also calling some functions,
 not only macros?

Yes.  The configuration difficulties made me think about that, and I
realized I really should do it cleanly.

 If we decide to move org-choose into the Org core at some point,
 then we would have to change this, because Emacs rules require
 that cl is only required during compilation.

I know.  That was my motivation for originally putting it in
`eval-when-compile'.

 I think that is a pity because it is *so* useful, but
 there you go.

My sentiments exactly.

 So, maybe at some point you might want to replace the cl functions
 with other code.

Yes.  I don't think there's any rush.

Tom Breton (Tehom)




___
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] ellipsis request; also inconsistency followup

2009-02-13 Thread Samuel Wales
The logbook feature is fantastic.  Thank you, Carsten.

Although this is workable around by making trailing blank lines not
split the outline, it seems worth pointing out the inconsistency for
completeness.

With the same settings as before, with the latest git, c-c c-x p
ordered RET t RET creates a properties drawer without a blank line
after it.

However, calling org-todo to set a todo state with (setf
org-log-state-notes-into-drawer t) inserts a logbook drawer and then a
blank line.

Also, re ellipsis:

Is it possible in emacs to distinguish the org-ellipsis for nodes that
have only drawers from the org-ellipsis for nodes that have body text?
 That would be useful for ignoring nodes that only have properties or
clocks or state changes.


___
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