Carsten Dominik
68cca55732
Cleanup ITEM when used in column view in the agenda.
2008-05-28 23:58:53 +02:00
Carsten Dominik
236396ebf8
Split the export pre-processor into a zillion small functions.
2008-05-28 16:59:17 +02:00
Carsten Dominik
236f6c7ff9
Improve error message for invalid rows in org-table.el.
2008-05-28 14:11:33 +02:00
Carsten Dominik
53ccd4f053
Fix bugs in customization and docstring of `org-archive-save-context-info'.
...
This follows a report from Brian van der Broek.
2008-05-27 08:19:33 +02:00
Carsten Dominik
cd16b87216
Make C-c ' edit even more things around point.
2008-05-27 08:08:28 +02:00
Carsten Dominik
f9fa54fcf4
Improvements to source code snippet editing.
2008-05-26 19:45:43 +02:00
Carsten Dominik
3b2b3556b7
Use C-c ' to exit source code editing.
2008-05-25 14:54:53 +02:00
Carsten Dominik
6a2dbbec3f
Implement editing source code examples in the native mode.
2008-05-25 09:07:23 +02:00
Carsten Dominik
9dbaf463d8
Handle :index-title property during publishing.
...
Patch from Manuel Hermenegildo.
2008-05-24 21:54:37 +02:00
Carsten Dominik
332191cc13
Properties can be used to confiugre subtree export.
2008-05-21 09:49:04 +02:00
Carsten Dominik
bd8d5b51c0
Implement EXPORT_TITLE property.
2008-05-20 19:22:00 +02:00
Carsten Dominik
94bddfe621
Bug fix: Also jump to last remember note in narrowed buffer.
...
Report by Bernt Hansen.
2008-05-20 17:10:44 +02:00
Carsten Dominik
26a35c28a6
Implement file tags, tags that apply to all entries in a file.
2008-05-19 19:48:52 +02:00
Carsten Dominik
2e634d82d9
Bugfix: Close paragraph after footnote.
...
Patch by Madhu.
2008-05-19 14:25:08 +02:00
Carsten Dominik
2c0812caf1
Implement TODO statistics.
...
This uses the same cookies as Checkbox statistics, [%] and [/]
2008-05-19 14:11:47 +02:00
Carsten Dominik
24fd4650de
Implement proper UIDs for iCalendar export.
...
This works now fine except for sexp entries which don't
get reusable UIDs, but fresh ones each time they are exported......
2008-05-19 08:22:51 +02:00
Carsten Dominik
f4b66bd8fc
Fix bug in org-mhe.el.
...
Patch from Thomas Baumann.
2008-05-18 07:02:04 +02:00
Carsten Dominik
21678fb411
Mask more properties with `org-column'.
...
Also added a detailed description on how this face is used
an why background properties might shine through, and
how to avoid this.
2008-05-16 22:38:11 +02:00
Carsten Dominik
02aa965e1d
Improve handling of searches in org-mhe.el.
...
Patch by Nick Dokos.
2008-05-16 16:25:52 +02:00
Carsten Dominik
155213dc11
Create publishing directory if it does not yet exist.
...
Patch from Sebastian Rose.
2008-05-16 16:01:31 +02:00
Carsten Dominik
8ee2a8b7d8
Default format for calc changed to (fload 8)
...
This gives better accuracy and less surprises.
2008-05-16 12:34:24 +02:00
Carsten Dominik
56a96e0364
Clock/add_time Format
...
Replace all occurrences of the format string "%d:%02d" with
org-time-clocksum-format, which contains the same string by default.
This allows anyone to customize the appearance of clock summaries.
For example:
(setq org-time-clocksum-format "%02d:%02d")
2008-05-16 07:36:27 +02:00
Carsten Dominik
6d8ffe91e8
Better outline-path completion.
...
This now is more like file name completion.
2008-05-16 07:24:19 +02:00
Carsten Dominik
110b336275
Moved org-id.el to the core. Can now force UIDs in iCalendar export.
2008-05-15 10:28:38 +02:00
Carsten Dominik
6ba68246c0
Include domain name into newly created IDs.
2008-05-15 09:39:34 +02:00
Carsten Dominik
4b36c8d470
Fixed bug with date ranges in iCalendar export.
...
When there are no time-of-day infos, the appointment
ended up being too short by one day. Fixed now.
2008-05-14 14:03:02 +02:00
Carsten Dominik
f3e075ed62
Support for Muse-like structure tags.
2008-05-14 09:50:53 +02:00
Carsten Dominik
4d99cbe28e
Better fontification and auto-indentation of description lists.
2008-05-13 16:20:48 +02:00
Carsten Dominik
bb53613c9f
Implement the verse environment.
2008-05-13 15:57:23 +02:00
Carsten Dominik
6193d1538b
Implement FIXED_TOC option for org-info.js.
2008-05-12 07:30:34 +02:00
Carsten Dominik
9c8aabbf81
New functions to export tables to csv and tsv.
...
The new functionas are orgtbl-to-csv and orgtbl-to-tsv.
2008-05-10 13:40:25 +02:00
Carsten Dominik
1e042b511a
Improve interactive use and documentation of table export.
2008-05-10 07:54:45 +02:00
Carsten Dominik
77f1f31c99
Remove special characters as selection keys for clock history.
...
Patch from Bernt Hansen.
2008-05-09 21:40:50 +02:00
Carsten Dominik
201ec4d22b
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2008-05-09 13:39:07 +02:00
Carsten Dominik
de39ac51ee
Improve running htmlize.el in batch-mode.
2008-05-09 13:38:01 +02:00
Bastien Guerry
f91d59c1ad
Applied Juanma Barranquero minor typos fixes from emacs-commits.
...
See <E1Ju8Wc-0008Qb-TG@cvs.savannah.gnu.org> on emacs-diffs@gnu.org .
Here is the complete ChangeLog entry:
2008-05-08 Juanma Barranquero <lekktu@gmail.com>
* org/org.el (org-modules, org-format-latex-options):
* org/org-archive.el (org-archive-stamp-time)
(org-archive-save-context-info):
* org/org-faces.el (org-hide):
* org/org-irc.el (org-irc-parse-link):
* org/org-macs.el (org-call-with-arg, org-autoload):
* org/org-mew.el (org-mew-store-link):
* org/org-remember.el (org-remember-store-without-prompt)
(org-remember-templates): Fix typos in docstrings.
* org/org-info.el (org-info-store-link): Remove leftover docstring.
* org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
(org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
(org-bbdb-anniv-split): Fix typos in docstrings.
* org/org-publish.el (org-publish-project-alist): Doc fixes.
(org-publish-use-timestamps-flag): Reflow docstring.
(org-publish-files-alist): Fix typos in docstring.
2008-05-09 06:08:45 +02:00
Carsten Dominik
c49834bb2a
2 Bug fixes, following report and patch from Thomas Morgan.
2008-05-08 15:02:25 +02:00
Carsten Dominik
b6eb2bc65b
Allow properties to influence startup visibilities.
2008-05-08 14:32:10 +02:00
Carsten Dominik
3696f5498e
ChangeLog entry.
2008-05-08 09:41:09 +02:00
Carsten Dominik
7f769d5feb
Split ChangeLog file into parts.
...
Now we have separate ChangeLog files in the lisp and doc
directories. Also, in the lisp directory, all the old changes
have moved into ChangeLog.01.
These changes will help me to simplify synchronization with Emacs.
2008-05-08 08:16:38 +02:00