org-mode.git
14 years agoBind <home> and <end> to the org-specific commands
Carsten Dominik [Fri, 25 Sep 2009 07:03:23 +0000 (25 08:03 +0100)]
Bind <home> and <end> to the org-specific commands

14 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Fri, 25 Sep 2009 07:00:26 +0000 (25 08:00 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

14 years agoMake C-e not jump after the ellipsis of a folded headline
Carsten Dominik [Fri, 25 Sep 2009 06:58:54 +0000 (25 07:58 +0100)]
Make C-e not jump after the ellipsis of a folded headline

14 years agoadding org-babel-load-in-session-maybe bound to Meta-Up (currently only for Haskell)
Eric Schulte [Fri, 25 Sep 2009 03:58:28 +0000 (24 21:58 -0600)]
adding org-babel-load-in-session-maybe bound to Meta-Up (currently only for Haskell)

14 years agofleshed out org-babel-haskell-prep-session (called with Meta-Down inside source block)
Eric Schulte [Fri, 25 Sep 2009 01:16:42 +0000 (24 19:16 -0600)]
fleshed out org-babel-haskell-prep-session (called with Meta-Down inside source block)

15 years agoRun `org-follow-link-hook' after following any link types
Carsten Dominik [Thu, 24 Sep 2009 20:48:58 +0000 (24 21:48 +0100)]
Run `org-follow-link-hook' after following any link types

15 years agoAll indented lines starting with "#+" to be comments
Carsten Dominik [Thu, 24 Sep 2009 09:27:30 +0000 (24 10:27 +0100)]
All indented lines starting with "#+" to be comments

15 years agoFix backslash and other special characters in verbatim snippets
Carsten Dominik [Thu, 24 Sep 2009 09:02:00 +0000 (24 10:02 +0100)]
Fix backslash and other special characters in verbatim snippets

Jeff Kowalczyk writes:

> Is there a way to escape backslashes (\) in code and verbatim that
> will export to LaTeX correctly?
>
> When writing =\\host\share= or =C:\path\to=, pdftolatex output is
> incorrect.

15 years agoRemove final dot from a number of error messages
Carsten Dominik [Thu, 24 Sep 2009 08:09:33 +0000 (24 09:09 +0100)]
Remove final dot from a number of error messages

Downstream Emacs patch.

15 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Wed, 23 Sep 2009 13:46:39 +0000 (23 14:46 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

15 years agoAdd a (require org-macs) in org-exp.el
Carsten Dominik [Wed, 23 Sep 2009 13:45:49 +0000 (23 14:45 +0100)]
Add a (require org-macs) in org-exp.el

15 years agoorg-babel: cleaned up code that inserts results
Eric Schulte [Wed, 23 Sep 2009 01:49:49 +0000 (22 19:49 -0600)]
org-babel: cleaned up code that inserts results

15 years agoBetter mechanism cor copying faces
Carsten Dominik [Tue, 22 Sep 2009 11:41:10 +0000 (22 12:41 +0100)]
Better mechanism cor copying faces

This works much better to additional frames.

15 years agoFix bug with dedicated agenda window
Carsten Dominik [Tue, 22 Sep 2009 11:11:29 +0000 (22 12:11 +0100)]
Fix bug with dedicated agenda window

George Pearson writes:

> I have been getting the following message in the minibuffer
> area when marking tasks done in the daily agenda:
>
> Error in post-command-hook: (error Cannot switch buffers in a dedicated
> window)
>
> The item in the underlying org file IS marked DONE, and items with
> repeaters appear to be rescheduled properly.  HOWEVER, the log lines,
> like
>
>    - State "DONE"       from "TODO"       [2009-09-07 Mon 10:36]
>
> do NOT appear.
>
> Note I have been using:
>
> org-agenda-window-setup 'other-frame
>
> for some time now, but I notice there has been a recent change
> related to this variable.  Could this be the source of the
> problem?
>
> I believe the error message appears on other operations in the
> daily agenda as well, but have not yet studied this in detail.

Many agenda commands split the current window, which is not allowed on
a frame containing a dedicated window.

Therefore, we now just kill the frame by hand when exiting the agenda.

15 years agoMinor fix
Carsten Dominik [Mon, 21 Sep 2009 17:08:52 +0000 (21 18:08 +0100)]
Minor fix

15 years agoBe more accurate over ISO format dates and times.
Carsten Dominik [Mon, 21 Sep 2009 17:06:02 +0000 (21 18:06 +0100)]
Be more accurate over ISO format dates and times.

Patch by Vincent Belaiche (modified).

15 years agoMinor fix
Carsten Dominik [Mon, 21 Sep 2009 16:56:42 +0000 (21 17:56 +0100)]
Minor fix

15 years agoMark time stamp change with ">" command in agenda
Carsten Dominik [Mon, 21 Sep 2009 16:55:48 +0000 (21 17:55 +0100)]
Mark time stamp change with ">" command in agenda

15 years agoImprove documentation for MobileOrg
Carsten Dominik [Sat, 19 Sep 2009 17:27:34 +0000 (19 18:27 +0100)]
Improve documentation for MobileOrg

15 years agoAdd drawer and keyword lists to index file for MobileOrg
Carsten Dominik [Sat, 19 Sep 2009 09:46:05 +0000 (19 10:46 +0100)]
Add drawer and keyword lists to index file for MobileOrg

MobileOrg needs to know the possible TODO keywords and DRAWERS that
can appear in Org files it receives.

15 years agoFind headings for remember also if they have a TODO keyword or a
Carsten Dominik [Sat, 19 Sep 2009 07:06:11 +0000 (19 08:06 +0100)]
Find headings for remember also if they have a TODO keyword or a
priority

So far the headline had to match the one specified in the template
exactly, except for tags.  Now a TODO keyword and a priority can be
added, and the headline will still be found.

Reported by Samuel Wales and Bernt Hansen.

15 years agoFix text property problem in char after TODO in agenda
Carsten Dominik [Fri, 18 Sep 2009 21:03:08 +0000 (18 22:03 +0100)]
Fix text property problem in char after TODO in agenda

This character did not have text properties and therefore many
commands did not work at that position.

Reported by Bernt Hansen.

15 years agoMinor fix
Carsten Dominik [Fri, 18 Sep 2009 17:23:13 +0000 (18 18:23 +0100)]
Minor fix

15 years agoRename the Mobileorg capture file
Carsten Dominik [Fri, 18 Sep 2009 17:00:24 +0000 (18 18:00 +0100)]
Rename the Mobileorg capture file

It is now fixed to mobileorg.org, and not configurable.

15 years agoFix bug when creating a link from the agenda
Carsten Dominik [Fri, 18 Sep 2009 15:05:20 +0000 (18 16:05 +0100)]
Fix bug when creating a link from the agenda

15 years agoAllow argument to `org-on-headling-p'
Carsten Dominik [Fri, 18 Sep 2009 15:02:42 +0000 (18 16:02 +0100)]
Allow argument to `org-on-headling-p'

15 years agoMake testing for headline independent of visibility
Carsten Dominik [Fri, 18 Sep 2009 12:53:23 +0000 (18 13:53 +0100)]
Make testing for headline independent of visibility

15 years agoFix problem with insertion of statistics cookies at visibility boundaries
Carsten Dominik [Fri, 18 Sep 2009 12:52:18 +0000 (18 13:52 +0100)]
Fix problem with insertion of statistics cookies at visibility boundaries

15 years agoNew STARTUP keyword `showeverything'
Carsten Dominik [Fri, 18 Sep 2009 08:31:16 +0000 (18 09:31 +0100)]
New STARTUP keyword `showeverything'

This will make even drawer contents visible upon startup.

15 years agoAllow indented dynamic blocks
Carsten Dominik [Fri, 18 Sep 2009 08:12:26 +0000 (18 09:12 +0100)]
Allow indented dynamic blocks

15 years agoInclude the final newline when narrowing to a subtree
Carsten Dominik [Fri, 18 Sep 2009 06:16:04 +0000 (18 07:16 +0100)]
Include the final newline when narrowing to a subtree

15 years agoAdd arch-tags for a couple of files
Carsten Dominik [Fri, 18 Sep 2009 06:10:59 +0000 (18 07:10 +0100)]
Add arch-tags for a couple of files

15 years agoFix bug with past preference in scheduled dates
Carsten Dominik [Thu, 17 Sep 2009 21:12:12 +0000 (17 22:12 +0100)]
Fix bug with past preference in scheduled dates

15 years agoFix archiving for MobileOrg
Carsten Dominik [Thu, 17 Sep 2009 20:54:54 +0000 (17 21:54 +0100)]
Fix archiving for MobileOrg

15 years agoRequire cl for the loop macro in org-ascii.el
Carsten Dominik [Thu, 17 Sep 2009 16:54:52 +0000 (17 17:54 +0100)]
Require cl for the loop macro in org-ascii.el

15 years agoFix some bugs in MobileOrg support
Carsten Dominik [Thu, 17 Sep 2009 12:46:25 +0000 (17 13:46 +0100)]
Fix some bugs in MobileOrg support

15 years agoFix key binding errors
Carsten Dominik [Thu, 17 Sep 2009 12:33:44 +0000 (17 13:33 +0100)]
Fix key binding errors

15 years agoAdd key bindings for MobileOrg support
Carsten Dominik [Thu, 17 Sep 2009 11:45:01 +0000 (17 12:45 +0100)]
Add key bindings for MobileOrg support

15 years agoMerge branch 'MobileOrg'
Carsten Dominik [Thu, 17 Sep 2009 11:12:47 +0000 (17 12:12 +0100)]
Merge branch 'MobileOrg'

15 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Thu, 17 Sep 2009 06:58:57 +0000 (17 07:58 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

15 years agoImplement a new agenda view for finding and working on flagged entries
Carsten Dominik [Tue, 15 Sep 2009 21:55:17 +0000 (15 22:55 +0100)]
Implement a new agenda view for finding and working on flagged entries

15 years agoImplement exporting agenda views to Org files
Carsten Dominik [Tue, 15 Sep 2009 21:50:20 +0000 (15 22:50 +0100)]
Implement exporting agenda views to Org files

This will be used for MobileOrg.

15 years agoFix some minor issues in the documentation
Carsten Dominik [Tue, 15 Sep 2009 21:41:15 +0000 (15 22:41 +0100)]
Fix some minor issues in the documentation

15 years agoDocument exporting agenda views to Org files
Carsten Dominik [Tue, 15 Sep 2009 21:40:45 +0000 (15 22:40 +0100)]
Document exporting agenda views to Org files

15 years agoDocument support for MobileOrg
Carsten Dominik [Tue, 15 Sep 2009 21:31:57 +0000 (15 22:31 +0100)]
Document support for MobileOrg

15 years agoReorganize the Agenda menu
Carsten Dominik [Tue, 15 Sep 2009 18:18:51 +0000 (15 19:18 +0100)]
Reorganize the Agenda menu

I needed more space to add the MobileOrg commands, and I also think it
is more consistent now.

15 years agoFix whitespace issues in org.el and org-agenda.el
Carsten Dominik [Tue, 15 Sep 2009 18:15:42 +0000 (15 19:15 +0100)]
Fix whitespace issues in org.el and org-agenda.el

15 years agoAdd menu commands for MobileOrg in the Org menu
Carsten Dominik [Tue, 15 Sep 2009 18:12:59 +0000 (15 19:12 +0100)]
Add menu commands for MobileOrg in the Org menu

15 years agoAutoload org-mobile.el
Carsten Dominik [Tue, 15 Sep 2009 18:11:46 +0000 (15 19:11 +0100)]
Autoload org-mobile.el

15 years agoFix bug when forcing an ID onto an item.
Carsten Dominik [Tue, 15 Sep 2009 18:10:53 +0000 (15 19:10 +0100)]
Fix bug when forcing an ID onto an item.

The bug happened when calling org-id-get from another buffer.
It is then important to switch to that buffer when the new ID is
created.

15 years agoAdd new file org-mobile.el for communication with OrgMobile
Carsten Dominik [Tue, 15 Sep 2009 18:06:44 +0000 (15 19:06 +0100)]
Add new file org-mobile.el for communication with OrgMobile

This commit also installs target and dependencies in the Makefile

15 years agoMake default clocktable properties configurable
Carsten Dominik [Thu, 17 Sep 2009 06:33:54 +0000 (17 07:33 +0100)]
Make default clocktable properties configurable

Jeff Kowalczyk writes:

> I frequently use clocktables, and always use scope: subtree. The
> default scope is file.
>
> If it doesn't exist already (I didn't find it with grep), an org
> customization variable for this preference would be very helpful.

15 years agoCompile org-crypt.el without (require 'epg)
Carsten Dominik [Wed, 16 Sep 2009 23:12:15 +0000 (17 00:12 +0100)]
Compile org-crypt.el without (require 'epg)

15 years agoFix typo affecting iswitchb completion
Carsten Dominik [Wed, 16 Sep 2009 20:36:39 +0000 (16 21:36 +0100)]
Fix typo affecting iswitchb completion

15 years agoorg-babel-init.el now adds it's directories to user's load-path
Sebastian Rose, Hannover, Germany [Thu, 17 Sep 2009 01:51:18 +0000 (16 19:51 -0600)]
org-babel-init.el now adds it's directories to user's load-path

15 years agoorg-babel is better at evaluating indented code blocks
Eric Schulte [Thu, 17 Sep 2009 01:33:10 +0000 (16 19:33 -0600)]
org-babel is better at evaluating indented code blocks

15 years agoorg-babel-asymptote now supports interactive viewing if the :file header argument...
Eric Schulte [Wed, 16 Sep 2009 22:21:45 +0000 (16 16:21 -0600)]
org-babel-asymptote now supports interactive viewing if the :file header argument is missing

15 years agoorg-babel: asymptote maps to asy-mode in `org-src-lang-modes' and added requirements...
Eric Schulte [Wed, 16 Sep 2009 16:54:43 +0000 (16 10:54 -0600)]
org-babel: asymptote maps to asy-mode in `org-src-lang-modes' and added requirements section to org-babel-asymptote.el

15 years agoInstall new contributed package org-invoice.el by Peter Jones
Carsten Dominik [Wed, 16 Sep 2009 13:17:12 +0000 (16 14:17 +0100)]
Install new contributed package org-invoice.el by Peter Jones

15 years agoInstall org-crypt.el by John Wiegley and Peter Jones
Carsten Dominik [Wed, 16 Sep 2009 13:03:35 +0000 (16 14:03 +0100)]
Install org-crypt.el by John Wiegley and Peter Jones

15 years agoorg-babel now explicitly requires org-table
Eric Schulte [Tue, 15 Sep 2009 15:53:37 +0000 (15 09:53 -0600)]
org-babel now explicitly requires org-table

15 years agoFix bugs with TBLNAME
Carsten Dominik [Tue, 15 Sep 2009 13:11:21 +0000 (15 14:11 +0100)]
Fix bugs with TBLNAME

Francesco Pizzolante writes:

> I'm using orgmode 6.30c and I still have this problem: if
> the #+TBLNAME: tag is not located in column 0, the remote
> reference does not work.
>
> Here's my little test:
>
> #+TBLNAME: A
>    |   |     T |
>    |---+-------|
>    |   |  2.00 |
>    |   |  5.00 |
>    |---+-------|
>    | # |  9.00 |
>    | ^ | total |
>    #+TBLFM: $2=vsum(@-I..@-II);%.2f
>
>    #+TBLNAME: price
>       |    T |    PU | Total |
>       |------+-------+-------|
>       | 9.00 | 10.25 | 92.25 |
>       |------+-------+-------|
>    #+TBLFM: @2$1=remote(A,$total);%.2f::@2$3=$1*$2;%.2f
>
>
> Just add a few spaces at the first line and when you recompute
> the second table you get a "Can't find remote table A" message.
>
> Moreover, in a LaTeX environment, using the orgtbl minor mode,
> the highlighting (font locking) does not work on the #+TBLNAME:
> line, even if located in column 0.

15 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Tue, 15 Sep 2009 08:29:50 +0000 (15 09:29 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

15 years agoMake odd-level conversion work in outline-mode files
Carsten Dominik [Tue, 15 Sep 2009 06:44:53 +0000 (15 07:44 +0100)]
Make odd-level conversion work in outline-mode files

15 years agoorg-babel-execute:gnuplot no longer pops up a gnuplot window
Eric Schulte [Tue, 15 Sep 2009 02:22:34 +0000 (14 20:22 -0600)]
org-babel-execute:gnuplot no longer pops up a gnuplot window

also some whitespace-only indentation changes in org-babel.el

15 years agobrought in latest library-of-babel.org from worg
Eric Schulte [Mon, 14 Sep 2009 03:15:17 +0000 (13 21:15 -0600)]
brought in latest library-of-babel.org from worg

15 years agoMerge branch 'babel'
Eric Schulte [Mon, 14 Sep 2009 03:14:01 +0000 (13 21:14 -0600)]
Merge branch 'babel'

15 years agorenaming the org-babel-lisp file to org-babel-emacs-lisp
Eric Schulte [Sun, 13 Sep 2009 16:07:31 +0000 (13 10:07 -0600)]
renaming the org-babel-lisp file to org-babel-emacs-lisp

15 years agoremoving .gitignore from contrib/babel
Eric Schulte [Sun, 13 Sep 2009 02:22:24 +0000 (12 20:22 -0600)]
removing .gitignore from contrib/babel

15 years agonow respects the properties on export
Eric Schulte [Sat, 12 Sep 2009 18:14:09 +0000 (12 12:14 -0600)]
now respects the properties on export

15 years agotrimming down the size of contrib/babel
Eric Schulte [Sat, 12 Sep 2009 17:39:38 +0000 (12 11:39 -0600)]
trimming down the size of contrib/babel

15 years agoRemove space at eol in planning lines
Carsten Dominik [Sat, 12 Sep 2009 13:03:20 +0000 (12 15:03 +0200)]
Remove space at eol in planning lines

15 years agoStore link to referenced entries in agenda
Carsten Dominik [Sat, 12 Sep 2009 05:05:21 +0000 (12 07:05 +0200)]
Store link to referenced entries in agenda

Peter Westlake writes:

> Could I request this as a small feature enhancement, please?
> Commands like org-refile have an agenda equivalent so that
> the same keys work in the agenda, and it would be very nice
> to be able to store a link to an item that way as well.

15 years agomoving/removing files, and updating paths
Eric Schulte [Fri, 11 Sep 2009 19:56:14 +0000 (11 13:56 -0600)]
moving/removing files, and updating paths

15 years agomerging with the org-babel repository
Eric Schulte [Fri, 11 Sep 2009 19:44:05 +0000 (11 13:44 -0600)]
merging with the org-babel repository

15 years agoTODO allow tangle to be called on a single source block
Eric Schulte [Fri, 11 Sep 2009 19:24:35 +0000 (11 13:24 -0600)]
TODO allow tangle to be called on a single source block

15 years agoAmend Bastiens fix in 3bc997fe8f4c8c57deaa451947a733a28500fb8e
Carsten Dominik [Thu, 10 Sep 2009 20:37:49 +0000 (10 22:37 +0200)]
Amend Bastiens fix in 3bc997fe8f4c8c57deaa451947a733a28500fb8e

This fix did create a new problem with exporting selected subtrees.
I hope it works now.

15 years agoFix bug with table alignment and alignment cookies
Carsten Dominik [Thu, 10 Sep 2009 17:54:44 +0000 (10 19:54 +0200)]
Fix bug with table alignment and alignment cookies

Michael Brand writes:

> First, when I open a file with the content
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
> | 3.1415926535897932384626433832795 |
>
> and answer yes, I get
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>| <l8>     |
> | 3.14     |
> | 3.1415=> |
>
> but would expect
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
> | 3.1415=> |
>
> Second, when I delete the last line and save the file, the file content
> will be
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>| <l8>     |
> | 3.14     |
>
> as I can see e. g. with emacs itself when I close the file and open it
> again declining org-mode with answering no. But the file content should
> be
>
> -*- eval: (org-mode) -*-
> #+STARTUP: align
> | <l8>     |
> | 3.14     |
>
> Can someone please confirm with a more stable and recent emacs version?

15 years agoFix arg handling for org-contents
Carsten Dominik [Thu, 10 Sep 2009 16:30:42 +0000 (10 18:30 +0200)]
Fix arg handling for org-contents

When odd levels are being used, change the interpretation of a
numerical arg to S-TAB.

Michael Brand writes:

> I like the org-indent-mode with the soft-indentation but even more I
> like the hard-indentation with `#+STARTUP: odd hidestars' instead for
> which I have a question.
>
> This is the content of the example file oddeven:
> -*- mode: org -*-
> #+STARTUP: oddeven hidestars content
> * 1 Org Mode
> ** 1.1 Introduction
> *** 1.1.1 Installation
>
> This is the content of the example file odd:
> -*- mode: org -*-
> #+STARTUP: odd hidestars content
> * 1 Org Mode
> *** 1.1 Introduction
> ***** 1.1.1 Installation
>
> The different _Emacs-faces_ (colors) for the heading levels are the same
> when comparing the two files. This Emacs-internal adaptation I
> appreciate a lot.
>
> C-u 2 S-Tab shows _two_ levels with the file oddeven but only _one_ with
> the file odd. Is this how it is intended to work for the file odd?

15 years agoFix cleaning up Edit Src buffers
Carsten Dominik [Wed, 9 Sep 2009 13:06:42 +0000 (9 15:06 +0200)]
Fix cleaning up Edit Src buffers

15 years agoorg.el (org-check-agenda-file): Use a more explicit message
Bastien Guerry [Wed, 9 Sep 2009 10:37:57 +0000 (9 18:37 +0800)]
org.el (org-check-agenda-file): Use a more explicit message

Requested by Daniel Clemente.

15 years agoFix bug in table export
Carsten Dominik [Tue, 8 Sep 2009 13:45:11 +0000 (8 15:45 +0200)]
Fix bug in table export

15 years agoMinor visual improvements.
Bastien Guerry [Tue, 8 Sep 2009 03:10:13 +0000 (8 11:10 +0800)]
Minor visual improvements.

org.el (org-offer-links-in-entry): Don't use "Select link" as a prompt
in the temporary window.

org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer prefix for
marked entries in the agenda view.

15 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Tue, 8 Sep 2009 08:05:07 +0000 (8 10:05 +0200)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

15 years agoClean up the require stuff in org-gnus.el
Carsten Dominik [Mon, 7 Sep 2009 15:40:58 +0000 (7 17:40 +0200)]
Clean up the require stuff in org-gnus.el

15 years agoadding margin to logo images
Eric Schulte [Mon, 7 Sep 2009 23:25:34 +0000 (7 17:25 -0600)]
adding margin to logo images

15 years agomoving images to doc/images
Eric Schulte [Mon, 7 Sep 2009 23:24:14 +0000 (7 17:24 -0600)]
moving images to doc/images

15 years agomoving lob image
Eric Schulte [Mon, 7 Sep 2009 23:22:08 +0000 (7 17:22 -0600)]
moving lob image

15 years agooutline-end-of-subtree: Bugfix.
Bastien Guerry [Mon, 7 Sep 2009 22:38:20 +0000 (8 06:38 +0800)]
outline-end-of-subtree: Bugfix.

Advise this function in a way that prevents any trailing character from
being displayed.  Patch by Andreas Burtzlaff <andy13@gmx.net>.

15 years agoo-b-worg.org: more minor edits
Dan Davison [Mon, 7 Sep 2009 19:06:19 +0000 (7 15:06 -0400)]
o-b-worg.org: more minor edits

15 years agoo-b-worg.org: minor edits
Dan Davison [Mon, 7 Sep 2009 19:02:02 +0000 (7 15:02 -0400)]
o-b-worg.org: minor edits

15 years agoo-b-worg.org: simplify / clean up spreadsheet plugin example.
Dan Davison [Mon, 7 Sep 2009 18:56:57 +0000 (7 14:56 -0400)]
o-b-worg.org: simplify / clean up spreadsheet plugin example.

15 years agoo-b-worg.org: Added a simple example of using R code in an org table
Dan Davison [Mon, 7 Sep 2009 18:56:28 +0000 (7 14:56 -0400)]
o-b-worg.org: Added a simple example of using R code in an org table
via the sbe macro.

15 years agoproposed task: control precision of numerical output
Dan Davison [Mon, 7 Sep 2009 18:28:20 +0000 (7 14:28 -0400)]
proposed task: control precision of numerical output

15 years agoo-b-worg.org: change :var to function call syntax
Dan Davison [Mon, 7 Sep 2009 18:10:34 +0000 (7 14:10 -0400)]
o-b-worg.org: change :var to function call syntax

15 years agoAdded bug: blank srcname takes srcname from next line
Dan Davison [Mon, 7 Sep 2009 17:56:24 +0000 (7 13:56 -0400)]
Added bug: blank srcname takes srcname from next line

15 years agoMinor fixed for the previous commit
Carsten Dominik [Mon, 7 Sep 2009 12:56:15 +0000 (7 14:56 +0200)]
Minor fixed for the previous commit

15 years agoFix bugs in the agenda bulk action menu
Carsten Dominik [Mon, 7 Sep 2009 12:54:32 +0000 (7 14:54 +0200)]
Fix bugs in the agenda bulk action menu

The commands in the menu still reflected the old implementation which
had a single key for toggling the mark.

Reported by Giles Chamberlin

15 years agoFix typo.
Bastien Guerry [Mon, 7 Sep 2009 12:51:44 +0000 (7 20:51 +0800)]
Fix typo.

15 years agoSpeedup table export which was slow
Carsten Dominik [Mon, 7 Sep 2009 12:49:43 +0000 (7 14:49 +0200)]
Speedup table export which was slow