Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Loris Bennett
Nick Dokos writes: > Nick Dokos wrote: > >> > Back in the days of release_7.01h, the following used to work: >> > >> > ,-- >> > | #+begin_src sh :dir /loris@othercomputer: >> > | hostname >> > | #+end_src >> > `-- >

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Loris Bennett
Nick Dokos writes: > Loris Bennett wrote: > >> Achim Gratz writes: >> >> > Loris Bennett writes: >> >> OK, I must have goofed. What I did after starting the bisection was >> >> >> >> - run 'make autoload' >> >> - open test file in emacs with minimal .emacs >> >> - test >> >> - end emacs >> >>

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-13 Thread Aaron Ecay
2012ko azaroak 13an, John Hendy-ek idatzi zuen: [...] > Crazy. I really wondered if it had something to do with trying to spit > out the results into the minibuffer. Why is that behavior included? “:results silent” just means “silent except for the minibuffer”; IDK why. > Are you sure it's only

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Nick Dokos
Nick Dokos wrote: > > Back in the days of release_7.01h, the following used to work: > > > > ,-- > > | #+begin_src sh :dir /loris@othercomputer: > > | hostname > > | #+end_src > > `-- > > > > Currently it produces t

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Nick Dokos
Loris Bennett wrote: > Achim Gratz writes: > > > Loris Bennett writes: > >> OK, I must have goofed. What I did after starting the bisection was > >> > >> - run 'make autoload' > >> - open test file in emacs with minimal .emacs > >> - test > >> - end emacs > >> - mark bisection good or bad > >>

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-13 Thread John Hendy
On Tue, Nov 13, 2012 at 9:27 PM, Aaron Ecay wrote: > I just ran into this problem. It is caused by the calls to > ‘org-babel-import-elisp-from-file’ on lines 310 and 343 of ‘ob-R.el’ > (for non-session and session code blocks respectively). I determined > this by setting ‘debug-on-quit’ to t in

Re: [O] things I don't understand about tables

2012-11-13 Thread Nick Dokos
Jude DaShiell wrote: > There is a > sign followed by an = sign and I ended up moving to the right > of the = sign and then was able to key things in. I think what runs on > this system is emacs in non-graphical mode. > The > sign follows the = sign (reading from left to right): it's suppose

Re: [O] things I don't understand about tables

2012-11-13 Thread Jude DaShiell
On Tue, 13 Nov 2012, Nick Dokos wrote: > Jude DaShiell wrote: > > > > The minibuffer is read only when I try to type -2 and S-left generates > > > some symbols like = and [ but does not change the highlighted date. > > > > > > > When I did c-c . and got current date with surrounding virtual c

Re: [O] Bug? R: Org babel block execution *drastically* slower than in ESS session directly

2012-11-13 Thread Aaron Ecay
I just ran into this problem. It is caused by the calls to ‘org-babel-import-elisp-from-file’ on lines 310 and 343 of ‘ob-R.el’ (for non-session and session code blocks respectively). I determined this by setting ‘debug-on-quit’ to t in Emacs, then hitting C-g when cpu usage spiked, and examining

Re: [O] org-e-beamer: Few queries

2012-11-13 Thread Yagnesh Raghava Yakkala
Hello Suvayu, On 11月 14 2012, Suvayu Ali wrote: > On Wed, Nov 14, 2012 at 09:14:40AM +0900, Yagnesh Raghava Yakkala wrote: >> >> Hello, >> >> I am trying to use new beamer exporter. I have few questions. >> >> o) When trying to export emacs batch mode, it is asking for "Output file:" >> (exp

Re: [O] things I don't understand about tables

2012-11-13 Thread Nick Dokos
Jude DaShiell wrote: > > The minibuffer is read only when I try to type -2 and S-left generates > > some symbols like = and [ but does not change the highlighted date. > > > > When I did c-c . and got current date with surrounding virtual calendar > months, I noticed the cursor was positioned

Re: [O] org-e-beamer: Few queries

2012-11-13 Thread Suvayu Ali
On Wed, Nov 14, 2012 at 09:14:40AM +0900, Yagnesh Raghava Yakkala wrote: > > Hello, > > I am trying to use new beamer exporter. I have few questions. > > o) When trying to export emacs batch mode, it is asking for "Output file:" > (export script and setup file for batch process are attached) >

[O] org-e-beamer: Few queries

2012-11-13 Thread Yagnesh Raghava Yakkala
Hello, I am trying to use new beamer exporter. I have few questions. o) When trying to export emacs batch mode, it is asking for "Output file:" (export script and setup file for batch process are attached) #!/bin/sh # batch export emacs -q --batch -l setup.el \ -f org-e-beamer-export-to-la

Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-11-13 Thread Ivan Vilata i Balaguer
Bastien (2012-11-13 23:02:40 +0100) wrote: > Ivan Vilata i Balaguer writes: > >> However, I'm looking at the Git master branch and I see that the >> patch hasn't actually been applied [there][1] yet (and the [original >> thread][2] is from March). Is there any problem with it? Am I >> looking a

