[Orgmode] org-cycle-agenda-files is not cycling through all my 15 agenda files - bug?

2010-05-31 Thread Charles Cave
I restructured my personal productivity system from 3 files to 15 files all of which are in my agenda file list. The problem is that when I used the C-' (org-cycle-agenda-files) org-mode only cycles through 4 of the files. Needless to say, this is annoying and I have to go to the menu to call-up

[Orgmode] Display inline images patch

2010-05-31 Thread Russell Adams
I got irritated by my point jumping to the end of the buffer every time I toggled inline image display, so lets save excursion. ;] $ diff -Narub org.el~ org.el --- org.el~ 2010-05-20 10:12:45.0 -0500 +++ org.el2010-05-31 14:28:21.0 -0500 @@ -15489,6 +15489,7 @@ is how it wil

[Orgmode] Re: Bug with footnote mode + org-mode ?

2010-05-31 Thread Alexandre Billon
The problem disappears when I comment out those two lines (add-hook 'org-mode-hook 'footnote-mode) (setq footnote-prefix [[(control c) (f)]]) When I do not comment them out, I get the following backtraces : 1. When I create a new org file testest.org Debugger entered--Lisp error: (error "Ke

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-05-31 Thread Thomas S. Dye
Thanks Juan. That's an interesting idea. I can't think of a way to do something equivalent, though others on the list might offer some possibilities. All the best, Tom On May 31, 2010, at 3:04 AM, Juan wrote: On Sun, May 30, 2010 at 09:06:53PM -1000, Thomas S. Dye wrote: Can I ask why yo

Re: [Orgmode] pretty export of tags

2010-05-31 Thread Scot Becker
On Mon, May 31, 2010 at 3:56 PM, David Bremner wrote: > > I would like some more control over how tags are exported to PDF. I > tried both latex and docbook based methods, and as far as I can tell, in > both cases the treatment is hard-coded (at least in the docbook case it > does mark them as bei

[Orgmode] pretty export of tags

2010-05-31 Thread David Bremner
I would like some more control over how tags are exported to PDF. I tried both latex and docbook based methods, and as far as I can tell, in both cases the treatment is hard-coded (at least in the docbook case it does mark them as being different from the headline). Is there some existing trick I

[Orgmode] Problem with pushing to webdav server [6.35g]

2010-05-31 Thread Dietmar Winkler
When trying to push to a webdav server all I got was Process *tramp/scp davs* exited abnormally with code 255 Investigating further showed that tramp seems to not call the correct org-mobile-directory e.g., '(org-mobile-directory "/davs:123...@mediacenter.gmx.net") but actually Tramp: Sendin

Re: [Orgmode] GitHub

2010-05-31 Thread Carsten Dominik
Hi Matt, you might want to consider adding support for the Dropbox API to MobileOrg Android. I am currently testing this setup with Richard's beta. It is vastly superior compared to the webdav stuff, at least in terms of user setup required and hickups that can cause problems. In the f

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-31 Thread Sven Bretfeld
Hi Enrico Enrico Indiogine writes: > Thanks to the help from you all I managed to install the latest > development version of org-mobile-android on my Xperia X10. I set up > my .emacs for stage push-pull and have a mydisk.se account with an org > directory. > > M-x push will fail with an ssh ti

Re: [Orgmode] [babel] Tangle multiple sections source blocks into single file without #+source: ...

2010-05-31 Thread Rainer M Krug
On Fri, May 28, 2010 at 3:05 PM, Eric Schulte wrote: > Hi Rainer, > > The first option you suggested below should already be supported. For > example the following org-mode text > > Thanks Eric, this is working as expected. Cheers, Rainer > --8<---cut here---start