Re: [Orgmode] Re: [PATCH] Always return refreshed category

2010-12-27 Thread Julien Danjou
On Fri, Dec 24 2010, Carsten Dominik wrote: > I have reverted the patch for now. It would be great if the two of > you could continue to try to fix it before we make another attempt. Here's an updated patch with all the fixes above. From 3821f60475b20df92ad21afc7604b4c7f0c3d9bb Mon Sep 17 00:00:

Re: [Orgmode] org-add-link-type

2010-12-27 Thread Christian Moe
Hi again, That is indeed surprising. It looks as if an empty desc is never passed, instead it is replaced with the full raw path. I don't think that's the right behavior, and I don't really see how it could result from org-export-latex-links. Hadn't noticed this before because my own "cite"

Re: [Orgmode] Re: [PATCH] Always return refreshed category

2010-12-27 Thread Julien Danjou
On Mon, Dec 27 2010, Julien Danjou wrote: > On Fri, Dec 24 2010, Carsten Dominik wrote: > >> I have reverted the patch for now. It would be great if the two of >> you could continue to try to fix it before we make another attempt. > > Here's an updated patch with all the fixes above. I've re-add

Re: [Orgmode] elisp code takes CPU too much

2010-12-27 Thread Eric Schulte
My only guess would be repeatedly calling the `org-table-put' function from inside of your inner while loop. Specifically including the ALIGN option to the function is repeatedly re-aligning your table. Maybe performance would be improved by calling `org-table-align' once after the end of your wh

Re: [Orgmode] ob-lisp missing

2010-12-27 Thread Eric Schulte
suvayu ali writes: > On Sat, Dec 25, 2010 at 12:36 AM, Steve Hafner > wrote: >> On Sat, Dec 25, 2010 at 1:02 AM, Suvayu Ali >> wrote: >>> On Friday 24 December 2010 10:51 PM, Steve Hafner wrote: Sorry, I mean the current version 7.4 is missing ob-lisp.el. >>> >>> Are you sure y

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-27 Thread Eric Schulte
Niels Giesen writes: > "Eric Schulte" writes: > >> Niels Giesen writes: >> >>> "Eric Schulte" writes: >>> Thanks, I've just pushed up a new version of org-mime which makes use of this function. >>> > > Hi Eric, thanks for implementing this. > > However, I see a problem in the solutio

[Niels Giesen] Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-27 Thread Niels Giesen
--- Begin Message --- "Eric Schulte" writes: > Niels Giesen writes: > >> "Eric Schulte" writes: >> >>> Niels Giesen writes: >>> "Eric Schulte" writes: > Thanks, I've just pushed up a new version of org-mime which makes use of > this function. >> >> Hi Eric, thanks for i

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-27 Thread Samuel Wales
On 2010-12-21, Niels Giesen wrote: > On the subject of encouraging so-called code blocks brought to our > attention by Samuel, encouraging this was not my intention, I should > have thought better before posting and I will never in my life post such > immoral examples anymore. I got a good laugh

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-27 Thread Niels Giesen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry list for the last two mails (the ones with attachments), I messed things up there. Below the mail I sent to Eric, but forgot to copy carbonically to the list. "Eric Schulte" writes: > Niels Giesen writes: > >> "Eric Schulte" writes: >> >>> N

[Orgmode] org-batch-agenda giving "Unknown terminal type" error

2010-12-27 Thread johnt
I am trying to export my agenda from the command line. It works fine using C-c ae Here is the command I am using: emacs -batch -l ~/.emacs_batch -eval '(org-batch-agenda "e")' I made a stripped down .emacs try to help. If I run some simple command like org-version it works fine. I am running Ubu

[Orgmode] Solution for export to Blogger

2010-12-27 Thread Samuel Wales
Here is my solution for posting to Blogger, and the reasons I chose it. The insight that led to the correct solution was that you have to use the new edit box on Blogger. Thanks for that. I took it from there. This works on Emacs 22. It will probably work on 23 also, but I have not tried it. I

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-27 Thread Eric Schulte
Niels Giesen writes: > > Thanks. I think I noticed a bug though, being that > `org-mime-pre-html-hook' is run for the ascii and org parts of > html-ascii and org. The code below should fix this: > Applied, Thanks -- Eric ___ Emacs-orgmode mailing list