* Org-mode version 5.18
@ 2008-01-06 8:24 Carsten Dominik
2008-01-07 14:32 ` [PATCH] Update version number to 5.18a Bernt Hansen
0 siblings, 1 reply; 2+ messages in thread
From: Carsten Dominik @ 2008-01-06 8:24 UTC (permalink / raw)
To: org-mode mailing list
Hi,
org-mode version 5.18 at http://orgmode.org fixes a few issues, but
does not
add significant features.
Enjoy!
I will be gone for another week...
- Carsten
Version 5.18
~~~~~~~~~~~~
Details
=======
- Notes inserted with remember now remove any whitespace
before and after the note before being pasted, so that there
will be no empty lines inserted together with the note. We
could invent special syntax in remember templates to allow
creating empty lines before a note - is there anyone who'd
want this?
- Moving subtrees now folds all siblings of the subtree. This
is the only reasonably simple way I could find to avoid
inconsistencies in the folding state of the outline tree
after moving entries. There are reasons to like this new
behavior, because it easily visualizes where the tree is
located after the move. Still, not everyone might be happy
with this. Massive complaining would be needed to make me
fix this.
- Links can now have brackets as part of the description. The
brackets in the description have to be escaped with %5B and
%5D, respectively. If you insert the link with `C-c C-l',
the escaping will be done automatically. This problem was
brought up recently by Adam Spiers, and earlier at least by
Bastien, maybe others too.
- The new option `org-clock-in-switch-to-state' can be set to
a TODO state that will be enforced when the clock is started
on an entry. This follows an idea by Sacha Chua.
- The EXPORT_FILE_NAME property may now also be an absolute
file name, and it may contain abbreviations like "~" for the
users home directory. This was requested by Adam Spiers.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] Update version number to 5.18a
2008-01-06 8:24 Org-mode version 5.18 Carsten Dominik
@ 2008-01-07 14:32 ` Bernt Hansen
0 siblings, 0 replies; 2+ messages in thread
From: Bernt Hansen @ 2008-01-07 14:32 UTC (permalink / raw)
To: Carsten Dominik; +Cc: org-mode mailing list
Carsten Dominik <carsten.dominik@gmail.com> writes:
> Hi,
>
> org-mode version 5.18 at http://orgmode.org fixes a few issues, but
> does not
> add significant features.
Carsten,
I think you missed the version number update. Here's a patch :)
Regards,
Bernt
---
org.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/org.el b/org.el
index 42cdda0..a674b6f 100644
--- a/org.el
+++ b/org.el
@@ -84,7 +84,7 @@
;;; Version
-(defconst org-version "5.17a"
+(defconst org-version "5.18a"
"The version number of the file org.el.")
(defun org-version ()
(interactive)
--
1.5.4.rc2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-07 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-06 8:24 Org-mode version 5.18 Carsten Dominik
2008-01-07 14:32 ` [PATCH] Update version number to 5.18a Bernt Hansen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).