Re: [O] From latest maint/master, no need to (require 'org-install): Lisp error

2012-10-04 Thread Achim Gratz
Rainer Stengele writes: > Actually I am confused - I did not quite understand - why do I no more > require 'org-install and also not 'org. Can you point me to some docs > about this? If you need anything at all, you now need to use (require 'org), regardless of whether it's the Org version that co

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-10-04 Thread Eric Schulte
Eric S Fraga writes: > Eric Schulte writes: > >> Hi, >> >> I've recently put together a web server which runs in Emacs and exports >> local Org-mode files to HTML in such a way that they may be edited from >> within a web browser with the edits saved to local files on disk. The >> code is avail

Re: [O] [babel] howto debug #+call lines

2012-10-04 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I am getting different results from the evaluation of a source block and > the evaluation of a #+call line to that block. > > Therefore, my question: Is there an equivalent to > org-babel-expand-src-block (C-c C-v v) for #+call lines? > > Or more general: How d

[O] [babel] howto debug #+call lines

2012-10-04 Thread Andreas Leha
Hi all, (seems like I am having trouble to post -- sorry if multiple copies of this end up on the list) I am getting different results from the evaluation of a source block and the evaluation of a #+call line to that block. Therefore, my question: Is there an equivalent to org-babel-expand-src-b

[O] Extend (org-shiftcontrolup) and (org-shiftcontroldown) with numeric arguments?

2012-10-04 Thread Rainer Stengele
Hi! I wonder if (org-shiftcontrolup) and (org-shiftcontroldown) could be provided with the possibility to add a numeric argument. Point on CLOCK: [2012-12-09 So 09:00]--[2012-12-09 So 17:00] => 8:00 ^ I would like to be able to change the time span to today + 7 days: CLOCK

[O] [babel] debug #+call lines

2012-10-04 Thread Andreas Leha
Hi all, I am getting different results from the evaluation of a source block itself and the evaluation of a #+call line to that block. Therefore, here is my question: Is there an equivalent to org-babel-expand-src-block (C-v C-v v) for call lines? Or how should I debug a #+call line? Regards, A

[O] [babel] howto debug #+call lines

2012-10-04 Thread Andreas Leha
Hi all, I am getting different results from the evaluation of a source block and the evaluation of a #+call line to that block. Therefore, my question: Is there an equivalent to org-babel-expand-src-block (C-c C-v v) for #+call lines? Or more general: How do I debug #+call lines? Regards, Andr

[O] [BUG] Parsing consecutive stars

2012-10-04 Thread William Léchelle
Hi list, It looks like the stars parser has a problem with 2 consecutive stars, hence with bold in 2nd level headers. The following sums up all the relevant tests I performed. Only 3rd and 4th lines seem to be related, in a strange fashion, even, but I couldn't find anything else that would indic

Re: [O] Clocktable: Put summary line as table caption

2012-10-04 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > You're right. I also thought of that. But that concern is much more general > than for the clocktables: if any (future) back-end does not support captions > in his DNA, we will have to foresee a workaround in the export _anyway_, > something such as copying

[O] Block-Agenda: Show whole entry

2012-10-04 Thread Moritz Ulrich
Hello, I'm trying to create an Agenda which will be printed / mailed daily. It should include the usual 'today' agenda and my shopping list. This shopping list is stored in an agenda file as a list with checkboxes. I want this list as the second block in my agenda. Is this possible? Cheers, Mo

[O] Bug: New Exporter macro expansion

2012-10-04 Thread Jonathan Leech-Pepin
Hello all, I've found a few issues with the new exporter (tested using org-e-latex and org-e-ascii) with regards to macro expansion on export. Using the minimal org file below with Org-mode version 7.9.2 (release_7.9.2-402-ge5e49e @ d:/Apps/Emacs/site-lisp/org/) certain macros do not expand as ex

Re: [O] Some links no longer work

2012-10-04 Thread Simon Thum
On 10/03/2012 07:19 PM, Simon Thum wrote: On 10/03/2012 03:09 PM, Giovanni Ridolfi wrote: Da: Simon Thum Inviato: Mercoledì 3 Ottobre 2012 14:45 Hi Simon, recently my UNC links stopped working; [...] I have links, say, [[\\server\share\some\dir\]] which (on win32) would open an explorer at th

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-04 Thread ASSI
On Thursday 04 October 2012, 14:01:26, Nicolas Goaziou wrote: > AFAIU, this is a temporary fuse. As such, wouldn't it be useful to drop > a note (i.e. as a comment in the Makefile) reminding it and explaining > how to remove it when its time has come ? Actually, I would leave it in indefinately.

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-04 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Achim Gratz writes: >> One suggestion: I'd introduce an org-install.el that never gets compiled >> and only throws a warning if loaded. This will also help to defuse old >> copies of org-install that are maybe still present later in load-path. > > Here's a patch to

Re: [O] From latest maint/master, no need to (require 'org-install): Lisp error

2012-10-04 Thread Rainer Stengele
Am 02.10.2012 17:39, schrieb Bastien: > Rainer Stengele writes: > >> Still complaining about org-version .. > > Dong! Fixed. Please pull again. > Thanks Bastien, works perfectly now. Actually I am confused - I did not quite understand - why do I no more require 'org-install and also not 'org