Re: [O] things I don't understand about tables

2012-11-13 Thread Jude DaShiell
On Tue, 13 Nov 2012, Jude DaShiell wrote: > On Tue, 13 Nov 2012, Nick Dokos wrote: > > > Jude DaShiell wrote: > > > > > On Mon, 12 Nov 2012, Nick Dokos wrote: > > > > > > > Jude DaShiell wrote: > > > > > > > > > Why is it when I try putting a date in this table using the calendar > > > > >

Re: [O] things I don't understand about tables

2012-11-13 Thread Jude DaShiell
On Tue, 13 Nov 2012, Nick Dokos wrote: > Jude DaShiell wrote: > > > On Mon, 12 Nov 2012, Nick Dokos wrote: > > > > > Jude DaShiell wrote: > > > > > > > Why is it when I try putting a date in this table using the calendar I > > > > get > > > > no date entered when in a blank field and hear t

Re: [O] Extending org-koma-letter.el

2012-11-13 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I'm resurrecting this old thread because I need to write a > recommendation letter, which is all ready in org mode. I have put the > org-koma-letter.el in the contrib/lisp directory, compiled it, and > required it. I created the association as suggested, but when I

Re: [O] Removing the date in a subtree export using the new exporter

2012-11-13 Thread Bastien
Hi Alan, Nicolas Goaziou writes: >> With another question: should the patch be sent to the list, >> or just to you (or any other process)? > > Please send any patch to the list. Yes -- please do so. Not only this is useful so that anyone can review/test/comment the patch, but patches sent on t

Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-11-13 Thread Bastien
Hi Ivan, Ivan Vilata i Balaguer writes: > However, I'm looking at the Git master branch and I see that the patch > hasn't actually been applied [there][1] yet (and the [original > thread][2] is from March). Is there any problem with it? Am I looking > at the wrong repo? > > [1]: http://orgmode

Re: [O] org-version.inc missing

2012-11-13 Thread David Arroyo Menéndez
Thanks! make pdf is ok! Bastien writes: > Hi David, > > davi...@es.gnu.org writes: > >> I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone >> has forgotten make git push to org-version.inc > > org-version.inc is generated by the Makefile. > > What does `make pdf' do fo

Re: [O] org-collector

2012-11-13 Thread Bastien
Ivanov Dmitry writes: > I have asked a question: > > http://stackoverflow.com/questions/13297691/emacs-org-mode-totals-table/13298288#13298288 > > But nobody there knows the full answer. Any ideas? Please restate the question so that we can understand it independantly of stackoverflow -- this wa

Re: [O] Blank line in table?

2012-11-13 Thread Johan Ekh
Thanks Bastien! I will try it. I just noticed that putting a "\" in one of the cells in the blank row made the latex exporter export an empty line too. BR / Johan On Tue, Nov 13, 2012 at 10:46 PM, Bastien wrote: > Hi Johan, > > Johan Ekh writes: > > > Is it possible to get blank lines in a t

Re: [O] Blank line in table?

2012-11-13 Thread Bastien
Hi Johan, Johan Ekh writes: > Is it possible to get blank lines in a table exported when creating a > beamer presentation? It is only for creating a nice layout having > different parts of the table separated with some vertical space. The > exporter ignores my blank lines. (setq org-export-tabl

Re: [O] org-version.inc missing

2012-11-13 Thread Bastien
Hi David, davi...@es.gnu.org writes: > I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone > has forgotten make git push to org-version.inc org-version.inc is generated by the Makefile. What does `make pdf' do for you? -- Bastien

[O] org-version.inc missing

2012-11-13 Thread davidam
Hi, I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone has forgotten make git push to org-version.inc $ git clone git://orgmode.org/org-mode.git org-mode/doc$ texi2pdf orgguide.texi This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian) restricted \write18

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
Sebastien Vauban writes: > Hi Myles and Nick, > > Nick Dokos wrote: >> Myles English wrote: >>> Sebastien Vauban writes: >>> > Myles English wrote: >>> >> This patch replaces every occurence of the \begin{center} environment >>> >> with \centering in the file contrib/lisp/org-e-latex.el. >>> >>

