Re: [O] org -> deck.js?

2012-03-22 Thread Yagnesh Raghava Yakkala
Hello Matt, Matt Price writes: > Hi folks, > > has anyone had any luck converting org files to deck.js? I'm working > on a presentation for tomorrow... and wondering if html5-slideshow is > still the best export path.  Thanks folks!! I am not really answering your question. I had a terrible

[O] bug#9695: allowed date range

2012-03-22 Thread Glenn Morris
Version: 24.1 Seems to have been fixed, but this bug was never closed, nor included on the discussion. Ref thread http://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg00439.html

[O] org -> deck.js?

2012-03-22 Thread Matt Price
Hi folks, has anyone had any luck converting org files to deck.js? I'm working on a presentation for tomorrow... and wondering if html5-slideshow is still the best export path. Thanks folks!! matt

[O] bug#9809: 24.0.90; flyspell-auto-correct-word hard to access in org-mode

2012-03-22 Thread Glenn Morris
Eric Hanchrow wrote: > I started emacs with "emacs -Q". Then I typed > > M-x o r g - m o d e M-x f l y s p e l l - > m o d e C-h c C-h c M-TAB > > C-h c showed me " runs the command pcomplete". > C-h c M-TAB (which I typed via Ctrl+Alt+i) showed me "M-TAB runs the > command flyspell-

Re: [O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
>> On Thu, 22 Mar 2012 23:34:08 +0100, Uwe Brauer wrote: > Now org-mime-htmlize allows me to htmlize a message buffer > but seems not to work with org-preview-latex-fragment > either the png is not exported or I obtain an error message > of the sort: > Unknown conversion type nil

[O] org-mime-htmlize and org-preview-latex-fragment

2012-03-22 Thread Uwe Brauer
Hello I love org-preview-latex-fragment and I would like to use it for scientific correspondence. There exists a couple of extensions for Thunderbird which insert latex generated png into an (html) email. Now org-mime-htmlize allows me to htmlize a message buffer but seems not to work with org-pr

[O] org-babel tangling + ascii export

2012-03-22 Thread Ilya Shlyakhter
Is it possible to combine org-babel tangling with ASCII export, so that the tangled file would have ALL of the Org-file's content as comments (preserving indentation etc as the ASCII export does), with the code blocks inserted as non-comments? Basically I want to write the program in literate-pro

Re: [O] [babel] BUG in call lines

2012-03-22 Thread Marc-Oliver Ihm
Hi Andreas, I think the behaviour you have discovered is governed by the constant org-babel-block-lob-one-liner-regexp; However, tweaking this regular expression the right way seems to be really hard (impossible): http://stackoverflow.com/questions/546433/regular-expression-to-match-outer-br

[O] GSoC 2012: Mentor application?

2012-03-22 Thread Thorsten
Hi List, visiting the GSoC 2012 page recently I was surprised to see the following announcement: ,-- | mentors: apply now! | Login or Register | with a Google Account to get started. `-- I do not remember having read some

[O] [PATCH] org-show-subtree

2012-03-22 Thread naga uni
Dear Depeloppers, I'm using org-mode with outline-minor-mode. I found a trouble with C-c C-o C-s, show-subtree, says Wrong type argument: commandp, org-show-subtree in the mini-buffer. I think the attached patch fix this trouble. Best wishes, K.Nagashima uni.n...@gmail.com diff --git a/l

[O] R sessionInfo() and orgmode footnotes

2012-03-22 Thread Alejandro Reyes
Dear all, I am having troubles to export my documents to a pdf when I have the R sessionInfo() as a result. Nevertheless I can export them as a html. I think org-mode export to latex is getting confused with the output of the sessionInfo() function and the footnotes definition. The next is a e

Re: [O] ELPA syncing cronjob stopped running

2012-03-22 Thread Chong Yidong
Tassilo Horn writes: >>> on irc some user reported that the current org-mode version listed >>> in `M-x package-list-packages' cannot be downloaded anymore. It >>> seems that this is caused by some cronjob that stopped running on >>> February, 14th. >> >> Looks like some kind of firewall snafu w

Re: [O] new exporter: exporting subtree with "outside calls"

2012-03-22 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I experience problems with the new export engine (accessible via > org-export-dispatch). > > When I limit the export to the current subtree, > the export fails with > , > | if: reference 'foo' not found in this buffer > ` > when 'foo' is the name of a source

Re: [O] meaning of body-only in org-export-as-html

2012-03-22 Thread Myles English
Hi Chris, >> On Fri, 16 Mar 2012 16:33:22 -0600, Chris Gray said: > Hello, I am using org-export-as-html with the body-only parameter > set to t in the org plugin for ikiwiki that I'm working on. It > works almost perfectly, but I recently had a user point out that > it's not possible t

Re: [O] Remaining Work Report

2012-03-22 Thread Myles English
Hi Sebastian, >> On Mon, 19 Mar 2012 14:33:17 +0100, Sebastien Vauban said: > #+COLUMNS: %40ITEM(Task) %6Effort(Estim.){:} * Context > The question I'm trying to give an answer to is: *what's the > remaining number of hours (or days) to finish my project*? I have just been through this m

[O] new exporter: exporting subtree with "outside calls"

2012-03-22 Thread Andreas Leha
Hi all, I experience problems with the new export engine (accessible via org-export-dispatch). When I limit the export to the current subtree, the export fails with , | if: reference 'foo' not found in this buffer ` when 'foo' is the name of a source block defined outside of that subtree

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-22 Thread Rustom Mody
Writing a first cut backend for elisp into ragel is probably not a big job. Porting org to that backend is damn ambitious

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-22 Thread Thorsten
Aurélien Aptel writes: Hi Aurelien, > Here's a draft of my application. I was hoping someone (mentors?) > could help me improve it (suggestion, typo, correction). Keep in mind > English is not my native language. I copied and pasted the Ragel proposal from this email: ,

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-22 Thread Rainer Stengele
Hi all, no need to hurry, I just wanted to hear about plans. I can stick with the test branch for now. Best, Rainer Am 22.03.2012 11:12, schrieb Bastien: > Hi Rainer, > > Rainer Stengele writes: > >> I have had no problems with sticky buffers. >> I use 2 or 3 of them and really like the functi

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-22 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I have had no problems with sticky buffers. > I use 2 or 3 of them and really like the function. > When will they be merged into master? I will test the branch and merge it to master if there is no problem. But I need to focus on releasing 7.8.07 first, whi

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-22 Thread Rainer Stengele
Hi Carsten, I have had no problems with sticky buffers. I use 2 or 3 of them and really like the function. When will they be merged into master? Regards, Rainer Am 11.03.2012 13:48, schrieb Dominik, Carsten: > Hi everyone, > > already in Januar, Max Mikhanosha had published the first > version

Re: [O] Missing date in Org-Agenda Day buffer

2012-03-22 Thread Bastien
Hi Rasmus, Rasmus Rempling writes: > When scheduling may working day I use the Org-Agenda Day view and the > column mode with the format as given below. This work very well and I am > happy with the set-up. However, as shown in the attached png file the date > is missing. My initial thought was

Re: [O] Patch: Customize failure for org-agenda-custom-commands

2012-03-22 Thread Bastien
Hi Joe, "Joe Vornehm Jr." writes: > The Customize interface for org-agenda-custom-commands fails for > agenda commands with an org-agenda-entry-types command option. The > reason it fails is that the org-agenda-entry-types option should be a > quoted list, but the defcustom expression doesn't a

Re: [O] Commit bb2848 causes performance problems

2012-03-22 Thread Bastien
Hi Marcel, Marcel van der Boom writes: > commit bb28480169558a183fab2330476a49b4fb1aec46 causes major > performance problems in my install. thanks a lot for reporting this -- the gain in speed when commenting the culprit lines out is clear. I added a FIXME to find another way of folding draw

Re: [O] ELPA syncing cronjob stopped running

2012-03-22 Thread Tassilo Horn
Chong Yidong writes: >> on irc some user reported that the current org-mode version listed in >> `M-x package-list-packages' cannot be downloaded anymore. It seems that >> this is caused by some cronjob that stopped running on February, 14th. > > Looks like some kind of firewall snafu when the m

Re: [O] [babel] lisp block evaluation vs. call

2012-03-22 Thread Andreas Leha
Andreas Leha writes: > Hi all, > > Say, I have a lisp function working on (and returning a) table: > > #+name: insert_hline > #+header: :var fulltable=testtable :var after_row=1 > #+begin_src emacs-lisp > (let ((rrr (cons (quote hline) fulltable)) > (bottomrows (nthcdr after_row fulltab

[O] [babel] BUG in call lines

2012-03-22 Thread Andreas Leha
Hi all, there seems to be a bug in call lines: Suppose, I have a src block with two parameters: #+name: insert_hline #+header: :var fulltable=mytable() :var after_row=1 #+begin_src emacs-lisp (let ((rrr (cons (quote hline) fulltable)) (bottomrows (nthcdr after_row fulltable)) (

[O] [babel] lisp block evaluation vs. call

2012-03-22 Thread Andreas Leha
Hi all, Say, I have a lisp function working on (and returning a) table: #+name: insert_hline #+header: :var fulltable=testtable :var after_row=1 #+begin_src emacs-lisp (let ((rrr (cons (quote hline) fulltable)) (bottomrows (nthcdr after_row fulltable)) (toprows (reverse (nthcdr

[O] [babel] Call lines with "their own" results

2012-03-22 Thread Andreas Leha
Hi all, Is there a way to force #+call line to have their own results block? Or what is the best practice to achieve that? I remember that there was a thread on this recently... Example: #+name: sampleblock #+begin_src R :colnames yes data.frame(par=1, val=1) #+end_src I can call this block: #

Re: [O] ELPA syncing cronjob stopped running

2012-03-22 Thread Chong Yidong
Tassilo Horn writes: > on irc some user reported that the current org-mode version listed in > `M-x package-list-packages' cannot be downloaded anymore. It seems that > this is caused by some cronjob that stopped running on February, 14th. Looks like some kind of firewall snafu when the machine