From a301fb745a5e112bb40b6e9ccb06321f4b746943 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 6 Feb 2008 13:32:20 +0100 Subject: [PATCH] Preparing the CONTRIB directory. --- CONTRIB/{ => lisp}/org-bibtex.el | 0 CONTRIB/{ => lisp}/org-depend.el | 0 CONTRIB/{ => lisp}/org-elisp-symbol.el | 0 .../org-export-freemind.el | 0 CONTRIB/{ => lisp}/org-mairix.el | 0 CONTRIB/{ => lisp}/org-man.el | 0 CONTRIB/{ => lisp}/org-panel.el | 0 CONTRIB/{ => lisp}/org-toc.el | 0 .../org-export-freemind-0.1.0/ChangeLog | 0 .../org-export-freemind-0.1.0/README | 0 .../org-export-freemind-install.el | 0 .../org-export-freemind.el | 0 Makefile | 4 +- ORGWEBPAGE/tmp/Changes.html | 213 ++++- ORGWEBPAGE/tmp/faq.html | 4 +- ORGWEBPAGE/tmp/index.html | 14 +- ORGWEBPAGE/tmp/qanda.html | 4 +- ORGWEBPAGE/tmp/survey.html | 4 +- ORGWEBPAGE/tmp/todo.html | 4 +- ORGWEBPAGE/tmp/tutorials.html | 4 +- README_GIT | 85 ++ org | 848 +++++++++--------- org-install.el | 4 +- orgcard.pdf | Bin 59945 -> 59720 bytes 24 files changed, 720 insertions(+), 468 deletions(-) rename CONTRIB/{ => lisp}/org-bibtex.el (100%) rename CONTRIB/{ => lisp}/org-depend.el (100%) rename CONTRIB/{ => lisp}/org-elisp-symbol.el (100%) rename CONTRIB/{org-export-freemind-0.1.0 => lisp}/org-export-freemind.el (100%) mode change 100755 => 100644 rename CONTRIB/{ => lisp}/org-mairix.el (100%) rename CONTRIB/{ => lisp}/org-man.el (100%) rename CONTRIB/{ => lisp}/org-panel.el (100%) rename CONTRIB/{ => lisp}/org-toc.el (100%) rename CONTRIB/{ => packages}/org-export-freemind-0.1.0/ChangeLog (100%) rename CONTRIB/{ => packages}/org-export-freemind-0.1.0/README (100%) rename CONTRIB/{ => packages}/org-export-freemind-0.1.0/org-export-freemind-install.el (100%) rename CONTRIB/{ => packages/org-export-freemind-0.1.0}/org-export-freemind.el (100%) mode change 100644 => 100755 create mode 100644 README_GIT diff --git a/CONTRIB/org-bibtex.el b/CONTRIB/lisp/org-bibtex.el similarity index 100% rename from CONTRIB/org-bibtex.el rename to CONTRIB/lisp/org-bibtex.el diff --git a/CONTRIB/org-depend.el b/CONTRIB/lisp/org-depend.el similarity index 100% rename from CONTRIB/org-depend.el rename to CONTRIB/lisp/org-depend.el diff --git a/CONTRIB/org-elisp-symbol.el b/CONTRIB/lisp/org-elisp-symbol.el similarity index 100% rename from CONTRIB/org-elisp-symbol.el rename to CONTRIB/lisp/org-elisp-symbol.el diff --git a/CONTRIB/org-export-freemind-0.1.0/org-export-freemind.el b/CONTRIB/lisp/org-export-freemind.el old mode 100755 new mode 100644 similarity index 100% rename from CONTRIB/org-export-freemind-0.1.0/org-export-freemind.el rename to CONTRIB/lisp/org-export-freemind.el diff --git a/CONTRIB/org-mairix.el b/CONTRIB/lisp/org-mairix.el similarity index 100% rename from CONTRIB/org-mairix.el rename to CONTRIB/lisp/org-mairix.el diff --git a/CONTRIB/org-man.el b/CONTRIB/lisp/org-man.el similarity index 100% rename from CONTRIB/org-man.el rename to CONTRIB/lisp/org-man.el diff --git a/CONTRIB/org-panel.el b/CONTRIB/lisp/org-panel.el similarity index 100% rename from CONTRIB/org-panel.el rename to CONTRIB/lisp/org-panel.el diff --git a/CONTRIB/org-toc.el b/CONTRIB/lisp/org-toc.el similarity index 100% rename from CONTRIB/org-toc.el rename to CONTRIB/lisp/org-toc.el diff --git a/CONTRIB/org-export-freemind-0.1.0/ChangeLog b/CONTRIB/packages/org-export-freemind-0.1.0/ChangeLog similarity index 100% rename from CONTRIB/org-export-freemind-0.1.0/ChangeLog rename to CONTRIB/packages/org-export-freemind-0.1.0/ChangeLog diff --git a/CONTRIB/org-export-freemind-0.1.0/README b/CONTRIB/packages/org-export-freemind-0.1.0/README similarity index 100% rename from CONTRIB/org-export-freemind-0.1.0/README rename to CONTRIB/packages/org-export-freemind-0.1.0/README diff --git a/CONTRIB/org-export-freemind-0.1.0/org-export-freemind-install.el b/CONTRIB/packages/org-export-freemind-0.1.0/org-export-freemind-install.el similarity index 100% rename from CONTRIB/org-export-freemind-0.1.0/org-export-freemind-install.el rename to CONTRIB/packages/org-export-freemind-0.1.0/org-export-freemind-install.el diff --git a/CONTRIB/org-export-freemind.el b/CONTRIB/packages/org-export-freemind-0.1.0/org-export-freemind.el old mode 100644 new mode 100755 similarity index 100% rename from CONTRIB/org-export-freemind.el rename to CONTRIB/packages/org-export-freemind-0.1.0/org-export-freemind.el diff --git a/Makefile b/Makefile index e74eebd51..3ffc2bf6a 100644 --- a/Makefile +++ b/Makefile @@ -198,10 +198,10 @@ release: cp org-$(TAG).zip org-$(TAG).tar.gz RELEASEDIR cp org.pdf orgcard.pdf org.texi org.html RELEASEDIR cp ORGWEBPAGE/tmp/*.html RELEASEDIR - cp ORGWEBPAGE/tmp/*.el RELEASEDIR +# cp ORGWEBPAGE/tmp/*.el RELEASEDIR cp ORGWEBPAGE/tmp/*.txt RELEASEDIR cp ORGWEBPAGE/tmp/*.css RELEASEDIR - cp ORGWEBPAGE/tmp/*.jpg RELEASEDIR +# cp ORGWEBPAGE/tmp/*.jpg RELEASEDIR cp RELEASEDIR/org-$(TAG).zip RELEASEDIR/org.zip cp RELEASEDIR/org-$(TAG).tar.gz RELEASEDIR/org.tar.gz (cd $(HG_RELEASES); rm -rf $(DISTFILES) xemacs) diff --git a/ORGWEBPAGE/tmp/Changes.html b/ORGWEBPAGE/tmp/Changes.html index 5e177ffd8..db2b7285f 100644 --- a/ORGWEBPAGE/tmp/Changes.html +++ b/ORGWEBPAGE/tmp/Changes.html @@ -6,7 +6,7 @@ lang="en" xml:lang="en"> Org-mode list of User-visible changes - + @@ -21,13 +21,97 @@ lang="en" xml:lang="en">

Overview

+ +
+

Remember/Refile/Goto

+ + +
+ +
+

Misc

+ + +

Incompatible Changes

-
+

Details

@@ -35,26 +119,29 @@ lang="en" xml:lang="en">
-

Remember and Refile

+

Remember/Refile/Goto

  • The use of prefix arguments for the commands `org-remember' and `org-refile' has been normalized: +
    • -when called without prefix argment, the command does its +when called without prefix argument, the command does its normal job, starting a remember note or refiling a tree. +
    • -when called with a single C-u pefix, these commands can be +when called with a single C-u prefix, these commands can be used to select a target location and to jump there. In the case of `org-remember', you will be prompted for a -template and then Emacs jumpt to the default target +template and then Emacs jumps to the default target location or this template. In the case of `org-refile', you select a location from the refile target list and jump there. +
    • when called with two prefixes (`C-u C-u'), the command @@ -68,20 +155,10 @@ When the clock is running inside an remember buffer, storing the remember buffer with `C-c C-c' will automatically clock out. This was inspired by a request by Rainer Stengle. -
    • -
    • -Outline-path-completion is now available as an alternative -interface in the command `org-goto'. Please select the -default interface you'd like to use with the new variable -`org-goto-interface'. You can then select the alternative -interface with a prefix argument to `C-c C-j' (org-goto). I -am considering to make outline-path-completion the default -interface. Comments? -
    • The variable `org-remember-use-refile-when-interactive' -introduced only in 5.19 is obsolete. Please use +introduced only in 5.19 is already obsolete. Please use `org-remember-interactive-interface' instead. This new variable does select the interface that is used to select the target for a remember note in an interactive way. @@ -103,6 +180,70 @@ targets.
  • +It is no longer necessary to update the refiling targets - +they are always current. + +
  • +
  • +In `org-goto', typing characters now automatically starts +isearch from the beginning of the buffer. The isearch is +special also because it only matches in headline. This +goes some way toward saving org-goto from being removed +from Org-mode. Thanks to Piotr Zielinski for the code, and +sorry that it took me so long to put it in. If you prefer +to use single letters n,p,f,b,u,q for navigation as before, +configure the variable `org-goto-auto-isearch'. + +
  • +
  • +Outline-path-completion is now available as an alternative +interface in the command `org-goto'. Please select the +default interface you'd like to use with the new variable +`org-goto-interface'. You can then select the alternative +interface with a prefix argument to `C-c C-j' (org-goto). I +am considering to make outline-path-completion the default +interface. Comments? + + +
  • +
+ +
+

Misc

+ + +
    +
  • +Checkboxes now work hierarchically. When a plain-list item +with a checkbox has children with checkboxes, the status of +the item's checkbox is calculated from the children, each +time a checkbox is toggled with C-c C-c. Thanks to Miguel +A. Figueroa-Villanueva for a patch to this effect. + +
  • +
  • +There is a new variable `org-special-ctrl-k'. When set, +`C-k' will behave specially in headlines: + +
      +
    • +When the cursor is at the beginning of a headline, kill +the entire line and possible the folded subtree below the +line. +
    • +
    • +When in the middle of the headline text, kill the +headline up to the tags. +
    • +
    • +When after the headline text, kill the tags. + +
    • +
    +

    This is following a proposal by Piotr Zielinski. +

    +
  • +
  • You can now also have a plain (as opposed to deadline or scheduled) repeater timestamp in a task. Switching the task to DONE will now also shift a plain time stamp. This was a @@ -110,23 +251,9 @@ request by Austin Frank.
  • -It is no longer necessary to update the refiling targets - -they are always current. - -
  • -
-

*** Misc -

-
    -
  • -In `org-goto', typing characters now automatically starts -isearch from the beginning of the buffer. The isearch is -special also because it only matches in headline. This goes -some way toward saving org-goto from being removed from -Org-mode. Thanks to Piotr Zielinski for the code, and sorry -that it took me o long to ut it in. If you prefer to use -single letters n,p,f,b,u,q for navigation as before, -configure the variable `org-goto-auto-isearch'. +If an entry is clocked multiple times, it will now show up +several times in the agenda and timeline buffers, when +log-mode is on. This was a proposal by Jurgen Defurne.
  • @@ -141,7 +268,7 @@ A time-stamp with a repeater now no longer refers to the date closest to the current day. Instead, it means either today or the most recent match. This change makes sure that overdue scheduled or deadline items never disappear from the -agenda. With the previous convention, an overdue sheduled +agenda. With the previous convention, an overdue scheduled item would disappear. For example, a weekly item scheduled for Sunday would appear as overdue until Wednesday, and the suddenly disappear until next Sunday. Now the item will @@ -152,7 +279,7 @@ Bernt.
  • -Archving a subtree now creates an additional property, +Archiving a subtree now creates an additional property, ARCHIVE_OLPATH. This property contains the "path" in the outline tree to the archived entry, as it was in the original file. For example, archiving Fix the door in the @@ -179,6 +306,16 @@ Note that you can configure (i.e. limit) the information that gets stored upon archiving with the variable `org-archive-save-context-info'.

    +
  • +
  • +New file `org-mac-message.el' by John Wiegley to create +links for messages in Apple Mail, and to follow these +links. + +
  • +
  • +Bug fixes. +
@@ -5158,7 +5295,7 @@ The prefix and the sorting strategy for agenda items can depend upon the agenda type.
  • -The handling of `mailto:' links can be customized, see the new +The handling of `mailto:' links can be customized, see the new variable `org-link-mailto-program'.
  • @@ -6363,6 +6500,6 @@ HTML exporter upgrade, in particular table of contents

    Author: Carsten Dominik <carsten at orgmode dot org>

    -

    Date: 2008/01/27 10:12:09

    +

    Date: 2008/02/05 20:14:51

    diff --git a/ORGWEBPAGE/tmp/faq.html b/ORGWEBPAGE/tmp/faq.html index 014bfc864..75a2881f4 100644 --- a/ORGWEBPAGE/tmp/faq.html +++ b/ORGWEBPAGE/tmp/faq.html @@ -6,7 +6,7 @@ lang="en" xml:lang="en"> Org-mode Frequently Asked Questions - + @@ -658,6 +658,6 @@ the agenda buffer.

    Author: Carsten Dominik <carsten.dominik@gmail.com>

    -

    Date: 2008/01/27 10:12:10

    +

    Date: 2008/02/05 20:14:52

    diff --git a/ORGWEBPAGE/tmp/index.html b/ORGWEBPAGE/tmp/index.html index 326f644d0..60c1f3ee0 100644 --- a/ORGWEBPAGE/tmp/index.html +++ b/ORGWEBPAGE/tmp/index.html @@ -6,7 +6,7 @@ lang="en" xml:lang="en"> Org-Mode Homepage - + @@ -15,7 +15,7 @@ lang="en" xml:lang="en">

    Table of Contents