Re: [Orgmode] Org-mode version 5.01

2007-07-05 Thread Dmitri Minaev

Thanks for the properties, they seem to be a good thing!

However, I found a problem in the new agenda. When I run a custom
agenda command on a file which is not in org-agenda-files, I get the
correct information and the prompt Available with `N r': lists the
TODO states specified for this file in #+SEQ_TODO. However, N r
command in this case uses the global list of TODO states.

For example, in the file where the SEQ_TODO is set to:
#+SEQ_TODO: TOREAD READING DONE

I run a custom agenda and get the header:
Global list of TODO items of type: DONE
Available with `N r': (0)ALL (1)TOREAD (2)READING (3)DONE

When I press, say, 1 r, I get:
Global list of TODO items of type: TODO
Available with `N r': (0)ALL (1)TODO (2)DONE (3)REQUESTED etc.

I am not sure, but could it be something with the new org-re function?..

--
With best regards,
Dmitri Minaev

Russian history blog: http://minaev.blogspot.com


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.01

2007-07-05 Thread Jason F. McBrayer
David O'Toole [EMAIL PROTECTED] writes:

 A lot of this will help my new project:
 http://dto.freeshell.org/notebook/Eon.html 

Eon looks very interesting and promising, but I'd have to see some
more concrete examples of usage to really buy-into it.  How friendly
will it be with org?  I liked the idea and look of linkd, but never
installed it because I wasn't sure how linkd links would get along
with org-native links.

-- 
+---+
| Jason F. McBrayer[EMAIL PROTECTED]  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada|


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.01

2007-07-05 Thread David O'Toole

[EMAIL PROTECTED] (Jason F. McBrayer) writes:

 Eon looks very interesting and promising, but I'd have to see some
 more concrete examples of usage to really buy-into it.  How friendly

I will be fleshing out Eon soon. Very often my initial design ideas
are a bit vague; but after I write 200 or so lines of code, I return to
the design and make changes or even rewrite it. I suspect things will
be much more concrete when that happens. 

I want to be as org-friendly as possible: 

 - using org-structure-mode to display and navigate Eon's buffers
 - integration with org-publish
 - extraction of data from the org-agenda 

   [carsten, is there a way to get lisp data (instead of CSV) out of
   org-agenda? can we talk about ways to query org-files by
   grepping for certain dates and/or keywords?]

I will keep the group posted on my progress. 

-- 
David O'Toole 
[EMAIL PROTECTED]
http://dto.freeshell.org/notebook/


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.01

2007-07-04 Thread Carsten Dominik


On Jul 3, 2007, at 10:49, Rick Moynihan wrote:

After removing the wrapping, I found a bug which would cause my whole 
Emacs session to crash violently.  When running org-columns, if I call 
it again within a nested subtree inside the column view, Emacs crashes 
(Gnu Emacs 22.0.91.1).


This happens if the line before the start of the column table
is invisible because of the outline.

Fixed for 5.02, thanks.

- Carsten



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.01

2007-07-04 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Jul 3, 2007, at 10:49, Rick Moynihan wrote:


I am releasing Org-mode 5.01.  It is available at my website


Wow!  A new (major) version of Org-mode!  Is it just me, or does this 
seem like Christmas?


After removing the wrapping, I found a bug which would cause my whole 
Emacs session to crash violently.  When running org-columns, if I call 
it again within a nested subtree inside the column view, Emacs crashes 
(Gnu Emacs 22.0.91.1).


Regardless, great work!

R.




--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.01

2007-07-04 Thread David O'Toole

I am really impressed with all the new stuff, and I can't wait to try
this out.

A lot of this will help my new project:
http://dto.freeshell.org/notebook/Eon.html 

Especially the structure editing minor mode, I would like to use that
to organize the display. I do have some code but Eon is not usable
yet. A few more days of work... it's also Independence Day here in the
U.S. so things are a bit slow.

I think that Eon may be of interest to other org-moders. Perhaps
people can read the design doc on my page and perhaps share some
thoughts?

Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website

http://www.astro.uva.nl/~dominik/Tools/org

 and also through Emacs CVS.

 I am pretty excited about this release, a new major version.

 First: Credit where credit is due:

 Much of this was triggered by the thread Duration Tally
 on [EMAIL PROTECTED]  Many thanks to

 - Edward DeVilla for coming up with the idea of properties.

 - Russel Adams for mentioning an additional level of folding
   to be used for capturing properties.  This trigger has become
   the new Drawer feature.

 - Scott Jaderholm for pointing out the advantages of column view.

 - Raman for suggesting a minor mode that exports org-mode
   structure editing to arbitrary modes.

 There are important changes, so unless you plan to read the manual
 in the near future, I'd advise you carefully read the notes below.

 Enjoy!

 - Carsten

 Changes in version 5.01
 ---

 * Overview

   - A new minor mode, orgstruct-mode, exports the Org-mode
 structure editing commands into any other mode.

   - DRAWERS are a new level off folding for special sections
 that should stay closed during visibility cycling and only
 open if explicitly asked.

   - Entries can now have PROPERTIES.

   - A COLUMN VIEW implementation allows to easily view and edit
 the properties of a hierarchy of entries.

   - Formula evaluation in the spreadsheet is more consistent
 now.  Properties and per-file constants can be used during
 evaluation.

   - Bug fixes and minor changes.

 * Incompatible changes

   - When using LEVEL=N in a tags search, things have changed if
 you are also using `org-odd-levels-only'.  If you are using
 only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
 now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
 to Leo (or blame him if you must) who has convinced me
 that this is the better convention.

 * Details

   + Orgstruct minor mode

 There is a new minor mode, orgstruct-mode.  This modes works
 in a similar way as Orgtbl-mode.  It can be used to export
 the Org-mode structure-editing commands into arbitrary major
 modes in Emacs.  For example, you can use it in Mail-mode to
 easily create lists.

 The functionality in Orgstruct mode is only active, if the
 cursor is in a line that looks either like a headline, or
 like the first line of a plain list item.  Then the commands
 `TAB', `M-cursor', `M-S-cursor', `M-RET', `M-S-RET', `C-c ^',
 `C-c C-c', and `C-c -' will do structure-related editing just
 like in Org-mode.  If the cursor is not in such a line, all
 these keys will do whatever the major mode or other active
 minor modes have assigned to them.

 Orgstruct-mode is the result of a proposal by Raman, quite
 some time ago.  It has taken a long time, but here is finally
 the promised implementation.

   + Drawers

 The new concept of /drawers/ allows to create sections
 that remain folded during visibility cycling.  Drawers need
 to be configured using the variable `org-drawers'.  A drawer
 starts with a line containing only the name of the drawer
 bracketed by colons. It ends with :END:.  For example,
 after setting

(setq org-drawers '(PROPERTIES HIDDEN))

 you can then create drawers like this:

:HIDDEN:
  here is some stuff that remains hidden
  unless TAB is pressed directly in that line
:END:

 The PROPERTIES drawer has special meaning for ORG-mode, it
 contains properties of an entry (see below).

   + Properties and Column View

 - Entries in Org-mode can now have arbitrary /properties/
   associated with them.  Org-mode handles some default
   properties like the TODO state, the priority, the local
   tags, and planning information like DEADLINE and SCHEDULED.
   In addition, you can assign arbitrary properties by creating
   a property drawer and inserting a line like

  :PROPNAME: This is the value of the property

   Org-mode has an API for properties, if you want to write a
   program using properties, use the functions
   `org-entry-properties', `org-entry-get', `org-entry-put',
   and `org-entry-delete'.

 - Planning information like DEADLINE can be hidden in the
   properties drawer.

   If the 

