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 could do.

Re: [O] automating incrementing of date stamps

2012-11-13 Thread Alan Schmitt
Michael Brand michael.ch.br...@gmail.com writes: in emacs org-mode 7.9.2 this key combination did not increment the date stamp. What tells “C-h c S-RET” in that place? Also check the manual section “3.1 The built-in table editor” about S-RET saying “This key is also used by shift-selection

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

[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

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 replace

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 mylesengl...@gmail.com writes: I'd like to use a tikz snippet in a few different documents

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 \\centering\n%s

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

2012-11-13 Thread Loris Bennett
Achim Gratz strom...@nexgo.de 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 Nick Dokos
Myles English mylesengl...@gmail.com 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

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 mylesengl...@gmail.com 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

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

2012-11-13 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com 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

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

2012-11-13 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com 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

[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

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

2012-11-13 Thread Loris Bennett
Achim Gratz strom...@nexgo.de 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] Emacs non-breaking space (Ctrl-x 8 space) doesn't export to HTML nbsp;

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

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

[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] Emacs non-breaking space (Ctrl-x 8 space) doesn't export to HTML nbsp;

2012-11-13 Thread Nicolas Goaziou
Hello, D. C. Toedt d...@toedt.com writes: Emacs allows you to enter a non-breaking space by typing Ctrl-x 8 space. That doesn't export to HTML as nbsp; 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,

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

2012-11-13 Thread Nicolas Goaziou
Yagnesh Raghava Yakkala h...@yagnesh.org 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

Re: [O] Sexp aganda entries broken?

2012-11-13 Thread Simon Thum
On 11/12/2012 09:31 PM, Nicolas Goaziou wrote: Simon Thumsimon.t...@gmx.de 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

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) export

Re: [O] Sexp aganda entries broken?

2012-11-13 Thread Nicolas Goaziou
Simon Thum simon.t...@gmx.de 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

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

2012-11-13 Thread Nicolas Goaziou
Yagnesh Raghava Yakkala h...@yagnesh.org 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

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

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

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 mylesengl...@gmail.com 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. ...

[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] 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

Re: [O] Blank line in table?

2012-11-13 Thread Bastien
Hi Johan, Johan Ekh ekh.jo...@gmail.com 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

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 b...@altern.org wrote: Hi Johan, Johan Ekh ekh.jo...@gmail.com writes: Is it

Re: [O] org-collector

2012-11-13 Thread Bastien
Ivanov Dmitry usr...@gmail.com 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

Re: [O] org-version.inc missing

2012-11-13 Thread David Arroyo Menéndez
Thanks! make pdf is ok! Bastien b...@altern.org 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'

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

2012-11-13 Thread Bastien
Hi Ivan, Ivan Vilata i Balaguer i...@selidor.net 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]:

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

2012-11-13 Thread Bastien
Hi Alan, Nicolas Goaziou n.goaz...@gmail.com 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

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

2012-11-13 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org 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

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 jdash...@shellworld.net wrote: On Mon, 12 Nov 2012, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: Why is it when I try putting a date in this table using the calendar I get no date entered when in 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 jdash...@shellworld.net wrote: On Mon, 12 Nov 2012, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: Why is it when I try putting a date in this table using

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 i...@selidor.net 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

[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

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)

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

2012-11-13 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net 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

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

2012-11-13 Thread Yagnesh Raghava Yakkala
Hello Suvayu, On 11月 14 2012, Suvayu Ali fatkasuvayu+li...@gmail.com 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

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

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 jdash...@shellworld.net 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

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

2012-11-13 Thread Nick Dokos
Jude DaShiell jdash...@shellworld.net 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

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 aarone...@gmail.com 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

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

2012-11-13 Thread Nick Dokos
Loris Bennett loris.benn...@fu-berlin.de wrote: Achim Gratz strom...@nexgo.de 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

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

2012-11-13 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com 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

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 on

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

2012-11-13 Thread Loris Bennett
Nick Dokos nicholas.do...@hp.com writes: Loris Bennett loris.benn...@fu-berlin.de wrote: Achim Gratz strom...@nexgo.de 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

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

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