From: Carsten Dominik <dominik@science.uva.nl>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Release: Org-mode 4.77
Date: Wed, 6 Jun 2007 10:38:29 +0200 [thread overview]
Message-ID: <13c4d51778fbbf2ba9ca249483c4a644@science.uva.nl> (raw)
Hi, I am releasing org-mode 4.77, at
http://www.astro.uva.nl/~dominik/Tools/org/
Enjoy!
- Carsten
Changes in version 4.77
-----------------------
* Overview
- Vertical lines in exported tables.
- New default for `org-show-following-heading'.
* Incompatible changes
- The default for `org-show-following-heading' is now nil.
* Details
- You can now specify column groups in tables, to the effect
that the groups will be separated by vertical lines in HTML
and ASCII output. Column groups are specified by the
characters "<" and ">" in a special table row. "<" starts a
group, ">" ends a group (in each case including the the
column where the character is specified). You may also use
"<>" to make a group a single column wide. For example:
| | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
|---+----+-----+-----+-----+---------+------------|
| / | <> | < | | > | < | > |
| # | 1 | 1 | 1 | 1 | 1 | 1 |
| # | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 |
| # | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 |
#+TBLFM: $3=$2^2::$4=$2^3::$5=$2^4::$6=sqrt($2)::$7=sqrt(sqrt(($2))
A table row with with nothing but "/" in the first field is
never exported, but can be used to place column group
information into the table. In this table, we create a
group for column 2, one for columns 3-5 and one for columns
6-7. HTML and ASCII export will render a vertical line
between these groups.
Because HTML does not require closing <colgroup> tags with
</colgroup>), you can also simply start a new column group
wherever you want a vertical line:
| N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N0 |
|---+-----+-----+-----+---------+------------|
| / | < | | | < | |
- Vertical lines are now also omitted in ASCII export, unless
grouping explicitly requests these lines.
- The default for `org-show-following-heading' is now nil,
meaning that sparse trees will be more compact. This has
become possible due to in important remark by Jason Dunsmore
who pointed out that TAB should behave differently in the
inconsistent trees produced by the sparse tree commands.
TAB does now make sure that the heading after a freshly
unfolded tree is made visible at all, removing the confusing
behavior we had before.
- Several bugs fixed. In particular:
+ Strings produced by agenda batch processing with
`org-batch-agenda' and `org-batch-agenda-csv' are now
properly encoded, so that you should be able to use
special characters in other languages as along as your
post-processing program handles them correctly. At least
for Emacs this should work now, but have not yet figured
out how to do this in XEmacs.
next reply other threads:[~2007-06-06 8:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-06 8:38 Carsten Dominik [this message]
2007-06-06 23:55 ` Release: Org-mode 4.77 Leo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=13c4d51778fbbf2ba9ca249483c4a644@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).