Mercurial > emacs
annotate etc/ORDERS @ 74029:d187fba051f6
(org-scan-tags): Re-align code fixed.
(org-detach-overlay): Renamed from `org-detatch-overlay'.
(org-table-convert-region): Insert space after column separator.
(org-agenda-kill): New command.
(org-metaleft): Call `org-outdent-item' on bullets.
(org-metaright): Call `org-indent-item' on bullets.
(org-timestamp-change): Set `org-last-changed-timestamp'.
(org-current-line): Make sure (bolp) returns correct result.
(org-agenda-change-all-lines): Make sure TODO are highlighted.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 17 Nov 2006 07:54:32 +0000 |
parents | dcdbdce3d030 |
children | 0259a1711394 |
rev | line source |
---|---|
32916 | 1 Printed copies of the GNU Emacs Manual, the Emacs Lisp Reference |
2 Manual, "Programming in Emacs Lisp: An Introduction", and other | |
3 materials can be ordered directly from the Free Software Foundation. | |
4 For more information, see the order form on the web at | |
36397 | 5 <http://www.gnu.org/order/order.html>. Your purchases will help support |
32916 | 6 further development of Emacs and other free software programs. You |
7 can also make tax-deductable donations to the Free Software Foundation, | |
8 a not-for-profit organization (assuming you pay US taxes) - see | |
36397 | 9 <http://www.gnu.org/help/donate.html>. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
10 |
71190 | 11 Copyright (c) 2000, 2001, 2006 Free Software Foundation, Inc. |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
12 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
13 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
36397
diff
changeset
|
14 provided this notice is preserved. |