org-mode/org-kjn.git
13 years agoRelease 6.17crelease_6.17c
Carsten Dominik [Tue, 6 Jan 2009 22:35:50 +0000 (6 23:35 +0100)]
Release 6.17c

13 years agoBugfix: Deadlines with yearly repeat.
Carsten Dominik [Tue, 6 Jan 2009 22:32:16 +0000 (6 23:32 +0100)]
Bugfix: Deadlines with yearly repeat.

Bernt Hansen writes:

    I've been bad and let a couple of my overhead tasks slip past
    their deadline dates.

    *** TODO Q1 Accounting: October
       DEADLINE: <2008-11-30 Mon +1y>
       - CLOSING NOTE [2008-01-30 Wed 12:18]

    This task does not show up on my agenda anymore (probably because
    the year changed).  If I change the deadline entry to this:

       DEADLINE: <2008-11-30 Mon>

    then it shows up as 37 days late.  I'm bringing this up as soon as
    I noticed it just so people are aware of this.  I have a few of
    these tasks that just dropped off my agenda (probably at the
    beginning of the year).

This interesting bug seems only to happen when the repeat is yearly,
and after crossing the December 31st year boundary.  It was a sorting
issue - Org-mode (in the function `org-closest-date') computes two
dates that are consistent with the repeater, one before and one after
the target date.  When the computation is done with a preference for
the past date (as it happens for deadlines), it should use the earlier
date.  In fact, it did choose "n1", assuming that it was the earlier
one.  This assumption does hold for daily, weekly and monthly
repeaters, but not for yearly ones.

This commits make sure that "n1" always holds the earlier date, so
that the logic at the end of the function works again.

13 years agoLaTeX Export: More standardization
Carsten Dominik [Tue, 6 Jan 2009 16:23:36 +0000 (6 17:23 +0100)]
LaTeX Export: More standardization

This commit removes some of the stuff that was specific for the LaTeX
exporter, and falls back to the default configuration that works for
all backends.

Here is what the commit does:

- The variable `org-export-latex-remove-from-headlines' is now
  obsolete.  Instead, also LaTeX export now responds to the settings
  in the variables org-export-with-todo-keywords',
  `org-export-with-priority', and `org-export-with-tags' and in the
  corresponding OPTION settings.

- Removal of time stamps and related keywords now already happens in
  the preprocessor, so that it will be perfectly the same for all
  backends.

- The list functions have been extended to accept an additional
  parameter list, to overrule the default setting for a particular
  list function.  This is used to make the checkbox appearance in
  LaTeX configurable, through the new variable
  `org-export-latex-list-parameters'.

13 years agoAgenda: Fix bug with column view
Carsten Dominik [Tue, 6 Jan 2009 15:31:30 +0000 (6 16:31 +0100)]
Agenda: Fix bug with column view

Column view could fail when the agenda contains entries from the Diary
which start with a *.  This commit fixes this problems by making
`org-entry-properties' check for an org-mode buffer.

13 years agoLaTeX export: Better analysis of math environments
Carsten Dominik [Tue, 6 Jan 2009 11:56:30 +0000 (6 12:56 +0100)]
LaTeX export: Better analysis of math environments

We now use the export preprocessor to identify all math snippets in
advance, this is superior to calling org-inside-LaTeX-fragment-p from
the inside.

13 years agoUpdate copyright notice to 2009
Carsten Dominik [Tue, 6 Jan 2009 09:47:36 +0000 (6 10:47 +0100)]
Update copyright notice to 2009

13 years agoRelease 6.17brelease_6.17b
Carsten Dominik [Tue, 6 Jan 2009 08:56:42 +0000 (6 09:56 +0100)]
Release 6.17b

13 years agoorg-w3m.el: Always deactivate the mark after copying.
Carsten Dominik [Tue, 6 Jan 2009 08:50:45 +0000 (6 09:50 +0100)]
org-w3m.el: Always deactivate the mark after copying.

Patch from Andy Steward.

13 years agofixdebug
Carsten Dominik [Tue, 6 Jan 2009 08:53:51 +0000 (6 09:53 +0100)]
fixdebug

13 years agoAgenda: Have series options available when finalizing agenda.
Carsten Dominik [Tue, 6 Jan 2009 08:47:45 +0000 (6 09:47 +0100)]
Agenda: Have series options available when finalizing agenda.

An agenda series can have a set of global options.  Matt Lundin
reported that these options to not work completely.  There reason was
that, when calling `org-finalize-agenda' for a series, the dynamic
binding of those options was already off again.  This commit makes
sure that these bindings are available also during this final step.

13 years agoExport: Protect examples from headline processing
Carsten Dominik [Tue, 6 Jan 2009 08:36:38 +0000 (6 09:36 +0100)]
Export: Protect examples from headline processing

Lines that looked like headlines in examples could still be processes
as headings.  This commit make sure all converted examples are
protected.

13 years agoBugfix: Fix regexp
Carsten Dominik [Tue, 6 Jan 2009 08:22:03 +0000 (6 09:22 +0100)]
Bugfix: Fix regexp

The regular expression org-complex-heading-regexp had an error,
it would also match lines where there is no space after the stars.

13 years agoFix typo.
Carsten Dominik [Tue, 6 Jan 2009 05:31:41 +0000 (6 06:31 +0100)]
Fix typo.

13 years agoRelease 6.17arelease_6.17a
Carsten Dominik [Mon, 5 Jan 2009 12:25:58 +0000 (5 13:25 +0100)]
Release 6.17a

13 years agoCoderefs: Revamp label syntax.
Carsten Dominik [Mon, 5 Jan 2009 12:23:42 +0000 (5 13:23 +0100)]
Coderefs: Revamp label syntax.

This commit revamps the syntax used for code line references in
literal examples.  See the documentation for details about the new
format.

13 years agoRemember: Show context when jumping to previous storage location
Carsten Dominik [Mon, 5 Jan 2009 12:18:28 +0000 (5 13:18 +0100)]
Remember: Show context when jumping to previous storage location

When using "C-u C-u M-x org-remember RET" in order to jump to the last
storage location, the code failed to show the matching entry.  This
commit makes sure that at least the headline of the last remember note
is made visible.

13 years agoFootnotes: Fix bug with insertion at end of buffer
Carsten Dominik [Mon, 5 Jan 2009 12:15:12 +0000 (5 13:15 +0100)]
Footnotes: Fix bug with insertion at end of buffer

With the "* Footnotes" heading as last line in the buffer, footnote
insertion did not position new definitions correctly.  This commit
fixes the problem.

Reported by Matt Lundin.

13 years agoRelease 6.17release_6.17
Carsten Dominik [Sun, 4 Jan 2009 08:00:34 +0000 (4 09:00 +0100)]
Release 6.17

13 years agoFootnotes: New startup keyowrd fnlocal
Carsten Dominik [Sun, 4 Jan 2009 07:53:59 +0000 (4 08:53 +0100)]
Footnotes: New startup keyowrd fnlocal

The fnlocal startup keyword sets `org-footnote-section' to nil.

13 years agoFootnotes: Fix another minor bug.
Carsten Dominik [Sun, 4 Jan 2009 07:44:01 +0000 (4 08:44 +0100)]
Footnotes: Fix another minor bug.

13 years agoorg-w3m.el: Minor updates and fixes.
Carsten Dominik [Sun, 4 Jan 2009 07:36:38 +0000 (4 08:36 +0100)]
org-w3m.el: Minor updates and fixes.

This commit adds an option to org-w3m, to decide whether the mark
should be deactivated after copying the region.

New version from author Andy Steward.

13 years agoFootnotes: Fix some bugs.
Carsten Dominik [Sat, 3 Jan 2009 23:28:42 +0000 (4 00:28 +0100)]
Footnotes: Fix some bugs.

Reported by Matt Lundin.

13 years agoExport: Enable new export switches in org-mtags.el.
Carsten Dominik [Sat, 3 Jan 2009 11:54:53 +0000 (3 12:54 +0100)]
Export: Enable new export switches in org-mtags.el.

The new export switches -n, +n, and -r for the BEGIN_EXAMPLE and
BEGIN_SRC constructs are now supported by org-mtags.el.

Also fixes some bugs in org-mtags.el.

13 years agoFootnotes: When sorting footnotes, respect the location settings.
Carsten Dominik [Sat, 3 Jan 2009 08:03:04 +0000 (3 09:03 +0100)]
Footnotes: When sorting footnotes, respect the location settings.

Sorting footnotes used to be almost like normalization, in that all
footnotes would be collected into a single location.  Now sorting
respects the setting of `org-footnote-section'.  If that is nil,
sorting will actually move each footnote into the outline node of its
first reference.

13 years agoFootnotes: Activate labels as links
Carsten Dominik [Fri, 2 Jan 2009 15:28:35 +0000 (2 16:28 +0100)]
Footnotes: Activate labels as links

This commit add a new face for footnote labels, and activates footnote
labels for mouse clicks and for `C-c C-o', to jump to the
corresponding reference or definition.

13 years agoFootnotes: Automatic label creation.
Carsten Dominik [Fri, 2 Jan 2009 14:53:02 +0000 (2 15:53 +0100)]
Footnotes: Automatic label creation.

This patch implements fully automatic creation of unique labels for
footnotes, which is also turned on as the default setting.  The
automatic labels look like [fn:1], [fn:2], etc, using the first
available unused number.

The commit introduces a new variable, `org-footnote-auto-label' with a
number of different options ranging from no auto creation (prompting
the user for a label) to fully automatic creation.

Also, the commit introduces new #+STARTUP options that can be used to
select these settings on a per-file basis.

13 years agoFootnotes: Fix bug with incorrect parsing of anonymous footnote.
Carsten Dominik [Thu, 1 Jan 2009 17:08:48 +0000 (1 18:08 +0100)]
Footnotes: Fix bug with incorrect parsing of anonymous footnote.

There was a bug with documents with more than one anonymous footnotes,
which would all end up to reference the first one only.  The patch
fixes this problem.

13 years agoFootnotes: Allow notes to be placed into the current entry.
Carsten Dominik [Thu, 1 Jan 2009 17:01:07 +0000 (1 18:01 +0100)]
Footnotes: Allow notes to be placed into the current entry.

Setting org-footnote-section to nil now causes definitions to be
inserted at the end of the current outline node, instead of into a
special node names "Footnotes".

13 years agoFootnotes: Allow "-" and "_" in footnote names.
Carsten Dominik [Thu, 1 Jan 2009 09:59:11 +0000 (1 10:59 +0100)]
Footnotes:  Allow "-" and "_" in footnote names.

These characters are now allowed in addition to word constituents.

13 years agoExport: Fix some problems with protection.
Carsten Dominik [Thu, 1 Jan 2009 08:55:54 +0000 (1 09:55 +0100)]
Export: Fix some problems with protection.

The previous changes had created problems with lines stating with a
colon, there where no longer protected.  They are now again.

13 years agoUtilities: New perl program to extract hooks
Carsten Dominik [Thu, 1 Jan 2009 08:49:25 +0000 (1 09:49 +0100)]
Utilities: New perl program to extract hooks

A new perl program, list-hooks.pl, now extracts the full list of hook
and function variables in Org, for inclusion into Worg's org-hooks.org.

Also, add a docstring to a few hooks that did not have one.

13 years agoExport: New hooks for preprocessing
Carsten Dominik [Wed, 31 Dec 2008 17:37:33 +0000 (31 18:37 +0100)]
Export:  New hooks for preprocessing

This patch introduces more hooks for preprocessing the export buffer,
at various strategic moments.  See the Changes.org file for a
description of the hooks.

13 years agoDocumentation: More credits.
Carsten Dominik [Wed, 31 Dec 2008 17:22:46 +0000 (31 18:22 +0100)]
Documentation: More credits.

13 years agoFootnotes: Credits
Carsten Dominik [Wed, 31 Dec 2008 08:25:07 +0000 (31 09:25 +0100)]
Footnotes: Credits

13 years agoBugfix: Indentation for converted headlines with `C-c -'
Carsten Dominik [Wed, 31 Dec 2008 00:22:57 +0000 (31 01:22 +0100)]
Bugfix: Indentation for converted headlines with `C-c -'

13 years agoFootnotes: Add ChangeLog entries.
Carsten Dominik [Wed, 31 Dec 2008 00:21:48 +0000 (31 01:21 +0100)]
Footnotes:  Add ChangeLog entries.

13 years agoFootnotes: Documentation
Carsten Dominik [Tue, 30 Dec 2008 22:59:22 +0000 (30 23:59 +0100)]
Footnotes: Documentation

Add a new section about footnotes to the TeXInfo documentation, and
copy it also to the Changes.org file.

13 years agoFootnotes: Introduce STARTUP options for footnotes
Carsten Dominik [Tue, 30 Dec 2008 22:58:12 +0000 (30 23:58 +0100)]
Footnotes: Introduce STARTUP options for footnotes

New STARTUP options fninline and nofninline can be used to configure
the option `org-footnote-define-inline'.

13 years agoFootnotes: Load the code and install keybindings for it.
Carsten Dominik [Tue, 30 Dec 2008 22:56:40 +0000 (30 23:56 +0100)]
Footnotes: Load the code and install keybindings for it.

This patch only adds the require for the footnote code, and adds the
key and menu bindings for it.

13 years agoFootnotes: Allow validated XHTML with multiple references to one note
Carsten Dominik [Tue, 30 Dec 2008 22:49:07 +0000 (30 23:49 +0100)]
Footnotes: Allow validated XHTML with multiple references to one note

Org-mode allows multiple references to the same footnote.  However,
the HTML exporter cannot use the same name for all these references,
because names have to be unique.  This patch appends numbers to
footnote reference names, to make sure they remain unique.

The dark side of this patch means that from the footnote definition,
there is only a single link, to the first reference of the note.
However, in a browser you can always press BACK to go back after
jumping to a footnote definition.

13 years agoFootnotes: Make sure footnotes are normalized by the preprocessor
Carsten Dominik [Tue, 30 Dec 2008 22:44:54 +0000 (30 23:44 +0100)]
Footnotes: Make sure footnotes are normalized by the preprocessor

The preprocessor now calls `org-footnote-normalize' to collect
footnotes and to change all references into numeric.

13 years agoFootnotes: Incorporate org-footnotes.el into build and release process.
Carsten Dominik [Tue, 30 Dec 2008 22:42:15 +0000 (30 23:42 +0100)]
Footnotes: Incorporate org-footnotes.el into build and release process.

This just means adding org-footnote.el to the list of Lisp files, and
to list its dependencies.

13 years agoFootnotes: Add new file org-footnotes.el
Carsten Dominik [Tue, 30 Dec 2008 22:40:14 +0000 (30 23:40 +0100)]
Footnotes: Add new file org-footnotes.el

This new files contains Org-modes new footnote support.  See the
documentation for details on how things work.

13 years agoCoderefs: Credits.
Carsten Dominik [Fri, 26 Dec 2008 22:49:57 +0000 (26 23:49 +0100)]
Coderefs: Credits.

This patch gives credits to the people who help designing and
implementing this feature set.

13 years agoCoderefs: Add ChangeLog entries.
Carsten Dominik [Fri, 26 Dec 2008 22:18:23 +0000 (26 23:18 +0100)]
Coderefs: Add ChangeLog entries.

13 years agoCoderefs: Documentation in the manual
Carsten Dominik [Fri, 26 Dec 2008 16:51:14 +0000 (26 17:51 +0100)]
Coderefs: Documentation in the manual

This patch adds documentation about code references and line numbering
to the manual, and also adds an example to Changes.org.

13 years agoCoderefs: Supporting functionality
Carsten Dominik [Fri, 26 Dec 2008 16:50:09 +0000 (26 17:50 +0100)]
Coderefs: Supporting functionality

This patch adds support functionality for the new code references.  It
makes sure that `C-c C-o' will follow a code reference correctly.  It
also extends the command org-store-link to actually create a new code
reference cookie when used in a source code temporary buffer created
with "C-c '".  The new link will be stored, so that it can be inserted
with `C-c C-l'.  When inserting such a link, no description will be
prompted for, because these coderef links should best not have a
description part.

13 years agoCoderefs: Insert links in export backends
Carsten Dominik [Fri, 26 Dec 2008 16:37:53 +0000 (26 17:37 +0100)]
Coderefs: Insert links in export backends

This patch covers the three main backends, html, latex, and ascii.  It
adds the code to make sure the coderef links identified by the
preprocessing will be implemented correctly when a backend does its work.

13 years agoCoderefs: Implement line numbering and code references
Carsten Dominik [Fri, 26 Dec 2008 16:32:08 +0000 (26 17:32 +0100)]
Coderefs: Implement line numbering and code references

This patch covers the much of the new line numbering and code line
referencing.

We introduce a new function with the longish name
`org-export-replace-src-segments-and-examples'.  It is an extension of
the earlier `org-export-replace-src-segments'.  It now also covers
EXAMPLE blocks, not only source code blocks.  This was necessary to
allow line numbering also in EXAMPLE blocks.

Both clock types now accept a string with options which will be given
in the BEGIN line.  Options currently recognized are -n, +n, and -r.

A bit unsatisfactory about this patch may be that LaTeX-specific code
is now defined in org-exp.el, maybe eventually we want to think of a
way to move this code back to org-export-latex.el.  Really, all it
does is adding line numbers and wrapping them into a verbatim
environment.

Besides adding line numbers in a backend specific way, this patch also
adds code to search or special cookies in source code, like "((1))" or
"((name))".  These are labels that can be addressed by links as
references to specific line in source code.

13 years agoCoderefs: Add a java script constant to HTML exported buffers
Carsten Dominik [Fri, 26 Dec 2008 16:23:20 +0000 (26 17:23 +0100)]
Coderefs: Add a java script constant to HTML exported buffers

This patch adds a new constant with javascript functions.  Each
exported HTML file will contain these definitions.  Also, we add to
the default export CSS style a new class, code-highlighted, which will
be used to highlight lines in code whenever the mouse overs over a
link to this line.

13 years agoVersion number back to 6.16trans.
Carsten Dominik [Thu, 25 Dec 2008 10:10:02 +0000 (25 11:10 +0100)]
Version number back to 6.16trans.

13 years agoRelease 6.16crelease_6.16c
Carsten Dominik [Thu, 25 Dec 2008 10:06:35 +0000 (25 11:06 +0100)]
Release 6.16c

13 years agoRemember: Safer way to access new buffer.release_6.16b
Carsten Dominik [Tue, 23 Dec 2008 06:16:10 +0000 (23 07:16 +0100)]
Remember: Safer way to access new buffer.

The remember handler was creating a buffer with `find-file-noselect',
and then trying to find it back using `get-file-buffer'.  Apparently
there are situations where this can fail, to we now use directly the
buffer returned by `find-file-noselect'.

13 years agoRemember: Fix bug cause by expand-file-name on nil file.
Carsten Dominik [Tue, 23 Dec 2008 05:15:04 +0000 (23 06:15 +0100)]
Remember: Fix bug cause by expand-file-name on nil file.

13 years agoSpreadsheet: Don't assume every last row filed has a formula
Carsten Dominik [Mon, 22 Dec 2008 22:10:32 +0000 (22 23:10 +0100)]
Spreadsheet: Don't assume every last row filed has a formula

In a recent patch we have introduced names for all fields in the last
row.  This has lead to a bug, that Org thinks there might be a field
formula associated with those fields.  Now we check if there really is
one, and only in this case ask to overwrite it with a column formula.

Report by Henry Atting.

13 years agoWebpage: Change section title for Worg section.
Carsten Dominik [Mon, 22 Dec 2008 12:18:11 +0000 (22 13:18 +0100)]
Webpage: Change section title for Worg section.

13 years agoColumn view: Capture also from locations in other files.
Carsten Dominik [Mon, 22 Dec 2008 07:13:20 +0000 (22 08:13 +0100)]
Column view: Capture also from locations in other files.

The dynamic block capturing column view has an :id parameter that does
select from where the column view should be captured.  The routine
searching for this entry so far only searched the current file, now it
uses the full ID API to find the entry also in another file.

Furthermore, a value "file:path/to/file.org" will capture the global
column view of that file.

Report by Francois Lagarde.

13 years agoVersion number: Pushed to 6.16trans.
Carsten Dominik [Mon, 22 Dec 2008 06:35:14 +0000 (22 07:35 +0100)]
Version number:  Pushed to 6.16trans.

13 years agoRelease 6.16arelease_6.16a
Carsten Dominik [Sun, 21 Dec 2008 11:47:50 +0000 (21 12:47 +0100)]
Release 6.16a

13 years agoWebsite: Update version number to be shipped with Emacs 23.1
Carsten Dominik [Sun, 21 Dec 2008 10:25:29 +0000 (21 11:25 +0100)]
Website: Update version number to be shipped with Emacs 23.1

Yesterday I pushed Org 6.16 into the Emacs CVS trunk, so we will see
this version when Emacs 23 gets released.  Unless, of course, the
release is delayed and we can install more updates later.

13 years agoCompletion: Improve docstring of option `org-completion-use-ido'.
Carsten Dominik [Sun, 21 Dec 2008 10:23:06 +0000 (21 11:23 +0100)]
Completion: Improve docstring of option `org-completion-use-ido'.

13 years agoLaTeX export: Fix two bugs.
Carsten Dominik [Sun, 21 Dec 2008 10:00:05 +0000 (21 11:00 +0100)]
LaTeX export: Fix two bugs.

1.  When LaTeX export was done with a time-stamped file, a format
    error in the timestamp format caused the output file to not
    have the % comment in front of the time string.  As this line
    is early in the file, a LaTeX error would result.

2.  Replacement of some special characters could fail.  Strangely
    this shows up only in XEmacs, but it still is a bug.

Both bugs were reported by Hugh Daschbach.

13 years agoRelease 6.16release_6.16
Carsten Dominik [Sat, 20 Dec 2008 10:16:01 +0000 (20 11:16 +0100)]
Release 6.16

13 years agoRefile: Compare expanded file names
Carsten Dominik [Sat, 20 Dec 2008 10:10:12 +0000 (20 11:10 +0100)]
Refile: Compare expanded file names

When refiling to the current file, the completion commands do not show
the file name.  This was broken because I had switched from comparing
truenames to normal names. Now I am using expanded names, this is fast
and works well.

13 years agoIntegrate changes from downstream Emacs.
Carsten Dominik [Sat, 20 Dec 2008 08:56:52 +0000 (20 09:56 +0100)]
Integrate changes from downstream Emacs.

13 years agoFaces: Force initialization of the tags-faces-regexp.
Carsten Dominik [Fri, 19 Dec 2008 20:36:06 +0000 (19 21:36 +0100)]
Faces: Force initialization of the tags-faces-regexp.

When `org-tag-faces' is set too late, the regexp
is not initialized properly.  This patch makes sure it is
initializes anyway.

13 years agoAgenda view: Make sure tags have the correct case.
Carsten Dominik [Fri, 19 Dec 2008 17:46:25 +0000 (19 18:46 +0100)]
Agenda view: Make sure tags have the correct case.

Reported by Wanrong Lin.

13 years agoFix some small bugs.
Carsten Dominik [Fri, 19 Dec 2008 17:36:53 +0000 (19 18:36 +0100)]
Fix some small bugs.

13 years agoTables: Implement last-row references.
Carsten Dominik [Fri, 19 Dec 2008 17:28:58 +0000 (19 18:28 +0100)]
Tables:  Implement last-row references.

After the failed implementation of `@0' as a reference for the last
line, this is a second attempt to provide such references.  I would
have liked to allow `@last' as the reference, that would have been
beautiful.  However, too many regular expressions directly search for
`@' followed by a number, so this is too hard to implement.

Therefore, I am now turning the last row into a row of implicitly
named fields.  From now on, $LR1, $LR2,... can be used to refer to
fields in the last row.  These names may also appear on the left hand
side of formulas.

13 years agoStore link: Capture description for ID links.
Carsten Dominik [Fri, 19 Dec 2008 15:40:12 +0000 (19 16:40 +0100)]
Store link: Capture description for ID links.

Creating links with org-store-link in org files did not capture the
link description (the headline).  Fixed with this patch.  Report by
F.D. Friedrichs.

13 years agoRevert "HTML export: Remove the name attribute from anchors that do not need it."
Carsten Dominik [Fri, 19 Dec 2008 14:06:47 +0000 (19 15:06 +0100)]
Revert "HTML export:  Remove the name attribute from anchors that do not need it."

This reverts commit 642620ebb33a79768cff0ce9a0f425f8e972b2c2.

13 years agoHTML export: Remove the name attribute from anchors that do not need it.
Carsten Dominik [Fri, 19 Dec 2008 11:50:36 +0000 (19 12:50 +0100)]
HTML export:  Remove the name attribute from anchors that do not need it.

13 years agoFix problem with <pre> of source code inside a paragraph.
Carsten Dominik [Fri, 19 Dec 2008 11:46:46 +0000 (19 12:46 +0100)]
Fix problem with <pre> of source code inside a paragraph.

13 years agoFix invalid <img> tag.
Carsten Dominik [Fri, 19 Dec 2008 11:38:17 +0000 (19 12:38 +0100)]
Fix invalid <img> tag.

13 years agoVersion number to 6.15trans.
Carsten Dominik [Fri, 19 Dec 2008 08:14:00 +0000 (19 09:14 +0100)]
Version number to 6.15trans.

13 years agoAdd mode documentation about transient-mark-mode.
Carsten Dominik [Fri, 19 Dec 2008 08:13:17 +0000 (19 09:13 +0100)]
Add mode documentation about transient-mark-mode.

Patch by Robert Goldman.

13 years agoNew command org-ido-iswitchb.
Carsten Dominik [Fri, 19 Dec 2008 05:14:55 +0000 (19 06:14 +0100)]
New command org-ido-iswitchb.

Patch by Chris Leyon.

13 years agoFix bug with export of ditaa blocks.
Carsten Dominik [Fri, 19 Dec 2008 04:58:53 +0000 (19 05:58 +0100)]
Fix bug with export of ditaa blocks.

Patch by Sebastian Rose.

13 years agoRelease 6.15frelease_6.15f
Carsten Dominik [Thu, 18 Dec 2008 22:38:53 +0000 (18 23:38 +0100)]
Release 6.15f

13 years agoImprove the docstring of org-refile-targets.
Carsten Dominik [Thu, 18 Dec 2008 22:07:14 +0000 (18 23:07 +0100)]
Improve the docstring of org-refile-targets.

13 years agoReverse the introduction of @0 as a reference to the last row.
Carsten Dominik [Thu, 18 Dec 2008 22:05:21 +0000 (18 23:05 +0100)]
Reverse the introduction of @0 as a reference to the last row.

13 years agoAllow to view full entry from agenda.
Carsten Dominik [Thu, 18 Dec 2008 08:22:21 +0000 (18 09:22 +0100)]
Allow to view full entry from agenda.

A prefix argument to the `org-agenda-show' command is now interpreted
to make sure the entire entry is made visible in the other window, not
only the headline.

13 years agoAdd a COMPARE-FUNC argument to the internal sorting routine.
Carsten Dominik [Thu, 18 Dec 2008 08:14:13 +0000 (18 09:14 +0100)]
Add a COMPARE-FUNC argument to the internal sorting routine.

Patch by John Wiegley.

13 years agoPushing version number to 6.15trans.
Carsten Dominik [Thu, 18 Dec 2008 08:04:15 +0000 (18 09:04 +0100)]
Pushing version number to 6.15trans.

13 years agoFix bug with updating agenda lines with correct tags.
Carsten Dominik [Thu, 18 Dec 2008 08:03:06 +0000 (18 09:03 +0100)]
Fix bug with updating agenda lines with correct tags.

Updating agenda lines did display tags incorrectly, because it used
the list of tags available as a property to remake the list.  However,
that list contains down-cased versions of the tags, because all the
filtering in the agenda does ignore case in tags.

This patch implements a fresh scan for the tags each time a line is
updated, and in this way fixes the problem.  It also reverses a
previous attempt to fix a similar problem.

13 years agoFix bug in menu, for tags-setting command.
Carsten Dominik [Wed, 17 Dec 2008 23:34:11 +0000 (18 00:34 +0100)]
Fix bug in menu, for tags-setting command.

13 years agoAdd .nosearch file to the doc/ subdirectory.
Carsten Dominik [Wed, 17 Dec 2008 16:25:31 +0000 (17 17:25 +0100)]
Add .nosearch file to the doc/ subdirectory.

This is to make sure that no conflicts arise if people put the
while distribution onto the Lisp path.

13 years agoEmacs 23 will ship with at least Org-mode 6.15d.
Carsten Dominik [Wed, 17 Dec 2008 12:41:49 +0000 (17 13:41 +0100)]
Emacs 23 will ship with at least Org-mode 6.15d.

13 years agoFix typos and grammatical issues in the documentation.
Carsten Dominik [Wed, 17 Dec 2008 11:10:24 +0000 (17 12:10 +0100)]
Fix typos and grammatical issues in the documentation.

13 years agoRelease 6.15d.release_6.15d
Carsten Dominik [Wed, 17 Dec 2008 10:52:55 +0000 (17 11:52 +0100)]
Release 6.15d.

13 years agoRelease 6.15c.release_6.15c
Carsten Dominik [Wed, 17 Dec 2008 08:59:25 +0000 (17 09:59 +0100)]
Release 6.15c.

13 years agoFix typo with variable name.
Carsten Dominik [Wed, 17 Dec 2008 08:52:46 +0000 (17 09:52 +0100)]
Fix typo with variable name.

The variable `org-agenda-overriding-columns-format' was, in one place,
called `org-overriding-columns-format'.

13 years agoRelease 6.15b.release_6.15b
Carsten Dominik [Wed, 17 Dec 2008 08:18:32 +0000 (17 09:18 +0100)]
Release 6.15b.

13 years agoFix some additional typos.
Carsten Dominik [Wed, 17 Dec 2008 08:08:06 +0000 (17 09:08 +0100)]
Fix some additional typos.

13 years agoFix typos and whitespace in org-w3m.el
Bernt Hansen [Tue, 16 Dec 2008 16:53:58 +0000 (16 11:53 -0500)]
Fix typos and whitespace in org-w3m.el

13 years agoFix typos in org-timer.el
Bernt Hansen [Tue, 16 Dec 2008 16:50:38 +0000 (16 11:50 -0500)]
Fix typos in org-timer.el

13 years agoFix typos in org-table.el
Bernt Hansen [Tue, 16 Dec 2008 16:49:26 +0000 (16 11:49 -0500)]
Fix typos in org-table.el

13 years agoWhitespace
Bernt Hansen [Tue, 16 Dec 2008 16:48:54 +0000 (16 11:48 -0500)]
Whitespace

13 years agoFix typos in org-remember.el
Bernt Hansen [Tue, 16 Dec 2008 16:40:37 +0000 (16 11:40 -0500)]
Fix typos in org-remember.el

13 years agoFix typo in org-publish.el
Bernt Hansen [Tue, 16 Dec 2008 16:33:19 +0000 (16 11:33 -0500)]
Fix typo in org-publish.el