1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00
Commit Graph

295 Commits

Author SHA1 Message Date
Bastien Guerry
3dd3df19df Applied Juri Linkov's change from upstream Emacs CVS.
* org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".

See the message <E1KKMJ4-0007CK-V2@cvs.savannah.gnu.org>
from the [Emacs-commit] mailing list.
2008-07-20 14:23:28 +02:00
Carsten Dominik
45e6f57af9 New option org-open-directory-means-index-dot-org. 2008-07-18 13:55:18 -07:00
Carsten Dominik
4fcad403bd Make sure LaTeX export works in the presence of link attributes. 2008-07-17 15:07:14 -07:00
Carsten Dominik
3db122fdbb Allow attributes in hyperlinks. 2008-07-17 14:29:26 -07:00
Carsten Dominik
ea71ffc237 New function to convert a table to a lisp structure. 2008-07-17 10:08:53 -07:00
Carsten Dominik
323b54472e Fixed bug with inserting headlines into a narrowed buffer region. 2008-07-17 09:57:50 -07:00
Carsten Dominik
95cb6cea45 Ass "example" class to exported examples. 2008-07-17 09:27:30 -07:00
Carsten Dominik
bdcafa20a3 Fixed bug for customization of user-defined skipping condition.
The customize setup for this was broken.  Reported by Max Mikhanosha.
2008-07-17 09:24:02 -07:00
Carsten Dominik
c780c3e550 Add language-specific class to source code examples. 2008-07-17 09:22:49 -07:00
Carsten Dominik
caed6e1889 Fixed typo. 2008-07-16 10:40:33 -07:00
Carsten Dominik
30e5143fd2 Fix bug in imenu-after-jump-hook. 2008-07-16 07:05:48 -07:00
Carsten Dominik
b94b1def2c Better default format for HTML export time stamp. 2008-07-14 12:14:23 -07:00
Carsten Dominik
63bf841e91 Automatic overflow handling for <pre> fields.
This is a change in the default HTML style.  Fields that
are too wide will not get a scroll bar.
2008-07-14 12:00:43 -07:00
Carsten Dominik
ba5621b2a8 Bug fix for table export.
No longer requires a heading above the table.
2008-07-14 11:55:47 -07:00
Carsten Dominik
523f8986e7 Bug fix for plain lists starting in first line of a buffer. 2008-07-14 11:23:57 -07:00
Carsten Dominik
989b2b6865 Fixed typo in docstring. 2008-07-09 11:37:25 -07:00
Carsten Dominik
223f37f07e New option :index-style for publishing.
Patch from Manuel Hermenegildo.
2008-07-09 09:55:00 -07:00
Carsten Dominik
3c45a98032 Bug fix in org-publish, with index file names.
Patch from Sebastian Rose.
2008-07-08 18:38:13 -07:00
Carsten Dominik
1f7cf667c9 Fix typo in function call in org-publish.
Patch by Bernt Hansen.
2008-07-08 06:38:38 -07:00
Carsten Dominik
869aa0d628 Use SHA1 hashes to encode file names in the timestamp directory.
This will cause all files to be publish again, once, to update
to the new structure.
2008-07-07 14:35:54 -07:00
Carsten Dominik
8c0dec35cf Be verbose about files skipped by org-publish. 2008-07-05 08:27:29 -07:00
Carsten Dominik
7ac36c7e66 Fix bug with link normalization and link abbrev expansion. 2008-07-05 08:06:10 -07:00
Carsten Dominik
012cc447a3 Add ChangeLog entry. 2008-07-04 22:53:39 -07:00
Carsten Dominik
db2736f045 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-07-04 22:52:18 -07:00
Carsten Dominik
ed98782f9d Fix bug with non-existing timestamp directory.
Patch from Dan Davison.
2008-07-04 22:51:21 -07:00
Bastien Guerry
b68b57c99f Small doc fixes from Emacs (Juanma Barranquero) and a bug fix in org-exp.el.
See <E1KE2Mh-0005EC-CF@cvs.savannah.gnu.org> in emacs-commit@:
* org.el (org-agenda-skip-unavailable-files):
* org-clock.el (org-clock-out-when-done): Doc fixes.

