1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-25 07:27:57 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Carsten Dominik
b81f597de0 Release 6.20 2009-01-28 09:30:12 +01:00
Carsten Dominik
78b4ca8cfc Release 6.19e 2009-01-27 11:44:49 +01:00
Carsten Dominik
2860252c9e Minor fixes, and release 6.19d 2009-01-27 09:11:34 +01:00
Carsten Dominik
c848dae4be Release 6.19c 2009-01-27 09:02:13 +01:00
Carsten Dominik
773a3c624e Support for Shift Selection
Emacs 23 introduces `shift-selection-mode', and even turns it on by
default.  Therefore, it is fair to assume that users of Emacs 23 will
expect to be able to select a region by holding down shift will moving
the cursor.  This conflicts with the use of shifted cursor keys in
Org-mode for other purposes, in particular to "change the item under
the cursor", like it is done for time stamps, item bullet types, TODO
keywords and priorities.

This commit tries to support `shift-selection-mode' as much as possible,
while retaining these valuable commands keys for Org-mode.  The
following things are changed:

1. The range of contexts where Org's commands do act is reduced.

  - S-up and S-down no longer jump to the previous and next plain list
    item - you can use the paragraph commands C-up and C-down for this
    quite well.

  - S-left and S-right only change the bullet type of a plain list
    item when the cursor is *exactly* on the bullet, not just anywhere
    in the item line.

2. When a S-cursor key is used outside a special context, a region is
   started or extended.

3. When a region has already been started, it will be continue to
   extend even if the S-cursor keys move the cursor into a special
   context.

