[O] org-end-of-line

2012-10-15 Thread Sebastien Vauban
Hello, When pressing `C-e' to go to the last char of a looong sentence, such as: azroiu zrouz eruzepr ozeioru zoepru zoeruozieuriozerusdjflsdfjsdksjfsdfs df sdjf sdf sdsd fklsdjf sdj sdjlksdjf sqfjsdjf sdfklsjdjsdsdjlkmskfjsldkjfsdjfoizeoi xcsdf zerfze ze rrz zer ze sdf sd d g erg ry er fscvf

[O] [Patch] Table lookup functions: director's cut

2012-10-15 Thread Jarmo Hurri
Greetings. Here is the newest version of the patch implementing table lookup functions. First, to see what these little functions can do, take a look at http://orgmode.org/worg/org-tutorials/org-lookups.html Please note that the patch is not in the official git repository yet, so you can not r

Re: [O] Publishing using the new exporter

2012-10-15 Thread Robert Klein
Hallo, On 10/11/2012 11:55 PM, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > >> I did some more tests and it seems the issue happens when Emacs is just >> started and nothing (much) done in it. >> >> Test description below. > > Thank you for the thorough testing. I was able to re

[O] new exporter: too many blank lines in .org results in missing images from src blocks

2012-10-15 Thread Robert Klein
Hello, I found another issue with the new exporter. The export of the file below doesn't always include the image in the export (that is, no image, not even a missing image). When there is only one blank line after #+end_src, the image in included. Two or more blank lines, and there is no image

[O] #+BEGIN_COMMENT latex export issue

2012-10-15 Thread Sanjib Sikder
Hi, #+BEGIN_COMMENT Some text #+END_COMMENT The above code is not working on my desktop while it runs without any error on my laptop. I have same .emacs set up for both desktop and laptop. I am getting the following error message. byte-code: unbalanced begin/end_comment blocks with #("#+BEGIN_CO

Re: [O] #+BEGIN_COMMENT latex export issue

2012-10-15 Thread Sanjib Sikder
Hi, I have solved the problem after removing all the relevant packages and reinstalling. Some left over packages were causing trouble and reinstalling was not of any help. Thanks. - *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * On Mon, Oct 15, 20

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-15 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > I fixed the documentation. Thank you. Regards, -- Nicolas Goaziou

[O] export of #+INCLUDE appears broken with :exports results

2012-10-15 Thread Myles English
Hi, Trying to export as ascii an included file fails with "Reference 'example-table' not found in this buffer". Is this a bug? This is the contents of the file I run C-c C-e a from: * Main #+INCLUDE: "./org-example.org" Where org-example.org contains only the example at http://orgmode.org/org

Re: [O] export of #+INCLUDE appears broken with :exports results

2012-10-15 Thread Sebastien Vauban
Hi Myles, Myles English wrote: > Trying to export as ascii an included file fails with "Reference > 'example-table' not found in this buffer". > > Is this a bug? > > This is the contents of the file I run C-c C-e a from: > > * Main > #+INCLUDE: "./org-example.org" > > Where org-example.org contain

[O] Bug: behaviour of org-agenda-earlier with org-agenda-span

2012-10-15 Thread Dieter Faulbaum
I have a problem in org-version 7.9.2 (from emacs-snapshot): if I set org-agenda-span to custom 14 (not day, week, month or year) than the function org-agenda-earlier doesn't go back anymore, it goes forward instead of. If I switch the view by org-agenda-week-view or org-agenda-day-view, the funct

Re: [O] export of #+INCLUDE appears broken with :exports results

2012-10-15 Thread Myles English
Hi Sebastien, Sebastien Vauban writes: > Did you try first locally in the same file? Eh? Include the file in itself? If you mean did I execute the source block: yes, and it works. > Did you try with downcase for the TBLNAME keyword? I know it (all upper or > down-case) was important at some

[O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread Ben
Hi all, I hope this isn't in the FAQ or documentation---I tried to look through both according to the instructions but this seems like a basic question so my apologies if I'm missing something stupid. I'm starting to use org-mode and its agenda view and like it a lot. However, I would like

Re: [O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread Nick Dokos
Ben wrote: > Hi all, > > I hope this isn't in the FAQ or documentation---I tried to look > through both according to the instructions but this seems like a basic > question so my apologies if I'm missing something stupid. > > I'm starting to use org-mode and its agenda view and like it a lot. >

Re: [O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread François Allisson
Le lundi 15 oct 2012 à 13:10:58 (-0400), Nick Dokos a écrit : > Ben wrote: > > > Hi all, > > > > I hope this isn't in the FAQ or documentation---I tried to look > > through both according to the instructions but this seems like a basic > > question so my apologies if I'm missing something stupid

Re: [O] Bug: behaviour of org-agenda-earlier with org-agenda-span

2012-10-15 Thread Nicolas Goaziou
Hello, Dieter Faulbaum writes: > I have a problem in org-version 7.9.2 (from emacs-snapshot): > if I set org-agenda-span to custom 14 (not day, week, month or year) > than the function org-agenda-earlier doesn't go back anymore, it goes > forward instead of. > If I switch the view by org-agenda-

[O] Latex error "too deeply nested" only for #+INCLUDE statements

2012-10-15 Thread Percival du Chat Gris
Good day, I've tried googling, reading faqs and the like, and have come up empty. If I have a number of stub files, with the information in them that I want to pull into multiple documents, and I #+INCLUDE them in a file, I get the latex "too deeply nested" error. If, however, I simply insert th

Re: [O] Latex error "too deeply nested" only for #+INCLUDE statements

2012-10-15 Thread Sebastien Vauban
Hello Percival, Percival du Chat Gris wrote: > I've tried googling, reading faqs and the like, and have come up empty. > > If I have a number of stub files, with the information in them that I want > to pull into multiple documents, and I #+INCLUDE them in a file, I get the > latex "too deeply nes

Re: [O] Latex error "too deeply nested" only for #+INCLUDE statements

2012-10-15 Thread Nick Dokos
Percival du Chat Gris wrote: > Good day, > > I've tried googling, reading faqs and the like, and have come up empty. > > If I have a number of stub files, with the information in them that I want to > pull into multiple > documents, and I #+INCLUDE them in a file, I get the latex "too deeply

[O] Typographical error in org.texi (org-show-todo-key should be org-show-todo-tree)

2012-10-15 Thread Troy Will
Hi, I spotted an obvious typographical error in the Org mode manual. There is no "org-show-todo-key" function. Change "org-show-todo-key" to "org-show-tree" on line 3785 of org.texi to fix. Regards, Troy

Re: [O] Latex error "too deeply nested" only for #+INCLUDE statements

2012-10-15 Thread Percival du Chat Gris
Good afternoon, On Mon, Oct 15, 2012 at 2:24 PM, Nick Dokos wrote: > Percival du Chat Gris wrote: > > > Good day, > > > > I've tried googling, reading faqs and the like, and have come up empty. > > > > If I have a number of stub files, with the information in them that I > want to pull into mul

Re: [O] Typographical error in org.texi (org-show-todo-key should be org-show-todo-tree)

2012-10-15 Thread Nicolas Goaziou
Hello, Troy Will writes: > I spotted an obvious typographical error in the Org mode manual. There is > no "org-show-todo-key" function. Change "org-show-todo-key" to > "org-show-tree" on line 3785 of org.texi to fix. Fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

[O] [PATCH] Babel: add results value support to Scala

2012-10-15 Thread Asrail
* lisp/ob-scala.el (org-babel-scala-wrapper-method): Use an scala block enclosing the submitted code The string representing an well formed block was not an Scala code. I put the string from the user into an block, surrounded by an call to replace the default output stream. 0001-Babel-add-re

Re: [O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread Ben
On 10/15/2012 12:50 PM, François Allisson wrote: Le lundi 15 oct 2012 à 13:10:58 (-0400), Nick Dokos a écrit : Try instead of. You can also try the follow mode, with the key "F" in the agenda view. And then move with "n" and "p". If you like it and would like to make it by default, just add (

Re: [O] [New exporter] Wrong export to LaTeX

2012-10-15 Thread Sebastien Vauban
Hi Nicolas and Suvayu, Suvayu Ali wrote: >> However, I thought that LaTeX_CLASS had been renamed EXPORT_LaTeX_CLASS, but >> when using the latter, I get frames inside an `article' documentclass type of >> document -- while using `C-c E l O' (for Beamer)? That results in a weird >> document... > >

