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

802 Commits

Author SHA1 Message Date
Carsten Dominik
27403feed8 Added a NEWS section with a link to the Google Tech Talk. 2008-07-17 10:53:35 -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
0702d9f3c6 Fixed typo. 2008-07-17 09:36:35 -07:00
Carsten Dominik
da0d107d2e Bug fix in embedded video. 2008-07-17 09:33:20 -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
b24a83f395 Add stuff to Changes.org. 2008-07-16 16:57:48 -07:00
Carsten Dominik
d1dd7fc708 Adding info about the Google Tech Talk. 2008-07-16 14:42:25 -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
9560d4468b Fixed typo in quick reference. 2008-07-14 15:16:47 -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
Christian Egli
e9cf673235 add a changelog entry for the change in org2hpda 2008-07-04 00:03:11 +02:00
Christian Egli
91539b7ef6 the default location of the diary file should of course be ~/diary 2008-07-03 23:50:46 +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
51e087a970 Update Changed.org. 2008-07-02 13:33:18 -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
84c2010d2c Fix the link to the Debain package. 2008-06-24 08:36:03 +02:00
Carsten Dominik
14ca1697f3 Fix typo. 2008-06-23 09:55:48 +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
f27e859d05 Fixing typos in org.texi. 2008-06-23 05:45:48 +02:00
Carsten Dominik
98e0056aa4 Add information about the new Debian package. 2008-06-23 05:38:54 +02:00