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
Eric Schulte
6f9644682b
org-babel now explicitly requires org-table
2009-09-15 09:53:37 -06:00
Carsten Dominik
1530e0eafe
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.
2009-09-15 14:11:21 +01:00
Carsten Dominik
9dccc8372c
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2009-09-15 09:29:50 +01:00
Carsten Dominik
c2a3a379a9
Make odd-level conversion work in outline-mode files
2009-09-15 07:44:53 +01:00
Eric Schulte
6ce74742b8
org-babel-execute:gnuplot no longer pops up a gnuplot window
...
also some whitespace-only indentation changes in org-babel.el
2009-09-14 20:22:56 -06:00
Eric Schulte
dacd052bef
brought in latest library-of-babel.org from worg
2009-09-13 21:15:17 -06:00
Eric Schulte
898f8e3bc8
Merge branch 'babel'
2009-09-13 21:14:01 -06:00
Eric Schulte
133aa88a06
renaming the org-babel-lisp file to org-babel-emacs-lisp
2009-09-13 10:07:31 -06:00
Eric Schulte
9c6309908f
removing .gitignore from contrib/babel
2009-09-12 20:22:24 -06:00
Eric Schulte
d5d8608a97
now respects the properties on export
2009-09-12 12:14:09 -06:00
Eric Schulte
2d2a2a1956
trimming down the size of contrib/babel
2009-09-12 11:39:38 -06:00
Carsten Dominik
bf923fdb6f
Remove space at eol in planning lines
2009-09-12 15:03:20 +02:00
Carsten Dominik
0054bf1105
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.
2009-09-12 07:05:21 +02:00
Eric Schulte
eec9c235d0
moving/removing files, and updating paths
2009-09-11 13:56:14 -06:00