0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-24 23:00:43 +00:00
Commit graph

3709 commits

Author SHA1 Message Date
Carsten Dominik e592c77846 Release 6.22a 2009-02-10 10:11:23 +01:00
Carsten Dominik 6296225ac6 Fix a bug in org-choose.el 2009-02-10 10:10:44 +01:00
Carsten Dominik 1ece4e1bcb Add release date to NEWS section 2009-02-10 09:22:01 +01:00
Carsten Dominik 8d213584ff Release 6.22 2009-02-10 08:23:35 +01:00
Carsten Dominik 3fb073d522 Finish list of changes for 6.22 2009-02-10 07:51:48 +01:00
Carsten Dominik dccca7f6bd Add documentation to org-choose.el 2009-02-10 07:51:17 +01:00
Eric Schulte d26a98d71a I've done a fairly destructive edit of this file. The main goal was
to enforce a structure on the document that we can use moving forward,
so that any future objective changes are all made to the main
objective list.

I apologize for removing sections written by other people.  I did this
when they were redundant or it was not clear how to fit them into this
structure.  Rest assured if the previous text wasn't persisted in git
I would have been much more cautious about removing it.

I hope that this outline structure should be able to remain stable
through the process of fleshing out objectives, and cashing those
objectives out into tasks.  That said, please feel free to make any
changes that you see fit.

Changes include...
- tearing stuff out, and imposing structure
- updated .gitignore to ignore exported files
2009-02-09 14:43:07 -08:00
Carsten Dominik b00df4025e Label `org-tab-follows-link' as deprecated. 2009-02-09 12:46:31 +01:00
Carsten Dominik 91660c7bfc List changes for 6.22 in preparation 2009-02-09 12:44:55 +01:00
Carsten Dominik 71e7e8e4a2 org-choose.el: Remove commented line 2009-02-09 12:43:28 +01:00
Carsten Dominik 2d795f8ae0 TODO: Make in-buffer keyword setting more general
Now any line like

  #+XYZ_TODO:

will be assumed to define some kind of TODO chain.  If the handlers in
`org-todo-setup-filter-hook' do not do anything with this sequence, it
will be treated as `sequence'.
2009-02-09 12:36:06 +01:00
Carsten Dominik aeba61e640 Implement org-return-follows-link directly in `org-return'.
This used to depend on the mouse map, but I no longer think this is a
good idea.  So the function org-return now directly handles this case.
2009-02-09 12:15:19 +01:00
Dan Davison 9eeff6504b writing overview section at top of rorg.org 2009-02-08 15:00:51 -05:00
Dan Davison 540d924477 writing overview section at top of rorg.org 2009-02-08 15:00:34 -05:00
Dan Davison ea31e3a9c3 writing overview section at top of rorg.org 2009-02-08 15:00:28 -05:00
Dan Davison cf31c1f134 Trying to write a project overview at top of rorg.org 2009-02-08 13:11:22 -05:00
Carsten Dominik bc5b23def7 org-choose.el: Append new interpretation for custom widget
org-choose.el did prepend its new interpretation to the list of
possible interpretations.  Now it appends, as it should.
2009-02-08 14:12:56 +01:00
Carsten Dominik 56692965b7 Add Tom Breton's org-choose.el as a contributed package 2009-02-08 13:57:37 +01:00
Carsten Dominik 36d39ad374 Add release dates to NEWS section 2009-02-08 10:26:28 +01:00
Carsten Dominik 4698e1bc0b Arrrgh, another css mistake 2009-02-08 10:13:22 +01:00
Carsten Dominik c19f315030 CSS: Make compatible with the FAQ 2009-02-08 09:38:46 +01:00
Bernt Hansen 3015cd1fb7 Fix grammar in description of org-refile-targets 2009-02-07 16:47:25 +01:00
Carsten Dominik f963dc3672 Website: Minor modification of test 2009-02-07 15:22:57 +01:00
Carsten Dominik 86c8daa1f6 Utilities: Make sure that version number changes do not touch snapshot links. 2009-02-07 15:20:32 +01:00
Carsten Dominik c92a7825b7 Website: Document the existence of snapshot release files. 2009-02-07 15:19:59 +01:00
Carsten Dominik 8be2c90ead Export: Fix problem with => in clock lines triggering verbatim text.
Reported by Daniel Clemente.
2009-02-07 12:33:37 +01:00
Carsten Dominik 1b3352c153 Website: Install Sebastian's new css file. 2009-02-07 01:03:59 +01:00
Eric Schulte bdae433d69 I added a couple of things listed below. I happy with the way this is
progressing so far.  It's nice to work on a project where everyone
uses org-mode.