Re: [O] Bug: org-clock-in missing + agenda start up error [7.9.2 (release_7.9.2-567-g854ddf-git @ org-loaddefs.el can not be found!)]

2012-11-13 Thread Achim Gratz
Martin Steffen writes: > Package: Org-mode version 7.9.2 (release_7.9.2-567-g854ddf-git @ > org-loaddefs.el can not be found!) Here's your clue: -^ Generate the autoloads file and things should start to work: make c

Re: [O] [bug?] org-e-latex; unexpected enumerate in export

2012-11-13 Thread Yagnesh Raghava Yakkala
Hello Nicolas, > I'm not talking about export, but filling. Can you fill correctly > with -Q ? By "fill correctly" I mean that "2008." shouldn't be put at > the beginning of a line unless it wasn't there already. with emacs -Q (with org-mode release_7.9.2-584-g0421be) --8<---cut her

Re: [O] [bug?] org-e-latex; unexpected enumerate in export

2012-11-13 Thread Nicolas Goaziou
Yagnesh Raghava Yakkala writes: > is it by latex-exporter or by auto-fill? :/ This is unrelated to the exporter. Something is wrong in your Org buffer: filling/Auto-filling shouldn't create a phantom item like this one. >> Did you try with -Q? > > Yes I did, export is still producing enumerate

Re: [O] Sexp aganda entries broken?

2012-11-13 Thread Nicolas Goaziou
Simon Thum writes: > Sure. I'd appreciate if the new icalendar exporter would handle these > entries (in particular org-contacts ones) - I didn't yet get it to > export agendas. Is it possible to do that? There's support for it (see `org-e-icalendar-include-sexps'). Internally it uses the functi

Re: [O] [bug?] org-e-latex; unexpected enumerate in export

2012-11-13 Thread Yagnesh Raghava Yakkala
Hello Nicolas, > There already is a protection mechanism against this situation. is it by latex-exporter or by auto-fill? :/ > Did you try with -Q? Yes I did, export is still producing enumerate. Of course If I adjust sentence as you suggested earlier manually (fill is not so accurate) expor

Re: [O] Sexp aganda entries broken?

2012-11-13 Thread Simon Thum
On 11/12/2012 09:31 PM, Nicolas Goaziou wrote: Simon Thum writes: I see, it just seemed to me that org-contacts uses it for (seemingly) good reasons and there is no replacement or deprecation. Is there missing consensus on this syntax? I don't think so. AFAIU this syntax was created to inclu

Re: [O] [bug?] org-e-latex; unexpected enumerate in export

2012-11-13 Thread Nicolas Goaziou
Yagnesh Raghava Yakkala writes: > Seems fill-paragraph and auto-fill are not working properly(at least for > me). Some how the number is placed like that unintentionally. But I guess the > work-around question is still valid. There already is a protection mechanism against this situation. The qu

Re: [O] Emacs non-breaking space (Ctrl-x 8 ) doesn't export to HTML  

2012-11-13 Thread Nicolas Goaziou
Hello, "D. C. Toedt" writes: > Emacs allows you to enter a non-breaking space by typing Ctrl-x 8 . > That doesn't export to HTML as   though. Is this expected behavior, > or a bug? Org doesn't replace UTF-8 characters with HTML (or any other export target) symbols. So, yes, this is the expect

[O] txt2tags exporter: patch & questions

