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
849a778c3b
Change clock time in mode line when editing time stamp.
2008-05-15 08:40:33 +02:00
Carsten Dominik
b4159c5017
Release 6.03.
2008-05-15 04:40:55 +02:00
Carsten Dominik
c3a01489ad
Do not include the colon in the include template.
...
In fact, it is optional, but BEGIN_SRC does not have it either.
2008-05-14 14:22:10 +02:00
Carsten Dominik
4b8f738e62
Version number pumped to 6.03pre03
2008-05-14 10:32:24 +02:00
Carsten Dominik
f3e075ed62
Support for Muse-like structure tags.
2008-05-14 09:50:53 +02:00
Carsten Dominik
36a4a26f2f
Fixed typos in docstrings.
2008-05-13 16:43:00 +02:00
Carsten Dominik
4d99cbe28e
Better fontification and auto-indentation of description lists.
2008-05-13 16:20:48 +02:00
Carsten Dominik
9abd45ebab
initial steps
2008-05-12 16:18:23 +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
0a9c180b63
Bug fixes.
2008-05-09 22:21:40 +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
66f801cbff
Version number change to 6.03pre01.
...
Yes, we are moving to the 6.03 release.
2008-05-08 17:17:58 +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
6924742ea6
Rename org-infojs.el to org-jsinfo.el.
...
This was necessary to guarantee uniqueness in the 8+3
name scheme.
2008-05-08 14:41:15 +02:00
Carsten Dominik
b6eb2bc65b
Allow properties to influence startup visibilities.
2008-05-08 14:32:10 +02:00
Carsten Dominik
9cad371bc4
Implement setup inclusion from external file.
...
The #+STARTUP etc lines that define settings on a per-file
basis can now be collected in a separate file and included
with a line:
#+SETUPFILE: "/path/to/setup.org"
This has been a frequent request in the past, now it is
finally possible.
2008-05-07 16:26:01 +02:00
Carsten Dominik
38cc3e2a48
Merge branch 'complete-structure-meta-code'
...
Conflicts:
ChangeLog
2008-05-07 14:21:45 +02:00
Carsten Dominik
ed25bd08fa
Implement completion for some export structure elements.
...
This is an experimental feature and does not really fit
into Org, so it may go away in the future.
2008-05-07 14:18:15 +02:00
Carsten Dominik
a738e446be
Implement include files for export.
2008-05-07 13:57:00 +02:00
Carsten Dominik
d41a1cda91
Allow spaces when entering property values.
...
Because entering property value wit the command `org-set-property'
offers completion on existing values of the property,
space was treated as a completion command in the minibuffer.
This is now fixed. Also, completion is now case-insensitive here.
2008-05-07 07:24:48 +02:00
Carsten Dominik
5d675ca8bd
Hmmmmmmm
2008-05-06 21:18:40 +02:00
Carsten Dominik
b928ce51f8
Remove duplicate entry for org-mew.el in org-modules.
...
This had happened because we recently moved this package from
contrib to core.
2008-05-06 15:57:46 +02:00
Carsten Dominik
fe5c248122
Sync copyright fixes from downstream Emacs
2008-05-06 14:47:44 +02:00
Carsten Dominik
1ade1c7c8b
Fix bug with relative date specification.
...
When there was a lone weekday abbreviation like "fri"
is was interpreted relative to the default date. I think
now this special case should always be relative to today.
This was a bug report from David Kritzberg.
2008-05-05 17:00:11 +02:00
Carsten Dominik
e6b87d40b3
Implement description lists.
...
These are implemented as part of plain lists, so a leading
"-" or "+" is still needed. Maybe this is not the most pretty
implementation, but it works without rewriting the quite
complex list formatting code. So all the list formatting
continues to work just fine. The description tag
is highlighted in bold, so still easy to spot.
The HTML exporter does export these already, the LaTeX
exporter still needs to be adapted.
2008-05-05 09:13:25 +02:00
Carsten Dominik
7436274350
Implement color formatting of code examples during HTML export.
2008-05-03 16:17:43 +02:00
Carsten Dominik
403485afd3
Make dot an alias for today in the date prompt.
2008-05-02 18:00:20 +02:00
Carsten Dominik
e4871aa58b
Bug fixes in function calls.
2008-05-02 17:54:15 +02:00
Carsten Dominik
a8c6685f40
Fixing some typos.
2008-05-02 09:39:08 +02:00
Carsten Dominik
453dbf7372
Bug fixes and documentation related to saving clock markers.
2008-05-02 09:01:56 +02:00
Carsten Dominik
e364fa62e2
Include org-eval.el as a module.
...
This allows tricks similar to the <lisp> tag in Muse.
2008-05-01 10:24:19 +02:00
Carsten Dominik
6d6c6e1d5d
Move markers with some cut-and-paste operations.
...
Clock-related markers and agenda markers used to get lost
when editing a file using cut and paste. Now some cut
and past operations move the markers with them. In particular,
structure editing like moving subtrees up and down.
Also, when exiting a remember buffer with a running clock, the clock
can now be moved along with the entry to the target location.
2008-05-01 09:52:45 +02:00
Carsten Dominik
f476a046f5
Bug fixes related to clocking in with narrowed buffers.
2008-04-29 21:06:53 +02:00
Carsten Dominik
15db65ad72
Arch-tag lines and declaration fixes from upstream Emacs.
2008-04-29 07:15:41 +02:00
Carsten Dominik
3b5e243e21
Implementing the eval tags like <lisp> in Muse.
2008-04-28 22:47:04 +02:00
Carsten Dominik
49799dd08e
Release 6.02b.
2008-04-27 07:43:19 +02:00
Carsten Dominik
89e67b1368
Fixed bug with tag-alignment when inserting text before the tags.
...
It could happen that the tags then moved into the invisible
part of the line. Fixed now.
2008-04-27 07:39:53 +02:00
Carsten Dominik
0082c0c129
Release 6.02a
2008-04-25 15:45:35 +02:00
Carsten Dominik
2c2d172e10
Bug fixes.
2008-04-25 08:06:13 +02:00
Carsten Dominik
1f6c502765
Work around XEmacs indentation problems.
...
There is an old XEmacs bug with indentation in the presence of
an extent with an invisibility property. We work around this now
by turning the invisibility property off, temporarily.
2008-04-24 16:44:12 +02:00
Carsten Dominik
2ea352b4cf
Release 6.02.
2008-04-24 10:29:47 +02:00
Carsten Dominik
6d72968730
Allow <> as operator for property regexp matches.
...
When <> is used as the operator, the comparison test it true if the
regexp does *not* match the value of the property.
2008-04-24 08:47:41 +02:00
Carsten Dominik
794d4647a4
Remove forgotten (debug).
2008-04-23 17:32:03 +02:00
Carsten Dominik
816cc80acb
Fix property fontification problem.
2008-04-23 13:52:55 +02:00
Carsten Dominik
739edc7849
6.02pre06, now for real!
2008-04-23 10:20:43 +02:00