The bug affected the exportation of commented subtree: case cannot be
ignored when checking for the COMMENT cookie ("Comment" is a frequent
word in french, and has a completely different meaning.)
2008-07-04 04:09:00 +02:00
Carsten Dominik
4636a4d5e4 Fix bug with export of tags in headlines. 2008-07-03 10:36:32 -07:00
Carsten Dominik
9919ff82a0 Fix bugs in the BEGIN_VERSE environment.
This did not work at all - now it does.....
2008-07-02 15:14:12 -07:00
Carsten Dominik
b5ed7fca04 Version number bumped to 6.06pre01. 2008-07-02 13:34:26 -07:00
Carsten Dominik
3d59326fcf Allow prefixes in include file statements. 2008-07-02 13:29:45 -07:00
Carsten Dominik
3d80ceb6d9 Fixed typos. 2008-07-02 10:43:35 -07:00
Carsten Dominik
7becc742cd Time comparisons for property searches. 2008-07-01 16:23:17 -07:00
Carsten Dominik
507700505a Main HTML style has moved into a constant.
The variable `org-export-html-style' now only specified
deviations from this default style.
2008-07-01 16:22:57 -07:00
Carsten Dominik
5f39979bbe New variable to add to the default HTML style.
Instead of overwriting the default style, you can now simply add to it
using the variable `org-export-html-style-extra'.
2008-06-29 17:20:17 +02:00
Carsten Dominik
f02b4baab3 New option to turn off creator info. 2008-06-26 06:04:44 +02:00
Carsten Dominik
e1165fd8f3 Added org-export.el to experimental, fixed a few bugs. 2008-06-25 10:13:50 +02:00
Carsten Dominik
112489aafb Bug fix with monthly repeaters. 2008-06-25 09:32:59 +02:00
Carsten Dominik
be38bc3316 Fixed bug in capturing column view.
Patch from Peter Jones.
2008-06-25 06:22:12 +02:00
Carsten Dominik
9b084b22f5 Allow omitting the "file:" prefix in some file links.
The file path must be absolute, or it must start with "./" or "../".
2008-06-24 08:37:50 +02:00
Carsten Dominik
ec5b77ccd2 Implement better handling of deadlines in iCalendar Export.
Deadlines in TODO entries are now used as DUE dates.
2008-06-23 09:08:08 +02:00
Carsten Dominik
e6b8a60432 Fix bug with "yesterday" in clocktables. 2008-06-23 05:46:33 +02:00
Carsten Dominik
0d6b79dea0 Include changes from downstream Emacs. 2008-06-20 14:11:50 +02:00
Carsten Dominik
21499409c3 Release 6.05b. 2008-06-20 00:21:15 +02:00
Carsten Dominik
f41be4b87d Implement including archives into agenda.
trees that are marked with the ARCHIVE tag and even archive files
can now temporarily be included into an agenda view.

Press `v' in the agenda to get trees with ARCHIVE tags.
Press `C-u v' to get archive files included.
2008-06-20 00:20:12 +02:00
Carsten Dominik
a13bbf18c8 Fix bugs related to transporting whitespace with entries. 2008-06-18 18:33:05 +02:00
Carsten Dominik
a9ac84c16c Fixed typos. 2008-06-18 09:24:05 +02:00
Carsten Dominik
2a8f099e7e Release 6.05a. 2008-06-17 17:06:16 +02:00
Carsten Dominik
29677fc7af Including changes from downstream Emacs CVS. 2008-06-17 17:05:23 +02:00
Carsten Dominik
5c9de5a038 Fix some typos. 2008-06-17 12:35:24 +02:00
Carsten Dominik
672bfc4e49 Bug fix for next-allowed-value in column view. 2008-06-16 18:23:18 +02:00