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
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
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
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
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
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
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
"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
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
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
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
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"
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
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]:
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
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
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-
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"
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
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
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]:
>>>
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
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
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,
>
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:
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:
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:
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
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
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
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
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
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,
33 matches
Mail list logo