Re: [Orgmode] Org-mode version 5.01

2007-07-03 Thread Carsten Dominik

It does not crash mine, so maybe this is an issue with
your Emacs version.  Would be good if you can upgrade
to 22.1, to see if the problem persists.

I also noticed that the whole column stuff does not work
correctly on Emacs 21.  I am not sure if that can be fixed,
nor how much time I want to put into fixing it, given that
it does work well on Emacs 22.

- Carsten

On Jul 3, 2007, at 10:49, Rick Moynihan wrote:


I am releasing Org-mode 5.01.  It is available at my website


Wow!  A new (major) version of Org-mode!  Is it just me, or does this 
seem like Christmas?


After removing the wrapping, I found a bug which would cause my whole 
Emacs session to crash violently.  When running org-columns, if I call 
it again within a nested subtree inside the column view, Emacs crashes 
(Gnu Emacs 22.0.91.1).


Regardless, great work!

R.




--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org-mode version 5.01

2007-07-02 Thread Carsten Dominik

Hi,

I am releasing Org-mode 5.01.  It is available at my website

   http://www.astro.uva.nl/~dominik/Tools/org

and also through Emacs CVS.

I am pretty excited about this release, a new major version.

First: Credit where credit is due:

Much of this was triggered by the thread Duration Tally
on [EMAIL PROTECTED]  Many thanks to

- Edward DeVilla for coming up with the idea of properties.

