Carsten Dominik
668e28f4d0
Bind <home> and <end> to the org-specific commands
2009-09-25 08:03:23 +01:00
Carsten Dominik
d003caa178
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2009-09-25 08:00:26 +01:00
Carsten Dominik
e9196279f4
Make C-e not jump after the ellipsis of a folded headline
2009-09-25 07:58:54 +01:00
Eric Schulte
3f1be49a04
adding org-babel-load-in-session-maybe bound to Meta-Up (currently only for Haskell)
2009-09-24 21:58:49 -06:00
Eric Schulte
0fa8a7feac
fleshed out org-babel-haskell-prep-session (called with Meta-Down inside source block)
2009-09-24 21:58:48 -06:00
Carsten Dominik
f24f2ea410
Run `org-follow-link-hook' after following any link types
2009-09-24 21:49:08 +01:00
Carsten Dominik
6867751efe
All indented lines starting with "#+" to be comments
2009-09-24 10:27:30 +01:00
Carsten Dominik
c950e4b3ac
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.
2009-09-24 10:02:00 +01:00
Carsten Dominik
38f82c430b
Remove final dot from a number of error messages
...
Downstream Emacs patch.
2009-09-24 09:09:33 +01:00
Carsten Dominik
3611fc76c3
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2009-09-23 14:46:39 +01:00
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