2012-11-13 Thread Matteo Cypriani
Hi there, I worked on an exporter to the txt2tags format (http://txt2tags.org/) via org- export-generic, and I have got a few questions (that are also included as comments in the attached patch). My first question is about numbered lists: they don't seem to be detected, i.e. numbers are kept

Re: [O] clickable text in org-mode not working (Sebastien Vauban)

2012-11-13 Thread John Kitchin
I was just learning about programming interactive features into emacs buffers, and something that worked in one major mode did not work in org-mode. I have narrowed it down to an effect of font-lock-mode. When that is off, the mouse-clicking works fine, when it is on, the font syntax highlighting w

[O] Emacs non-breaking space (Ctrl-x 8 ) doesn't export to HTML  

2012-11-13 Thread D. C. Toedt
Emacs allows you to enter a non-breaking space by typing Ctrl-x 8 . That doesn't export to HTML as   though. Is this expected behavior, or a bug? I've worked around it by globally-replacing non-breaking spaces with   before exporting. I'm using 7.9.2, the Nov. 5, 2012 build. -- *D. C. Toedt

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Loris Bennett
Achim Gratz writes: > Loris Bennett writes: >> OK, I must have goofed. What I did after starting the bisection was >> >> - run 'make autoload' >> - open test file in emacs with minimal .emacs >> - test >> - end emacs >> - mark bisection good or bad >> >> I then repeated this for the next commit.

[O] Bug: org-clock-in missing + agenda start up error [7.9.2 (release_7.9.2-567-g854ddf-git @ org-loaddefs.el can not be found!)]

2012-11-13 Thread Martin Steffen
Hi, since some time, I got an number of problems with org-mode, e.g., error messages when starting the agenda the first time. I don't know whether it's related to another error, but I suspect so, so I mention both. 1) clockin in no longer works: I can no longer clock-in, when ty

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Nick Dokos
Nick Dokos wrote: > > I think I read the whole thread but I'm still not clear on why > the change is needed. What goes awry with the environment instead > of the declaration? > Never mind - I didn't read the whole thread. Nick

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Nick Dokos
Sebastien Vauban wrote: > I think that's a safe replacement (_with_ the grouping), and with something I > forgot about (well seen Nick!): the \par. > > See, for example, > https://groups.google.com/forum/?fromgroups=#!topic/fr.comp.text.tex/0s4WfsIfmy8 > for the answer of Manuel Pégourié-Gonnard

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Sebastien Vauban
Hi Myles and Nick, Nick Dokos wrote: > Myles English wrote: >> Sebastien Vauban writes: >> > Myles English wrote: >> >> This patch replaces every occurence of the \begin{center} environment >> >> with \centering in the file contrib/lisp/org-e-latex.el. >> >> ... >> >> - (format "\\begin{center}

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Nick Dokos
Myles English wrote: > > Hi Seb, > > Sebastien Vauban writes: > > > Hi Myles, > > > > Myles English wrote: > >> This patch replaces every occurence of the \begin{center} environment > >> with \centering in the file contrib/lisp/org-e-latex.el. > >> ... > >> - (format "\\begin{center}\n%s\\en

Re: [O] Erroneous "No such file or directory" with babel and remote dir

2012-11-13 Thread Loris Bennett
Achim Gratz writes: > Loris Bennett writes: >> OK, I must have goofed. What I did after starting the bisection was >> >> - run 'make autoload' >> - open test file in emacs with minimal .emacs >> - test >> - end emacs >> - mark bisection good or bad >> >> I then repeated this for the next commit.

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
Hi Seb, Sebastien Vauban writes: > Hi Myles, > > Myles English wrote: >> This patch replaces every occurence of the \begin{center} environment >> with \centering in the file contrib/lisp/org-e-latex.el. >> ... >> - (format "\\begin{center}\n%s\\end{center}" contents))) >> + (format "\\center

Re: [O] [new exporter] no \caption and \label upon export of #+BEGIN_LATEX block

2012-11-13 Thread Myles English
Hi Nicolas, Thanks for your help. I am responding with a couple of points just to complete this thread, in case someone else is wondering about the same thing. Nicolas Goaziou writes: > Myles English writes: > >> I'd like to use a tikz snippet in a few different documents and it would >> be c

Re: [O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Sebastien Vauban
Hi Myles, Myles English wrote: > This patch replaces every occurence of the \begin{center} environment > with \centering in the file contrib/lisp/org-e-latex.el. > ... > - (format "\\begin{center}\n%s\\end{center}" contents))) > + (format "\\centering\n%s" contents))) Wouldn't you have to rep

[O] [PATCH] org-e-latex: Tables get correct amount of vertical space

2012-11-13 Thread Myles English
Hi, This patch replaces every occurence of the \begin{center} environment with \centering in the file contrib/lisp/org-e-latex.el. I have tested the export of a basic table and it works but not sure if all the replacements are correct. ( BTW, this issue came to light using the nag package like t

Re: [O] [PATCH] Separate clocksum format for durations >= 1 day

2012-11-13 Thread Toby Cubitt
Attached is a new two-patch series implementing finer-grained control over the format of clocksum durations (only in overlays and the mode-line; the format of the CLOCK entries stored in org files remains unchanged and hard-coded, as before). The first patch: - defines a new org-minutes-to-clocksu

Re: [O] automating incrementing of date stamps

2012-11-13 Thread Alan Schmitt
Michael Brand writes: >> in emacs >> org-mode 7.9.2 this key combination did not increment the date stamp. > > What tells “C-h c S-” in that place? Also check the manual > section “3.1 The built-in table editor” about S- saying “This key > is also used by shift-selection and related modes (see Co

Re: [O] clickable text in org-mode not working

2012-11-13 Thread Sebastien Vauban
Hello John, John Kitchin wrote: > It appears that one cannot define "clickable" text in org-mode. I was > trying to make some text in an org-file respond to different types of > clicking. I know that links provide some functionality for this, but > out of curiosity I wanted to see what else I coul