Carsten Dominik
b9310d02b2
Add a (require org-macs) in org-exp.el
2009-09-23 14:45:49 +01:00
Eric Schulte
4cb3e3704e
org-babel: cleaned up code that inserts results
2009-09-22 19:49:49 -06:00
Carsten Dominik
24be3cda29
Better mechanism cor copying faces
...
This works much better to additional frames.
2009-09-22 12:41:10 +01:00
Carsten Dominik
9d322790d4
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.
2009-09-22 12:11:29 +01:00
Carsten Dominik
a804078fca
Minor fix
2009-09-21 18:08:52 +01:00
Carsten Dominik
b2497fd8fc
Be more accurate over ISO format dates and times.
...
Patch by Vincent Belaiche (modified).
2009-09-21 18:06:02 +01:00
Carsten Dominik
9a6bda6694
Minor fix
2009-09-21 17:56:42 +01:00
Carsten Dominik
9cccb68eb8
Mark time stamp change with ">" command in agenda
2009-09-21 17:55:48 +01:00
Carsten Dominik
d5f8d47192
Improve documentation for MobileOrg
2009-09-19 18:27:34 +01:00
Carsten Dominik
32b1aebb37
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.
2009-09-19 10:46:05 +01:00
Carsten Dominik
9491fc8d5d
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.
2009-09-19 08:06:11 +01:00
Carsten Dominik
e3cdd782f8
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.
2009-09-18 22:03:08 +01:00
Carsten Dominik
4a5260b69f
Minor fix
2009-09-18 18:23:13 +01:00
Carsten Dominik
3492407250
Rename the Mobileorg capture file
...
It is now fixed to mobileorg.org, and not configurable.
2009-09-18 18:00:24 +01:00
Carsten Dominik
a70cf873c3
Fix bug when creating a link from the agenda
2009-09-18 16:05:20 +01:00
Carsten Dominik
922c697870
Allow argument to `org-on-headling-p'
2009-09-18 16:02:42 +01:00
Carsten Dominik
525b0148c5
Make testing for headline independent of visibility
2009-09-18 13:53:23 +01:00
Carsten Dominik
762136b25c
Fix problem with insertion of statistics cookies at visibility boundaries
2009-09-18 13:52:18 +01:00
Carsten Dominik
2e8ece9219
New STARTUP keyword `showeverything'
...
This will make even drawer contents visible upon startup.
2009-09-18 09:31:16 +01:00
Carsten Dominik
74a59c0c00
Allow indented dynamic blocks
2009-09-18 09:12:26 +01:00
Carsten Dominik
60bf447608
Include the final newline when narrowing to a subtree
2009-09-18 07:17:24 +01:00
Carsten Dominik
55e74f361e
Add arch-tags for a couple of files
2009-09-18 07:10:59 +01:00
Carsten Dominik
cd6408d992
Fix bug with past preference in scheduled dates
2009-09-17 22:12:12 +01:00
Carsten Dominik
0fd5ebc3bc
Fix archiving for MobileOrg
2009-09-17 21:54:54 +01:00
Carsten Dominik
49699ec915
Require cl for the loop macro in org-ascii.el
2009-09-17 17:54:52 +01:00
Carsten Dominik
5deffac8f6
Fix some bugs in MobileOrg support
2009-09-17 13:46:25 +01:00
Carsten Dominik
417736a3d4
Fix key binding errors
2009-09-17 13:33:44 +01:00
Carsten Dominik
3651c206ee
Add key bindings for MobileOrg support
2009-09-17 12:45:01 +01:00
Carsten Dominik
8c2a918fd9
Merge branch 'MobileOrg'
2009-09-17 12:12:47 +01:00
Carsten Dominik
df3fca503e
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2009-09-17 07:58:57 +01:00
Carsten Dominik
c6b51ed889
Implement a new agenda view for finding and working on flagged entries
2009-09-17 07:35:34 +01:00
Carsten Dominik
21ee85d4b3
Implement exporting agenda views to Org files
...
This will be used for MobileOrg.
2009-09-17 07:35:34 +01:00
Carsten Dominik
f67bcbea45
Fix some minor issues in the documentation
2009-09-17 07:35:34 +01:00
Carsten Dominik
f393b07e5f
Document exporting agenda views to Org files
2009-09-17 07:35:33 +01:00
Carsten Dominik
2e8f1311a4
Document support for MobileOrg
2009-09-17 07:35:33 +01:00
Carsten Dominik
8c9eee443d
Reorganize the Agenda menu
...
I needed more space to add the MobileOrg commands, and I also think it
is more consistent now.
2009-09-17 07:35:33 +01:00
Carsten Dominik
e2ee292aad
Fix whitespace issues in org.el and org-agenda.el
2009-09-17 07:35:33 +01:00
Carsten Dominik
4f58389074
Add menu commands for MobileOrg in the Org menu
2009-09-17 07:35:33 +01:00
Carsten Dominik
71d5620c0b
Autoload org-mobile.el
2009-09-17 07:35:33 +01:00
Carsten Dominik
0ea7f02336
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.
2009-09-17 07:35:33 +01:00
Carsten Dominik
0157dddece
Add new file org-mobile.el for communication with OrgMobile
...
This commit also installs target and dependencies in the Makefile
2009-09-17 07:35:33 +01:00
Carsten Dominik
cbafbe5f08
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.
2009-09-17 07:35:23 +01:00
Carsten Dominik
296a83dbaa
Compile org-crypt.el without (require 'epg)
2009-09-17 07:35:23 +01:00
Carsten Dominik
5e40b963cc
Fix typo affecting iswitchb completion
2009-09-17 07:35:04 +01:00
Sebastian Rose, Hannover, Germany
0c465dfc5b
org-babel-init.el now adds it's directories to user's load-path
2009-09-16 19:51:18 -06:00
Eric Schulte
63b0f3878e
org-babel is better at evaluating indented code blocks
2009-09-16 19:33:10 -06:00
Eric Schulte
a704ce4896
org-babel-asymptote now supports interactive viewing if the :file header argument is missing
2009-09-16 16:21:45 -06:00
Eric Schulte
8e87868df2
org-babel: asymptote maps to asy-mode in `org-src-lang-modes' and added requirements section to org-babel-asymptote.el
2009-09-16 10:54:43 -06:00
Carsten Dominik
738ba015a3
Install new contributed package org-invoice.el by Peter Jones
2009-09-16 14:19:17 +01:00
Carsten Dominik
2690dcb4ab
Install org-crypt.el by John Wiegley and Peter Jones
2009-09-16 14:05:40 +01:00