4. If you want S-cursor selection to work in headlines as well, you
   can set the variable `org-support-shift-select' to
   `even-in-headlines'.  Then you need to rely on `C-c C-t' to set
   TODO keywords, and on `C-c ,' to set priorities.

If you want everything to behave the way it was, set
`org-support-shift-select' to nil.
2009-01-26 16:23:44 +01:00
Carsten Dominik
f31255c8f3 Maintenance: Remove unused variables. 2009-01-26 11:04:45 +01:00
Carsten Dominik
ea446a6ff7 Release 6.19b 2009-01-26 08:22:14 +01:00
Carsten Dominik
5e965557b3 Release 6.19a 2009-01-25 16:08:16 +01:00
Carsten Dominik
41e51dfef4 Release 6.19 2009-01-25 13:41:09 +01:00
Carsten Dominik
19351e35c2 Version number: pushed to 6.18trans 2009-01-21 17:59:42 +01:00
Carsten Dominik
5f814319eb Release 6.18c 2009-01-21 10:34:03 +01:00
Carsten Dominik
d164a22da6 Release 6.18a 2009-01-21 10:24:46 +01:00
Carsten Dominik
b76b28f2a7 Release 6.18 2009-01-20 10:23:26 +01:00
Carsten Dominik
15ad97ac3c Editing: Automatic empty lines before new entries.
The variable `org-blank-before-new-entry' regulates if Org should
insert a blank line before a new entry, when making a new headline or
plain list item.  Up to now, the possible values in each case where t
or nil, i.e. unconditionally do or don't insert a blank line.

Now each setting can also be `auto'.  If this is the case,  Org will
look if the current entry, of which the command creates a sibling,
does have a blank line before it.  If yes, it will also make a blank
line.  If not, it will not.  This seems so useful that I have made
this behavior the default.
2009-01-08 09:30:55 +01:00
Carsten Dominik
34867369df Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
Carsten Dominik
6b686333fb Release 6.17c 2009-01-06 23:35:50 +01:00
Carsten Dominik
9dc65e4811 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'.
2009-01-06 17:31:44 +01:00
Carsten Dominik
621d11687d Update copyright notice to 2009 2009-01-06 10:47:36 +01:00
Carsten Dominik
da36bd29ab Release 6.17b 2009-01-06 09:56:42 +01:00
Carsten Dominik
35c0798d69 Release 6.17a 2009-01-05 13:25:58 +01:00
Carsten Dominik
2f38ef0c60 Release 6.17 2009-01-04 09:00:34 +01:00
Carsten Dominik
8915859c08 Version number back to 6.16trans. 2008-12-25 11:10:02 +01:00
Carsten Dominik
20f2f8e1e1 Release 6.16c 2008-12-25 11:06:35 +01:00
Carsten Dominik
a8282e38c3 Version number: Pushed to 6.16trans. 2008-12-22 07:35:14 +01:00
Carsten Dominik
f35b0549ec Release 6.16a 2008-12-21 12:47:50 +01:00
Carsten Dominik
d89284b240 Release 6.16 2008-12-20 11:16:01 +01:00
Carsten Dominik
952c6b9901 Version number to 6.15trans. 2008-12-19 09:14:00 +01:00
Carsten Dominik
8ff0c60894 Release 6.15f 2008-12-18 23:38:53 +01:00
Carsten Dominik
2075b26a92 Pushing version number to 6.15trans. 2008-12-18 09:04:15 +01:00
Carsten Dominik
ec702aa4ba Release 6.15d. 2008-12-17 11:52:55 +01:00
Carsten Dominik
181235f605 Release 6.15c. 2008-12-17 09:59:25 +01:00
Carsten Dominik
9029d93e3a Release 6.15b. 2008-12-17 09:18:32 +01:00
Bernt Hansen
bf96c51056 Fix typos in org-list.el 2008-12-16 12:17:21 -05:00
Bernt Hansen
2955681573 Whitespace 2008-12-16 12:17:15 -05:00
Carsten Dominik
96d9a2e467 Release 6.15a 2008-12-16 10:40:42 +01:00
Carsten Dominik
67a50839e9 Release 6.15 2008-12-16 08:30:55 +01:00
Carsten Dominik
c5ca477c38 Pushed version number to 6.14trans. 2008-12-10 23:34:16 +01:00
Carsten Dominik
7b6ad9054e Release 6.14. 2008-12-06 07:34:30 +01:00
Carsten Dominik
0e157c59ba 6.14pre01
Moving toward a release.
2008-12-05 14:55:58 +01:00
Carsten Dominik
db782da26b Remove unnecessary whitespace. 2008-12-04 15:33:43 +01:00
Carsten Dominik
825fdfa95e Change version number to 6.13trans. 2008-11-25 20:42:53 +01:00
Carsten Dominik
fee7fdaa80 Fix compiler issues related to the timer.
Also, one function had a wrong name, my-hms-to-secs....
2008-11-25 20:42:06 +01:00
Carsten Dominik
7e3aa26628 Finalize the relative-timer setup.
This cleans up the implementation of the timer.  Most important change
is that, after starting a time list with `C-c C-x -', you can then
simply use M-RET to add new items, which is addictive!
2008-11-25 20:20:52 +01:00
Carsten Dominik
eb48aaa7c1 Release 6.13a. 2008-11-24 12:22:56 +01:00
Carsten Dominik
06edd56942 Release 6.13 2008-11-23 08:10:04 +01:00
Carsten Dominik
5810f0a8c9 6.13pre05
Getting close.....
2008-11-22 10:25:55 +01:00
Carsten Dominik
db5c609be9 6.13pre04 2008-11-21 13:35:45 +01:00
Carsten Dominik
7d45c9f4bf 6.13p03 2008-11-21 07:18:35 +01:00
Carsten Dominik
272a536080 Make it possible to have two spaces after some list bullets.
This patch introduces a new variable,
`org-list-two-spaces-after-bullet-regexp'.  It can be a regular
expression matching plain list bullets.  When it matches, changing the
bullet type will introduce two spaces instead of one after each
bullet.

For example,

   (setq org-list-two-spaces-after-bullet-regexp "[.)]")

will make two spaces after "1." and "1)".
2008-11-21 06:54:46 +01:00
Carsten Dominik
998acc2985 Bind forgotten local variable. 2008-11-20 17:51:51 +01:00