Re: [Orgmode] ob-lisp missing

2010-12-24 Thread suvayu ali
On Fri, Dec 24, 2010 at 4:35 PM, Steve Hafner wrote: > Why has ob-lisp.el been in the git tree since August, but it is not in > the stable release nor mentioned in the manual? What do you mean by stable? If you mean Emacs 23.2, then it is because it ships with Org-mode version 6.33x. If by stable

[Orgmode] noob question about word wrap

2010-12-24 Thread Filippo A. Salustri
Hi, I'm new to org-mode (though I've been a causal emacs user for more than 10 yrs). I'm running org 7.4 on the current Aquamacs, and I prefer larger than normal windows (120 col x 36 rows). The problem is that org seems to do hard auto-fill linebreaks regardless of window size. I have honestly loo

[Orgmode] ob-lisp missing

2010-12-24 Thread Steve Hafner
Why has ob-lisp.el been in the git tree since August, but it is not in the stable release nor mentioned in the manual? Anyway, thanks David and Eric for coding this. Steve ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the lis

Re: [Orgmode] [PATCH] org-plist-delete rewrite

2010-12-24 Thread Julien Danjou
On Fri, Dec 24 2010, Julien Danjou wrote: Sorry, the replacement function is not that good since it can looks for value. But at least one of the 2 identical function should be removed, probably the one in org.el -- Julien Danjou ❱ http://julien.danjou.info pgp65KQpFmR00.pgp Description: PGP si

[Orgmode] [PATCH] org-plist-delete rewrite

2010-12-24 Thread Julien Danjou
* org-macs.el (org-plist-delete): Rewrite faster. * org.el (org-plist-delete): Remove duplicate from org-macs.el. Signed-off-by: Julien Danjou --- lisp/org-macs.el | 16 +++- lisp/org.el | 10 -- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/lisp/o

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

2010-12-24 Thread Julien Danjou
On Fri, Dec 24 2010, Matt Lundin wrote: > With your original patch, I am also frequently seeing "???" as a > category in the agenda buffer. E.g., > > ???:In -1 d.: TODO Christmas gifts wrapped:home: > > This occurs with files/entries that do not have an in-buffer cate

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

2010-12-24 Thread Carsten Dominik
Hi Matt, hi Julien, 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. Thanks - Carsten On Dec 24, 2010, at 4:46 PM, Matt Lundin wrote: Hi Julien, Julien Danjou writes: On Thu, Dec 23 2010, Matt Lundin w

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

2010-12-24 Thread Matt Lundin
Hi Julien, Julien Danjou writes: > On Thu, Dec 23 2010, Matt Lundin wrote: > >> Another observation: org-refresh-category-properties returns t > > That's the 't' you see as category. > >> and thus >> short-circuits the "or" here. Is the following perhaps the intended >> behavior? >> >> diff --gi

Re: [Orgmode] Re: Worg

2010-12-24 Thread Bastien
Hi Sebastian, Sébastien Vauban writes: > If helpful for the future, could you tell us what it was? Yes - here is the commit message: http://repo.or.cz/w/Worg.git/commit/c7d7f1e84cf2543315f8a6e48c950167201cdaff A #+begin_src was inside a #+begin_quote construct, which seems to confuse the

[Orgmode] [babel] Code which outputs code in another language

2010-12-24 Thread Sébastien Vauban
#+TITLE: Code which outputs code in another language #+DATE: 2010-12-24 #+LANGUAGE: en_US #+BABEL: :engine msosql :eval no * Input data #+results: input | ID | val1 | val2 | |-+--+--| | ABC | 13 | 34 | | DEF | 55 | 28 | * Code The following code takes a table

[Orgmode] Re: How to export the ampersand (&) symbol correctly for both LaTeX and HTML documents?

2010-12-24 Thread Kyeong Soo (Joseph) Kim
That's cool! The new version automatically converts "\amp" to "\&" for LaTeX, not "$\amp$" as in my current version (comes with Emacs). Again, many thanks for your prompt response and I will update it per your guidance. Regards, Joseph On Fri, Dec 24, 2010 at 3:23 AM, Bernt Hansen wrote: > "Ky

[Orgmode] Re: Worg

2010-12-24 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > "Thomas S. Dye" writes: >> I think Worg hasn't been updating for the last few days. > > Yes - export was broken, so I had to prevent auto-publishing to hunt the > bug. I found it in org-issues.org. If helpful for the future, could you tell us what it was? Do we have