- Russel Adams for mentioning an additional level of folding
  to be used for capturing properties.  This trigger has become
  the new Drawer feature.

- Scott Jaderholm for pointing out the advantages of column view.

- Raman for suggesting a minor mode that exports org-mode
  structure editing to arbitrary modes.

There are important changes, so unless you plan to read the manual
in the near future, I'd advise you carefully read the notes below.

Enjoy!

- Carsten

Changes in version 5.01
---

* Overview

  - A new minor mode, orgstruct-mode, exports the Org-mode
structure editing commands into any other mode.

  - DRAWERS are a new level off folding for special sections
that should stay closed during visibility cycling and only
open if explicitly asked.

  - Entries can now have PROPERTIES.

  - A COLUMN VIEW implementation allows to easily view and edit
the properties of a hierarchy of entries.

  - Formula evaluation in the spreadsheet is more consistent
now.  Properties and per-file constants can be used during
evaluation.

  - Bug fixes and minor changes.

* Incompatible changes

  - When using LEVEL=N in a tags search, things have changed if
you are also using `org-odd-levels-only'.  If you are using
only odd levels (i.e. 1 or 3 or 5... stars), LEVEL=2 will
now refer to 3 stars, LEVEL=3 to 5 stars etc.  Many thanks
to Leo (or blame him if you must) who has convinced me
that this is the better convention.

* Details

  + Orgstruct minor mode

There is a new minor mode, orgstruct-mode.  This modes works
in a similar way as Orgtbl-mode.  It can be used to export
the Org-mode structure-editing commands into arbitrary major
modes in Emacs.  For example, you can use it in Mail-mode to
easily create lists.

The functionality in Orgstruct mode is only active, if the
cursor is in a line that looks either like a headline, or
like the first line of a plain list item.  Then the commands
`TAB', `M-cursor', `M-S-cursor', `M-RET', `M-S-RET', `C-c ^',
`C-c C-c', and `C-c -' will do structure-related editing just
like in Org-mode.  If the cursor is not in such a line, all
these keys will do whatever the major mode or other active
minor modes have assigned to them.

Orgstruct-mode is the result of a proposal by Raman, quite
some time ago.  It has taken a long time, but here is finally
the promised implementation.

  + Drawers

The new concept of /drawers/ allows to create sections
that remain folded during visibility cycling.  Drawers need
to be configured using the variable `org-drawers'.  A drawer
starts with a line containing only the name of the drawer
bracketed by colons. It ends with :END:.  For example,
after setting

   (setq org-drawers '(PROPERTIES HIDDEN))

you can then create drawers like this:

   :HIDDEN:
 here is some stuff that remains hidden
 unless TAB is pressed directly in that line
   :END:

The PROPERTIES drawer has special meaning for ORG-mode, it
contains properties of an entry (see below).

  + Properties and Column View

- Entries in Org-mode can now have arbitrary /properties/
  associated with them.  Org-mode handles some default
  properties like the TODO state, the priority, the local
  tags, and planning information like DEADLINE and SCHEDULED.
  In addition, you can assign arbitrary properties by creating
  a property drawer and inserting a line like

 :PROPNAME: This is the value of the property

  Org-mode has an API for properties, if you want to write a
  program using properties, use the functions
  `org-entry-properties', `org-entry-get', `org-entry-put',
  and `org-entry-delete'.

- Planning information like DEADLINE can be hidden in the
  properties drawer.

  If the PROPERTIES drawer starts in the first line after a
  headline, also the DEADLINE, SCHEDULED and CLOCK information
  will be inserted inside the drawer.  If no PROPERTIES drawer
  is present, or if it does not start in the line right after
  the headline, this information remains in the lines directly
  after the headline, outside the drawer.

- TAGS searches can now also query properties.  For example,
  the search

 LEVEL=3+BOSS+ASSIGNED=Hans/WAITING

  will find entries that
  - are level 3
  - have the tag BOSS
  - have an ASSIGNED property with the value Hans
  - are TODO status WAITING.

So here is an entry 

Re: [Orgmode] Org-mode version 5.01

2007-07-02 Thread Xiao-Yong Jin

Carsten Dominik [EMAIL PROTECTED] writes:

 Hi,

 I am releasing Org-mode 5.01.  It is available at my website

http://www.astro.uva.nl/~dominik/Tools/org

 and also through Emacs CVS.

 I am pretty excited about this release, a new major version.

It's fantastic!  I'm so loving it.  Thank you, Dominik.

Xiao-Yong
-- 
c/*__o/*
\ * (__
*/\  


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode