Re: [O] Babel: the disappearing hline

2013-11-11 Thread Jarmo Hurri
Eric Schulte writes: Greetings Eric. > There are two paces to specify header arguments in a call line, the > arguments in the [] are applied to the input-table function, *not* to > the call line, so they change the inputs. The trailing header > arguments are applied to the call line. So there

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-11 Thread Bastien
Hi Tod, Tod Middlebrook writes: > * stuff for bug report > #+BEGIN_SRC emacs-lisp > > (setq org-capture-templates > (quote > ( > ("c" "Contacts" entry (file+headline "~/my-stuff/file.org" > "Contacts") >"* %^{Name: } > :PROPERTIES: >

Re: [O] help me get started with org-publish?

2013-11-11 Thread Bastien
Hi Jay, Jay Dixit writes: > Thanks. I disabled smex, and now when I m-x org-publish, I get:  > > Publishing file /Users/jay/blog-test/my-blog.org using > `org-html-publish-to-html' > org-html-publish-to-html: Wrong number of arguments: #[(format plist > filename pub-dir) "ÆÇ!ˆÈ !„ That's weird.

Re: [O] help me get started with org-publish?

2013-11-11 Thread Jay Dixit
Hi Bastien, Thanks. I disabled smex, and now when I m-x org-publish, I get: Publishing file /Users/jay/blog-test/my-blog.org using `org-html-publish-to-html' org-html-publish-to-html: Wrong number of arguments: #[(format plist filename pub-dir) "ÆÇ!ˆÈ !„ Thanks, Jay Jay Dixit jaydixit.co

Re: [O] Using allowframebreaks in org-beamer

2013-11-11 Thread Stephen J. Barr
I agree with the "less stuff" part. The first pass in my slides is for content, second pass is for formatting :-). For now, I did manual division of the sides. I am using both org-beamer and org-reveal ( https://github.com/yjwen/org-reveal) and ideally they would have optimized (and possibly differ

Re: [O] Using allowframebreaks in org-beamer

2013-11-11 Thread Rasmus
Hi Stephen, "Stephen J. Barr" writes: > I am trying to get allowframebreaks to work in an org-mode > presentation. I have the following header + slide. > > In the slide that is produced, it seems to drop off the slide after the > 8th item, and there is no slide with anything about 9. Is there an

Re: [O] [BUG][PATCH] Marker points into wrong buffer

2013-11-11 Thread Rasmus
Rasmus writes: > If anyone can figure out what is wrong on the Org side or what "broke" > in Emacs-Core it would be great! "Luckily" it's an all-C commit so I > don't know how to proceed from here. . . This really stupid patch allows me to export the document I was unable to export yesterday wi

[O] [BUG] Marker points into wrong buffer

2013-11-11 Thread Rasmus
Hi all, This is a follow-up to Eric F's previous bug-report about getting "Marker points into wrong buffer" when having Babel #+CALL statements in Emacs Org-mode. Here's (one of) the previous messages about the issue: http://permalink.gmane.org/gmane.emacs.orgmode/77515 I bisected emacs-bz

[O] Using allowframebreaks in org-beamer

2013-11-11 Thread Stephen J. Barr
Greetings, I am trying to get allowframebreaks to work in an org-mode presentation. I have the following header + slide. In the slide that is produced, it seems to drop off the slide after the 8th item, and there is no slide with anything about 9. Is there anything else that I need to add? Than

Re: [O] Regression of org-babel-load-file

2013-11-11 Thread Eric Schulte
Michael Brand writes: > Hi all > > release_8.2.1-108-gaf80144 > > commit af80144976cef9e5630a33f85f05a8dfc07f55d4 > Author: Eric Schulte > Date: Sat Oct 19 15:52:31 2013 -0600 > > tangle checks for COMMENT in parent headlines > > introduced a regression of org-babel-load-fi

[O] Regression of org-babel-load-file

2013-11-11 Thread Michael Brand
Hi all release_8.2.1-108-gaf80144 commit af80144976cef9e5630a33f85f05a8dfc07f55d4 Author: Eric Schulte Date: Sat Oct 19 15:52:31 2013 -0600 tangle checks for COMMENT in parent headlines introduced a regression of org-babel-load-file ((wrong-type-argument stringp nil) stri

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Eric Schulte
> > In fact, a ":hlines no" keeps hlines in raw output; see a summarizing > example below. > > From the documentation I got the impression that if hlines are pruned, > they are pruned from the _input_: > There are two paces to specify header arguments in a call line, the arguments in the [] are ap

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Jarmo Hurri
Eric Schulte writes: > The ":hlines yes" header argument must be set on the call line itself. Thanks, that works! Since this works differently for org results and raw results, can you explain whether I understand this correctly: a ":hlines yes" at the end of the line is needed to keep hlines i

[O] New feature: cancel a repeater to allow marking repeating tasks as DONE

2013-11-11 Thread Bastien
Sometimes it's useful to cancel a repeater: for example, when you want to mark a task as definitely DONE. The attached patch does this by allowing the user to use -1 as the numeric prefix argument for `org-todo'. (It does not delete the repeater, instead it sets it to 0 so that planning informati

Re: [O] Opening an Org file slowed down

2013-11-11 Thread Bastien
Hi Michael, Michael Brand writes: > release_8.2.1-162-gb392750 > > commit b3927501081b1dab15540591d55f016ed4f9f948 > Author: Nicolas Goaziou > Date: Sat Nov 2 15:48:36 2013 +0100 > > Prevent flagging drawers in example blocks > > is slow. Today's release_8.2.2-192-ge3033d3

Re: [O] M-return = org-insert-heading in item list scrolls buffer down 1 line

2013-11-11 Thread Bastien
Hi Rainer, Rainer Stengele writes: > That might be a bug. Did you re-compile Emacs recently? This looks like a bug in the display engine that I've noticed too a while ago. -- Bastien

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-11 Thread Bastien
Hi Tod, Tod Middlebrook writes: > The bug below prevents me from easily using dependencies in org-dotemacs. > > To reproduce, > start with this entry: > > *** stuff for bug report > #+BEGIN_SRC emacs-lisp > (setq org-capture-templates > (quote > ( > ("c" "Contacts" e

Re: [O] [PATCH] [Babel] Add line number to "Processing code block..." message

2013-11-11 Thread Bastien
Eric Schulte writes: > Thanks for this patch, I've applied it and then tweaked the wording of > the message. Thanks! -- Bastien

[O] Opening an Org file slowed down

2013-11-11 Thread Michael Brand
Hi all I noticed that to open an Org file with a minimal example generated like this slowed down: #+BEGIN_SRC sh #!/bin/sh echo '* a' for ((i = 0; i < 400; i++)); do echo ' - b' echo ':PROPERTIES:' echo ':END:' done #+END_SRC Bisecting shows that release_8.2.1-

Re: [O] [PATCH] [Babel] Add line number to "Processing code block..." message

2013-11-11 Thread Eric Schulte
Hi Seb, Thanks for this patch, I've applied it and then tweaked the wording of the message. Best, "Sebastien Vauban" writes: > Hello, > > Here is a small patch to improve the messages displayed by Org Babel when > processing code blocks: now, you get the line number added to the output, so > t

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Eric Schulte
Thorsten Jolitz writes: > Jarmo Hurri writes: > While taking my first long tour in the land of Babel, I bumped into a minor hline issue. Can someone tell me why the hline has disappeared from the second table? >>> >>> Because you use CALL without arguments and argument :hlines def

[O] M-return = org-insert-heading in item list scrolls buffer down 1 line

2013-11-11 Thread Rainer Stengele
Hi, these days I suddenly have the problem that after inserting a new list item with M-return the item is added correctly but the buffer scrolls down 1 line. I am not sure if this is related to the latest org update done a few days ago. Any idea how to stop this? Ok, just before sending out I f

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Thorsten Jolitz
Jarmo Hurri writes: >>> While taking my first long tour in the land of Babel, I bumped into a >>> minor hline issue. Can someone tell me why the hline has disappeared >>> from the second table? >> >> Because you use CALL without arguments and argument :hlines defaults >> to 'no'? > > Ok, but why

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Jarmo Hurri
>> While taking my first long tour in the land of Babel, I bumped into a >> minor hline issue. Can someone tell me why the hline has disappeared >> from the second table? > > Because you use CALL without arguments and argument :hlines defaults > to 'no'? Ok, but why is there then a hline in the r

Re: [O] Babel: the disappearing hline

2013-11-11 Thread Thorsten Jolitz
Jarmo Hurri writes: > Greetings. > > While taking my first long tour in the land of Babel, I bumped into a > minor hline issue. Can someone tell me why the hline has disappeared > from the second table? Because you use CALL without arguments and argument :hlines defaults to 'no'? > # --

[O] Babel: the disappearing hline

2013-11-11 Thread Jarmo Hurri
Greetings. While taking my first long tour in the land of Babel, I bumped into a minor hline issue. Can someone tell me why the hline has disappeared from the second table? # -- * test #+NAME: table-one #+BEGIN_SRC emacs-lisp

Re: [O] BEAMER_act and special environments

2013-11-11 Thread James Harkins
On Nov 11, 2013 4:11 PM, "Nicolas Goaziou" wrote: > According to Beamer's user guide, "columns" environment follows the > template: > > \begin{columns}[] > ... > \end{columns} > > IOW, it is not possible to define an action specification on it. Well, that would explain it. What I should

[O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-11 Thread Tod Middlebrook
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] Customize group, strange behaviour of group org export latex

2013-11-11 Thread Suvayu Ali
Hello Rasmus, On Mon, Nov 11, 2013 at 09:32:06AM +, Rasmus Rempling wrote: > Suvayu Ali gmail.com> writes: > > > > > I believe this comes from the Org shipped with your version of Emacs. > > What is your Emacs version? What does org-version tell you *before* you > > load Org or open an .or

Re: [O] Customize group, strange behaviour of group org export latex

2013-11-11 Thread Rasmus Rempling
Hi Suvayu, Suvayu Ali gmail.com> writes: > > I believe this comes from the Org shipped with your version of Emacs. > What is your Emacs version? What does org-version tell you *before* you > load Org or open an .org file? I bet it is 7.xx or older. Before loading an org-file the versions are

Re: [O] [BUG] ox-info: incorrect @documentencoding

2013-11-11 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > For the Texinfo exporter, I noticed that the @documentencoding macro is > derived from the buffer-file-coding-system. At the moment it is > translated like this: us-ascii-unix to US-ASCII-UNIX. This makes > makeinfo complain like so: > > org-syntax.texi:5: warning:

[O] Learn Tamil Online

2013-11-11 Thread PAUL_GARNER83
Tamil is one of the oldest classical languages of the world with peculiarities that sets it apart from many other contemporary languages. We have organized our content such that, at your own pace, you can gain a decent understanding of Tamil language. It is quite natural to face few difficulties du

Re: [O] BEAMER_act and special environments

2013-11-11 Thread Suvayu Ali
Hi James, On Mon, Nov 11, 2013 at 11:14:20AM +0800, James Harkins wrote: > > I'm not especially familiar with emacs-lisp and I haven't looked at the > functions for node properties at all. Unfortunately, I'm under a time crunch > today and I don't have the few hours it would take to get up to spe

Re: [O] BEAMER_act and special environments

2013-11-11 Thread Nicolas Goaziou
Hello, James Harkins writes: > It seems that everything in org-beamer-environments-default supports > overlay specifications, except beamercolorbox. OK... what about > org-beamer-environments-special? I found today that B_columns ignores > any overlay specification given in the heading's propert