Re: [O] [PATCH] org version under Windows 7

2012-07-25 Thread Giovanni Ridolfi
Da: Bastien Inviato: Martedì 24 Luglio 2012 17:23 Oggetto: Re: [O] [PATCH] org version under Windows 7 > Achim Gratz writes: >> Giovanni Ridolfi writes: >>> 1  I downloaded from http://orgmode.org/w/org-mode.git >>>    the last git snapshot (c75120aa71257604) > >> Jason, it would be quite

[O] Org Agenda - revert all agenda files?

2012-07-25 Thread Xin Shi
Hello Experts, In the *Org Agenda* buffer, I usually use the key "r" to refresh the content. If some of the agenda files have change from the disk, it will pop up the question in the mini-buffer to ask what to do. As I choose "r" to revert most of the time, and I have to do several times to revert

Re: [O] Org Agenda - revert all agenda files?

2012-07-25 Thread Giovanni Ridolfi
Hi, Xin, Da: Xin Shi Inviato: Mercoledì 25 Luglio 2012 10:09 > In the *Org Agenda* buffer, I usually use the key "r" to refresh the content. > If some of the agenda files have change from the disk, it will pop up the > question in the mini-buffer to ask what to do. > As I choose "r" to rev

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-25 Thread Torsten Wagner
Hey David, herewith I claim interest but currently lack of time to test it... just to keep you motivated ;) Guess many are interested actually, this was on the mailing list several times already. Any chance to merge with mobileOrg? Would be good to have both ways and you might save some time do

Re: [O] [bug] org-e-beamer misbehaves when case-fold-search is t

2012-07-25 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > I did some more testing, this only happens with subtree export with > org-e-beamer. Try to export the top level tree in the attached org file > with org-e-beamer like this: M-: (org-e-beamer-export-to-LaTeX t) RET. Ok, it should be fixed now. Thank you for the detai

Re: [O] Org Agenda - revert all agenda files?

2012-07-25 Thread Xin Shi
Hi Giovanni, Thanks for your quick response. You're right that g and r are the same thing. To reproduce what my problem, one has to change the file not inside the Emacs of org-mode, such as in a terminal (the senario is that the files are updated remotely and controlled by VC) . For example, a.org

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-25 Thread AW
Am Dienstag, 24. Juli 2012, 17:21:37 schrieb Jeremiah Dodds: > > I also see this behaviour, more commonly with definition lists, and > (seemingly) somewhat sporadically, it doesn't always happen for me. I > suspected that it had something to do with my setting > `org-cycle-separator-lines` to 0, b

Re: [O] bold font in org-e-beamer export

2012-07-25 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > org-e-beamer exports *bold markup* as \alert{..}. I was wondering if > there is a way to export it as the usual \textbf{..}. I would also like > to have a convenient markup for \structure{..}, how do I add new > markup? You can't add new markup. Though, there are

Re: [O] Org Agenda - revert all agenda files?

2012-07-25 Thread Christer Boräng
In message , Xin Shi writes: >Hello Experts, >In the *Org Agenda* buffer, I usually use the key "r" to refresh the >content. If some of the agenda files have change from the disk, it will pop >up the question in the mini-buffer to ask what to do. As I choose "r" to >revert most of the time, and I

Re: [O] Bug (?): Indentation of lists and customized TODOs

2012-07-25 Thread Jeremiah Dodds
AW writes: > Hi Jeremiah, > > "somewhat sporadically" is a very good description for the behaviour after I > started to investigate. My best guess is to delete this line from my .emacs: > > (setq-default auto-fill-function 'do-auto-fill) > > And yes, a TAB fails to indent the line. > > Regards,

[O] Managing Images with Org-mode?

2012-07-25 Thread Karl Eichwalder
Did someone already try to manage images with org-mode? Or is it better to stick with image-dired and enhancing that one? For example, what is about uploading selected images to flickr? -- Karl Eichwalder

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-25 Thread Eric Schulte
I've just applied this patch including the input from both Achim and Vladimir (thanks). I also applied another patches fixing the other cl related build issues mentioned by Achim. The build now succeeds on the latest Emacs without generating any warnings and all tests pass (although it sounds lik

Re: [O] Org Agenda - revert all agenda files?

2012-07-25 Thread Nick Dokos
Christer Boräng wrote: > In message > > , Xin Shi writes: > >Hello Experts, > > >In the *Org Agenda* buffer, I usually use the key "r" to refresh the > >content. If some of the agenda files have change from the disk, it will pop > >up the question in the mini-buffer to ask what to do. As I cho

Re: [O] [babel] calc var floating point number error

2012-07-25 Thread Eric Schulte
Eric Schulte writes: > Giovanni Ridolfi writes: > >> Hello everyone, >> >> GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN >> Org-mode version 7.8.11 (eed478ffa @ >> >> >> I have a problem with babel and calc. >> >> I am not able to pass (as variable) floating point numbers.  >

Re: [O] is there some example for parse org-mode file in emacs lisp script mode ?

2012-07-25 Thread Luis Anaya
Tongzhu Zhang writes: I've been slowly working on these, but my boss is on holidays and I have to cover for him. I get all the work, none of the perks. I've been squeezing development between boring meetings. (which one just popped up on outlook :( ) I cleaned up most of the fluff from the o

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-25 Thread Achim Gratz
Eric Schulte writes: > I also applied another patches fixing the other cl related build issues > mentioned by Achim. The build now succeeds on the latest Emacs without > generating any warnings and all tests pass (although it sounds like we > could use more test coverage). I don't think d7a8b6636

Re: [O] The "problem" with `flet' in Org-mode and (future) Emacs 24.2

2012-07-25 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> I also applied another patches fixing the other cl related build issues >> mentioned by Achim. The build now succeeds on the latest Emacs without >> generating any warnings and all tests pass (although it sounds like we >> could use more test coverag

[O] [PATCH] Let ob-C and ob-fortran work correctly on Windows/Cygwin

2012-07-25 Thread Achim Gratz
>From 61310146053cff23972d8926c73d0eedae157190 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Wed, 25 Jul 2012 19:09:08 +0200 Subject: [PATCH] Let ob-C and ob-fortran work correctly on Windows/Cygwin * lisp/ob.el (org-babel-exeext): New defconst to hold extension for executables or nil if non

[O] [OT] Configuring bbdb 3

2012-07-25 Thread Alan Schmitt
Hello, Since I'm spending more and more time in Emacs, mostly in org mode, I moved my email reading and writing there. Everything is happily configured (I'm using gnus), with one exception: email address completion. I've read a few things online and it seems that bbdb is the way to go, so I compil

Re: [O] [PATCH] Let ob-C and ob-fortran work correctly on Windows/Cygwin

2012-07-25 Thread Eric Schulte
Applied, Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte

Re: [O] possible org bug

2012-07-25 Thread Achim Gratz
Robert Louis McIntyre writes: > This only happens when using emacs in batch mode. > > I've created a minimal example that demonstrates this > problem at: > > http://aurellem.org/dl/possible-org-bug.tar.bz2 I'm getting the same error both in batch and in non-batch mode for Emacs 23.3 and in non-ba

Re: [O] possible org bug

2012-07-25 Thread Achim Gratz
Achim Gratz writes: > This looks to be either a bug in font-lock or some missing setup for it > to work correctly, maybe just for Java; or java-mode (which is based on > cc-mode) tries to use facilities that aren't present in batch; or > cc-mode has a bug in version 5.32.2 that is not present in ve

Re: [O] possible org bug

2012-07-25 Thread Nick Dokos
Achim Gratz wrote: > Robert Louis McIntyre writes: > > This only happens when using emacs in batch mode. > > > > I've created a minimal example that demonstrates this > > problem at: > > > > http://aurellem.org/dl/possible-org-bug.tar.bz2 > > I'm getting the same error both in batch and in non-

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)

2012-07-25 Thread David Engster
Torsten Wagner writes: > Guess many are interested actually, this was on the mailing list > several times already. > Any chance to merge with mobileOrg? Would be good to have both ways > and you might save some time doing redundant stuff in both projects. Well, there's really no redundancy since m

Re: [O] [OT] Configuring bbdb 3

2012-07-25 Thread Myles English
Alan Schmitt writes: > Hello, > > Since I'm spending more and more time in Emacs, mostly in org mode, I > moved my email reading and writing there. Everything is happily > configured (I'm using gnus), Everything was hunky dory with my gnus...until I upgraded to Emacs 24, and my multiple IMAP a

Re: [O] [OT] Configuring bbdb 3

2012-07-25 Thread Eric Abrahamsen
On Thu, Jul 26 2012, Alan Schmitt wrote: > Hello, > > Since I'm spending more and more time in Emacs, mostly in org mode, I > moved my email reading and writing there. Everything is happily > configured (I'm using gnus), with one exception: email address > completion. I've read a few things online

Re: [O] [OT] Configuring bbdb 3

2012-07-25 Thread Achim Gratz
Eric Abrahamsen writes: [...] > GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.11) > of 2012-07-23 on pellet > 7.8.10 Given that Emacs 24.1.50 ships with Org 7.8.11, why are you still on 7.8.10? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+