additions:
- proposal for how we should implement the R-source-code blocks
- example of source code evaluation using org-eval-light.el
- notes section on evaluation of R code
- some scattered thoughts/suggestions
2009-02-06 15:45:59 -08:00
Carsten Dominik 521281bf3d Export: Count levels relative when doing subtree export.
William Henney writes:

    Consider a structure like this:

    * first
    ** second
    *** third
    **** fourth

    Currently, if I export the "third" sub-tree to html (via "C-c @
    C-x C-e h"), then "third" becomes an <h1> heading, but "fourth"
    becomes an <h5> heading. I would rather it were <h2>, i.e. that
    all heading levels be relative to the root of the sub-tree. Is
    there any way to achieve this?

This was not possible so far, but this commit measures the first
headline of the subtree and applies an offset to all level values.
2009-02-06 18:15:42 +01:00
Carsten Dominik 6eed51c304 Export: Fix regular expression for extracting drawers
Reported by Rainer Stengele.
2009-02-06 17:14:34 +01:00
Carsten Dominik 5f68200625 Tables: Allow sorting inactive time stamps.
Hsui-Khuern Tang writes:

   I have a table where one column consists of inactive dates, such as
   this:

     | Date             | OK? |
     |------------------+-----|
     | [2009-01-30 Fri] | x   |
     | [2009-01-27 Tue] | x   |
     | [2009-01-28 Wed] | x   |

   I can't sort the table by that column.  If I change the dates to
   active, then sorting (by time) works fine.  Is this behavior
   intentional?

Yes, intentional, because the same routine also does sorting of
entries and should prefer active time stamps.  However, I realize that
we can still look for an inactive time stamp when no active one can be
found.   This is what this commit implements.
2009-02-06 16:50:35 +01:00
Carsten Dominik 244084b33f Makefile: Fix snapshot release. 2009-02-06 16:47:41 +01:00
Carsten Dominik 717c7b22f5 Column View: Fix bug with capturing column view. 2009-02-06 15:01:36 +01:00
Carsten Dominik c1ecf88788 Improve documentation of `org-directory'. 2009-02-06 15:01:02 +01:00
Carsten Dominik 125a10319c ATTACH: Fix error in file commentary. 2009-02-06 15:00:27 +01:00
Carsten Dominik 1a66ae5445 Makefile: Implement making snapshots. 2009-02-06 14:59:56 +01:00
Carsten Dominik 477141d43c Export: Fix bug with exporting text before first heading
Skipping text before the first heading was broken, now it works again.
2009-02-06 12:44:52 +01:00
Carsten Dominik 44ed0394c4 Export: Stop LaTeX fragment processing in protected examples
LaTeX fragments like math environments were still matched inside
protected code examples.  Fixed now.
2009-02-06 08:24:18 +01:00
Dan Davison 0c418c5e2a rorg.org additions 2009-02-05 21:15:09 -05:00
Austin F. Frank eeaecdf7ee merge Eric and Austin's notes on special block types 2009-02-05 20:07:09 -05:00
Austin F. Frank 6201f77b1c rearrange Eric's notes 2009-02-05 19:59:19 -05:00
Austin F. Frank f173099443 merge Eric's notes and mine 2009-02-05 19:56:26 -05:00
Austin F. Frank cf1996f365 explanation and implementation notes for editing R code in org 2009-02-05 19:37:17 -05:00
Austin F. Frank 9ea78cd580 lisp file to give processing of #+BEGIN_R blocks. (require 'org-sweave) to use. 2009-02-05 19:26:07 -05:00
Austin F. Frank b0f2fe3390 ignore R history and R data files 2009-02-05 19:09:05 -05:00
Eric Schulte 79ca346be8 adding to rorg.org 2009-02-05 16:00:05 -08:00
Austin F. Frank a7c75dd901 Filled in more details about first objective. 2009-02-05 18:54:46 -05:00
Austin F. Frank 133b3b9748 Filled in first objective, linked to current implementation. 2009-02-05 18:47:20 -05:00
Eric Schulte 4985075c28 I was able to export the testing.Rorg example with org-exp-blocks.el
the results are in existing_tools/exp-blocks/example-for-r.html.  To
get this working I had to make two changes...

First in testing.Rorg, I changed every block as follows

from

 #+BEGIN_R:

 #+END_R

to

 #+BEGIN_R

 #+END_R

Second I fixed a broken regexp in org-exp-blocks.el

This is capable of running calculations on the R blocks and the inline
\R{} segments, but is not yet able to handle the image generation
commands.
2009-02-05 15:46:06 -08:00
Eric Schulte a3cf89b5b2 initial commit 2009-02-05 15:04:09 -08:00