Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Daniele Pizzolli
On 09/21/2013 12:30 AM, Eric Schulte wrote: Hi Daniele, Thanks for catching this very large edge case which I completely ignored. I've just pushed up a fix. Hi Eric, Thanks to you for fixing it. It never ceases to amaze me how many clever thighs org-mode can do! Regards, Daniele Pizzolli

Re: [O] modify postamble in html export

2013-09-20 Thread Eric Abrahamsen
pw writes: >> You can override the whole thing by re-defining the `org-html-postable' >> variable. Set it to a function which returns the string you want: >> >> (defun my-org-html-postamble () >> (format "Last update : %s" (format-time-string "%d %b %Y"))) >> >> (setq org-html-postamble 'my-org

Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Eric Schulte
Hi Daniele, Thanks for catching this very large edge case which I completely ignored. I've just pushed up a fix. Best, Daniele Pizzolli writes: > On 09/20/2013 11:13 PM, Eric Schulte wrote: >> Hi Daniele, >> >> Thanks for the suggestion and the accompanying patch. I've just applied >> a modi

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Matt Price
sorry, forgot to cc the group. On Fri, Sep 20, 2013 at 6:34 PM, Matt Price wrote: > On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali > wrote: >> On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: >>> >>> >> On Sep 19, 2013, at 4:25 PM, Suvayu Ali >>> >> wrote: >>> >> >>> >>> I have s

Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Daniele Pizzolli
On 09/20/2013 11:13 PM, Eric Schulte wrote: Hi Daniele, Thanks for the suggestion and the accompanying patch. I've just applied a modified version of your patch (included below). Please let me know if this is insufficient for your needs. Hello Eric, Wonderful! Your patch is perfect for my u

[O] HTML Export has garbage characters ...

2013-09-20 Thread aditya siram
Hi all, I'm on org-mode version: Org-mode version 8.2 (release_8.2-8-g16a57e @ /home/deech/EmacsConfig/org-mode/lisp/) Unfortunately the html exporter has some garbage characters at the end of every line. Here's a small org file: * Headline #+BEGIN_SRC sh test source #+END_SRC The resultin

Re: [O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Eric Schulte
Hi Daniele, Thanks for the suggestion and the accompanying patch. I've just applied a modified version of your patch (included below). Please let me know if this is insufficient for your needs. Best, >From 136bdc0e83358fa3f6af1d8b3b0cd71cace61efe Mon Sep 17 00:00:00 2001 From: Eric Schulte Da

Re: [O] [Babel] Padlines

2013-09-20 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >> aditya siram writes: >>> What's the rationale for having padlines by default in tangled source? It >>> generates wrong programs for languages where whitespace is significant >>> (Haskell) and, for me, doesn't noticeably improve the

[O] Tentative patch to keep org-babel-results-keyword when calling org-babel-remove-result

2013-09-20 Thread Daniele Pizzolli
Hello @ll, this is my fist post on the list. Thanks to everybody for posting interesting things and keeping org-mode improving! I am seeking help because of my limited elisp knowledge. This is my incomplete patch to extend org-babel-remove-result to keep the org-babel-results-keyword when remo

[O] Strange Behaviour while rescheduling date

2013-09-20 Thread G. Martin Butz
Hi, I tried to describe this error a while ago, but did not get any response - probably due to the fact, that I can not find out, how to securely reproduce this very annoying behaviour; I will try to describe: 1. I try to reschedule an entry (C-c C-s) 2. The buffer with the org file seems to

Re: [O] Can't get dvipng to work

2013-09-20 Thread Rasmus
Ken Williams writes: > Rasmus gmx.us> writes: >> >> Then try to run dvipng FILE.dvi or perhaps just dvipng FILE. Does >> this work? > > Yes, it produces a proper output PNG that looks good, but note that the base > filename has a '1' appended: That's weird, but I can reproduce it here. It's f

[O] Bug: Since orgmode 8 not possible to publish my orgfiles

2013-09-20 Thread Daniel Thom
Hi, since i updated my emacs from 23 -> 24 and orgmode from 7.X to 8 my publish projects not work any more. I read that the publish functions were renamed. Ok, i changed my config. However it do not work. Here is my publishing project: (setq org-publish-project-alist '(("org"

Re: [O] 8.2: Error with tests

2013-09-20 Thread Rainer M Krug
Mehul Sanghvi writes: > emacs-version: GNU Emacs 23.4.1 (powerpc-unknown-linux-gnu, GTK+ Version > 2.24.19) of 2013-06-30 on porpora, modified by Debian > > org-version: Org-mode version 8.2 (release_8.2.dirty @ Your org-version is "dirty", i.e. you have a mix of different versions. Look at t

[O] 8.2: Error with tests

2013-09-20 Thread Mehul Sanghvi
emacs-version: GNU Emacs 23.4.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.24.19) of 2013-06-30 on porpora, modified by Debian org-version: Org-mode version 8.2 (release_8.2.dirty @ /home/mehul/Env/emacs/org-mode/lisp/) prompt% make check Done (Total of 103 files compiled, 3 skipped) make[2]:

Re: [O] modify postamble in html export

2013-09-20 Thread Nicolas Goaziou
Hello, pw writes: >> You can override the whole thing by re-defining the `org-html-postable' >> variable. Set it to a function which returns the string you want: >> >> (defun my-org-html-postamble () >> (format "Last update : %s" (format-time-string "%d %b %Y"))) >> >> (setq org-html-postamble