Re: [O] new exporter: too many blank lines in .org results in missing images from src blocks

2012-10-15 Thread Nicolas Goaziou
Hello, Robert Klein writes: > The export of the file below doesn't always include the image in the > export (that is, no image, not even a missing image). > > When there is only one blank line after #+end_src, the image in > included. Two or more blank lines, and there is no image. in tex file

Re: [O] Latex error "too deeply nested" only for #+INCLUDE statements

2012-10-15 Thread Nick Dokos
Percival du Chat Gris wrote: > > ! LaTeX Error: Too deeply nested. > > And that repeats over and over again. > OK - Seb probably got it right then: if you have too many (too many = 5) nested itemize environments, latex complains as above. >   > > What is the exact output? > > Unfortuna

[O] Bug: Org column view, property edit bug [7.8.11]

2012-10-15 Thread Teemu Likonen
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] [New exporter] Wrong export to LaTeX

2012-10-15 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Suvayu Ali wrote: >>> However, I thought that LaTeX_CLASS had been renamed EXPORT_LaTeX_CLASS, but >>> when using the latter, I get frames inside an `article' documentclass type >>> of >>> document -- while using `C-c E l O' (for Beamer)? That results in a

[O] Feature request: HTML export classes for "real" lists

2012-10-15 Thread sand
In org-html-export-list-line, Org list elements use the expected "dt", "dd" and "li" tags: (insert (cond ((equal type "d") (format "%s" desc-tag)) ((and (equal type "o") counter) (format "" counter)) (t

[O] Last org-lparse.el changes make swriter not to open after org-export-as-odt-and-open

2012-10-15 Thread Miguel Ruiz
Last org-lparse.el changes make swriter not to open after org-export-as-odt-and-open This refers to commit Tue, 2 Oct 2012 08:03:15 + (10:03 +0200) and, I think, the problems is only in org-lparse.el changes. Version 7.9.2-50-g1fb3cc works as expected if org-lparse.el is reverted to its pr