[O] org-mobile-push problem

2011-11-02 Thread Nicholas Putnam
of Contents 1 Head 1 1.1 subhead 1 1 Head 1 1.1 subhead 1 one two Date: 2011-11-02 11:15:17 CDT Author: Nicholas Putnam Org version 7.7 with Emacs version 23 Validate XHTML 1.0 I'm in sync with git://repo.or.cz/org-mode Any ideas? Thanks, Nik

[O] agenda bug

2011-04-19 Thread Nicholas Putnam
I get a strange error message when trying to view the agenda for the current day/week with C-c a a : org-agenda-highlight-todo: Args out of range: #(" diary: " 0 14 (org-category "diary" tags nil org-highest-priority 65 org-lowest-priority 67 time-of-day nil ...)), 26, 30 I can make it go a

[O] org-show-hierarchy-above with tags-todo ?

2011-04-14 Thread Nicholas Putnam
Should org-show-hierarchy-above work in combination with tags-todo in the following org-agenda-custom-command? ("Q" "Project todos" ( (agenda) ( tags-todo "PROJECT") ) ( (org-show-hierarchy-above t ) ) ) I can set other options, and see th

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
I got it working. I think that before emacs wasn't finding org-mode/contrib/lisp, but not generating any error (that I could see). Thanks again. On Thu, Jul 8, 2010 at 3:28 PM, Eric Schulte wrote: > Alright, > > Fontification is not specifically an Org-babel feature, but is provided > by Org-mo

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
On Thu, Jul 8, 2010 at 1:33 PM, Eric Schulte wrote: > Hi Nicholas, > > Nicholas Putnam writes: > > > Dear Eric, > > > > Updating from the repository, and putting it at the head of my load-path > > fixed the problem with org-babel-tangle-lang-exts. Thanks.

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-08 Thread Nicholas Putnam
Dear Eric, Updating from the repository, and putting it at the head of my load-path fixed the problem with org-babel-tangle-lang-exts. Thanks. org-version returns org-mode version 6.36trans (release_6.36.576.gec22). I still can't seem to export python to html with syntax coloring when exporting

Re: [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Nicholas Putnam
oad-with-code-conversion("/Users/nputnam/.emacs" "/Users/nputnam/.emacs" t t) load("~/.emacs" t t) #[nil "^H\205\276^@ \306=\203...@\307^h\310q\202a^@ \311=\20...@\312\307\313\314#\203#^@\315\20...@\312\307\313\316#\203/^...@\317\202a^@\315\202A^@ \3$ c

[Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-07-07 Thread Nicholas Putnam
I'm new to, but loving playing with org-mode. Thanks for this excellent code! I followed the directions for checking out the latest version with git, so have been trying to catch up to the new configuration for babel, at the same time that I'm learning the ropes of org-mode. I am finding that ba