Re: [O] Can't get dvipng to work

2013-09-20 Thread Ken Williams
Rasmus gmx.us> writes: > > Then try to run dvipng FILE.dvi or perhaps just dvipng FILE. Does > this work? Yes, it produces a proper output PNG that looks good, but note that the base filename has a '1' appended: % dvipng orgtex6488Qq2.dvi This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsso

Re: [O] Bug: Since orgmode 8 not possible to publish my orgfiles

2013-09-20 Thread Maurice
Hi, Daniel Thom écrivit : > Hi, > > since i updated my emacs from 23 -> 24 and orgmode from 7.X to 8 my > publish projects not work any more. I read that the publish functions > were renamed. Ok, i changed my config. However it do not work. > > Here is my publishing project: > > (setq org-

[O] Bug: Since orgmode 8 not possible to publish my orgfiles

2013-09-20 Thread Daniel Thom
Hi, since i updated my emacs from 23 -> 24 and orgmode from 7.X to 8 my publish projects not work any more. I read that the publish functions were renamed. Ok, i changed my config. However it do not work. Here is my publishing project: (setq org-publish-project-alist '(("org"

Re: [O] modify postamble in html export

2013-09-20 Thread pw
You can override the whole thing by re-defining the `org-html-postable' variable. Set it to a function which returns the string you want: (defun my-org-html-postamble () (format "Last update : %s" (format-time-string "%d %b %Y"))) (setq org-html-postamble 'my-org-html-postamble) I didn't test

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Suvayu Ali
On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: > > >> On Sep 19, 2013, at 4:25 PM, Suvayu Ali > >> wrote: > >> > >>> I have some good news (sort of). We can force generic open by calling > >>> xdg-open like this[1]: > >>> > >>> DE=generic xdg-open /path/to/file > >> > > OK

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Carsten Dominik
On Sep 20, 2013, at 1:07 PM, Suvayu Ali wrote: > Hi Carsten, > > On Fri, Sep 20, 2013 at 12:49:43PM +0200, Carsten Dominik wrote: >> >> On Sep 19, 2013, at 4:25 PM, Suvayu Ali wrote: >> >>> I have some good news (sort of). We can force generic open by calling >>> xdg-open like this[1]: >>>

Re: [O] [OT] mail followup to (was Re: M-x fill-region equivalent for lists?)

2013-09-20 Thread Sebastien Vauban
Hi Eric, Eric S Fraga wrote: > John Hendy writes: > >> Got it. And now that you say that, *that's* what puzzled me when sending it >> out: I got an email back to myself. So *that* I still do find weird. If I >> send an email in response to your email on the list, why would I want it >> sent direc

Re: [O] Release 8.2

2013-09-20 Thread Suvayu Ali
On Thu, Sep 19, 2013 at 10:27:35PM +0200, Carsten Dominik wrote: > > Lets keep in mind that this is the first time that version 8 reaches Emacs, > so we can assume wider distribution, and possibly more issues and complaints > as the incompatible changes in version 8 reach this wider audience. So

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Suvayu Ali
Hi Carsten, On Fri, Sep 20, 2013 at 12:49:43PM +0200, Carsten Dominik wrote: > > On Sep 19, 2013, at 4:25 PM, Suvayu Ali wrote: > > > I have some good news (sort of). We can force generic open by calling > > xdg-open like this[1]: > > > > DE=generic xdg-open /path/to/file > > Hi Suvayu, >

[O] BUG?: BABEL - Release 8.2

2013-09-20 Thread Rainer M Krug
Carsten Dominik writes: > > Hi everyone, > > I have just released version 8.2 of Org mode. This is rather a minor release, > mainly designed to do some stabilization and cleanup before the merge > into Emacs. Bastien will do this next week (?). Just upgraded, to 8.2 and I found a bug:

[O] BUG?: BABEL - Release 8.2

2013-09-20 Thread Rainer M Krug
Carsten Dominik writes: > > Hi everyone, > > I have just released version 8.2 of Org mode. This is rather a minor release, > mainly designed to do some stabilization and cleanup before the merge > into Emacs. Bastien will do this next week (?). Just upgraded, to 8.2 and I found a bug:

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Carsten Dominik
On Sep 19, 2013, at 4:25 PM, Suvayu Ali wrote: > On Thu, Sep 19, 2013 at 08:36:52AM +0200, Suvayu Ali wrote: >> On Thu, Sep 19, 2013 at 08:24:51AM +0200, Carsten Dominik wrote: >>> >>> On 19.9.2013, at 06:34, Nick Dokos wrote: >>> Carsten Dominik writes: > On 18.9.2013, at 14:

Re: [O] Release 8.2

2013-09-20 Thread Carsten Dominik
Beste Alex, this is just my very own stupid typo. Thanks! - Carsten On Sep 20, 2013, at 11:40 AM, Alexander Baier wrote: > Hello Carsten, > > Carsten Dominik writes: > > [...] > >> New agenda fortnight view >> ~ >> >> The agenda has not, > > Shouldn't this be "T

Re: [O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Johannes Rainer
hi Alex, I did that, and my emacs tells me that he pulled stuff from the webdav. but that's all, no changes at all in my local TODOs. actually, I checked the content of my local from-mobile.org file: * F(edit:todo) [[(null)][(null)]] ** Old value TODO ** New value DONE ** End of edit I suppose t

Re: [O] Release 8.2

2013-09-20 Thread Alexander Baier
Hello Carsten, Carsten Dominik writes: [...] > New agenda fortnight view > ~ > > The agenda has not, Shouldn't this be "The agenda has now,"? > in addition to day, week, month, and year views, also a fortnight > view covering 14 days. > > Thanks to Michael Gaul

Re: [O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Alexander Baier
Hello jo, Johannes Rainer writes: > dear all, > > I am trying to use MobileOrg, and successfully set up the sync to my > WebDAV. Also, my agenda is nicely synced to the ipad, however, any changes > that I make to the agenda on the iPad, while being stored into the file " > mobileorg.org" on the

Re: [O] ODT export failed: wrong number of agruments

2013-09-20 Thread Carsten Dominik
On Sep 20, 2013, at 6:20 AM, Carsten Dominik wrote: > > On 20.9.2013, at 02:36, Matt Price wrote: > >> lots of questions lately! Sorry. >> >> I am trying to export an org-file to odt after having created a >> deck.js presentation from the same file. Exports to html work fine, >> and export

[O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Johannes Rainer
dear all, I am trying to use MobileOrg, and successfully set up the sync to my WebDAV. Also, my agenda is nicely synced to the ipad, however, any changes that I make to the agenda on the iPad, while being stored into the file " mobileorg.org" on the server and saved into "from-mobile.org" locally,