* Org-mode version 4.66
@ 2007-02-23 8:21 Carsten Dominik
2007-02-24 3:00 ` Leo
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Carsten Dominik @ 2007-02-23 8:21 UTC (permalink / raw)
To: emacs-orgmode
Org-mode 4.66 is at:
http://www.astro.uva.nl/~dominik/Tools/org
Enjoy!
- Carsten
Changes in Version 4.66
-----------------------
* Overview
- Sorting of top-level entries works now if the region contains
top-level entries, or if the cursor is before the first headline.
Thanks to "redblue" for reporting this bug.
- When entering date and time at the prompt, you can now mix
entering text and selecting something in the calendar. For
example, enter 22:15 at the prompt without pressing RET, and then
click on a date in the calendar. Both pieces of information will
be included in the resulting time stamp. You can also use
S-curser to move the cursor in the calendar to the desired date
and then enter 22:15 and press RET at the prompt.
- When setting a deadline or a schedule, entering a time now
automatically selects the time stamp format that includes the
time. Bug report (by means of a question) from Bastre.
- C-c C-l can be used to convert a plain link into a bracket link.
- Internal links now match inside (the visible part of) other
links. Thanks to Scott Otterson for reporting this bug.
- iCalendar export of TODO items fixed, see also the variable
`org-icalendar-include-todo'. Thanks to Philipp Raschdorf.
- The number of levels in the table of contents of an exported
document can now be set independently of the number of headline
levels. For example:
#+OPTIONS: H:4 toc:2
- The command `C-c }' toggles the display of row and column numbers
the the current table, to aid constructing formulas. To try it,
move the cursor to a table and press `C-c }', or use the menu
entry.
- Orgtbl translation functions (introduced in 4.65) have been
simplified using a generic function `orgtbl-to-generic' that can
be used for very general languanges. Writing your own translator
should be very easy now. More info in the manual.
- CONTENTS visibility can be limited to a certain level. The
command `C-3 S-TAB' will switch to CONTENTS view and show the
first 3 levels.
- Bug fixes.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 4.66
2007-02-23 8:21 Org-mode version 4.66 Carsten Dominik
@ 2007-02-24 3:00 ` Leo
2007-02-24 6:47 ` Carsten Dominik
2007-02-25 19:54 ` Bastien
2007-02-26 21:27 ` Daniel J. Sinder
2 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2007-02-24 3:00 UTC (permalink / raw)
To: emacs-orgmode
On 2007-02-23, Carsten Dominik said:
> - C-c C-l can be used to convert a plain link into a bracket link.
What does this mean?
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 4.66
2007-02-23 8:21 Org-mode version 4.66 Carsten Dominik
2007-02-24 3:00 ` Leo
@ 2007-02-25 19:54 ` Bastien
2007-02-26 13:25 ` Carsten Dominik
2007-02-26 21:27 ` Daniel J. Sinder
2 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2007-02-25 19:54 UTC (permalink / raw)
To: emacs-orgmode
Hi Carsten,
Carsten Dominik <dominik@science.uva.nl> writes:
> - When entering date and time at the prompt, you can now mix
> entering text and selecting something in the calendar.
That's very nice. Maybe the minibuffer prompt might be slightly
improved by dynamically displaying the date the cursor is on, hence
increasing or decreasing the [...] part accordingly. That would make
it clearer that you can add further information (such as time).
Regards,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 4.66
2007-02-25 19:54 ` Bastien
@ 2007-02-26 13:25 ` Carsten Dominik
0 siblings, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2007-02-26 13:25 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On Feb 25, 2007, at 20:54, Bastien wrote:
> Hi Carsten,
>
> Carsten Dominik <dominik@science.uva.nl> writes:
>
>> - When entering date and time at the prompt, you can now mix
>> entering text and selecting something in the calendar.
>
> That's very nice. Maybe the minibuffer prompt might be slightly
> improved by dynamically displaying the date the cursor is on, hence
> increasing or decreasing the [...] part accordingly. That would make
> it clearer that you can add further information (such as time).
I like this idea, sounds good to me. I think I can make this work under
Emacs, but not under XEmacs. Does anyone know how to modify the
minibuffer prompt under XEmacs?
- Carsten
>
> Regards,
>
> --
> Bastien
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 4.66
2007-02-23 8:21 Org-mode version 4.66 Carsten Dominik
2007-02-24 3:00 ` Leo
2007-02-25 19:54 ` Bastien
@ 2007-02-26 21:27 ` Daniel J. Sinder
2007-02-27 23:23 ` Carsten Dominik
2 siblings, 1 reply; 7+ messages in thread
From: Daniel J. Sinder @ 2007-02-26 21:27 UTC (permalink / raw)
To: Carsten Dominik, emacs-orgmode
Carsten Dominik wrote:
> Org-mode 4.66 is at:
>
> http://www.astro.uva.nl/~dominik/Tools/org
>
> Enjoy!
>
> - Carsten
>
Thanks Carsten -- it just keeps getting better.
This is my first update since 4.59, but it now seems that in block
agendas, "Headlines with TAGS" matches are finding sub-headlines
under those with the ARCHIVE tag. Is this an inadvertently
introduced bug? I preferred the old behavior (ie, anything under
and ARCHIVE-tagged headline is ignored).
(Haven't tested 4.67 yet)
Thanks,
Dan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode version 4.66
2007-02-26 21:27 ` Daniel J. Sinder
@ 2007-02-27 23:23 ` Carsten Dominik
0 siblings, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2007-02-27 23:23 UTC (permalink / raw)
To: Daniel J. Sinder; +Cc: emacs-orgmode
Are you sure about this?
I can see that I introduced a bug that may cause ARCHIVEd TODO entries
to show in the TODO list (already fixed in CVS emacs), but I cannot
reproduce a problem for TAG searches. Can you make a minimal test case?
Thanks.
- Carsten
On Feb 26, 2007, at 22:27, Daniel J. Sinder wrote:
> Carsten Dominik wrote:
>> Org-mode 4.66 is at:
>>
>> http://www.astro.uva.nl/~dominik/Tools/org
>>
>> Enjoy!
>>
>> - Carsten
>>
>
> Thanks Carsten -- it just keeps getting better.
>
> This is my first update since 4.59, but it now seems that in block
> agendas, "Headlines with TAGS" matches are finding sub-headlines
> under those with the ARCHIVE tag. Is this an inadvertently
> introduced bug? I preferred the old behavior (ie, anything under
> and ARCHIVE-tagged headline is ignored).
>
> (Haven't tested 4.67 yet)
>
> Thanks,
> Dan
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-02-27 23:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23 8:21 Org-mode version 4.66 Carsten Dominik
2007-02-24 3:00 ` Leo
2007-02-24 6:47 ` Carsten Dominik
2007-02-25 19:54 ` Bastien
2007-02-26 13:25 ` Carsten Dominik
2007-02-26 21:27 ` Daniel J. Sinder
2007-02-27 23:23 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.