Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Fabrice Popineau
I think that I don't know if you can suit everybody's need but that is worth a try. For myself, I already wrote a dedicated LaTeX class, because it was too cumbersome to configure org-mode for the different kind of documents I need to produce (not impossible, just too lengthy to duplicate

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Marco Wahl
Benjamin Slade sl...@jnanam.net writes: Your code works for me (Emacs 25 with a current Org from the git repo). Just guessing: Do you have installed a further hook for deleting frames in certain situations which might be the wrongdoer? I don't seem to. I can't find anything else which

[O] Include results in a table

2014-10-28 Thread abonnements
Hello everybody, I have somethink like that #+call: gen(A) #+results: A : 10 #+call: gen(B) #+results: B : 20 Is there a simple mean to aggregate the results in a table, i.e to get | A | 10 | | B | 20 | I think some lisp can do that but as a beginner... but as I want to learn you can suggest

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Thorsten Jolitz
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Imagine someone wrote a dedicated Org-mode LaTeX class, and the LaTeX exporter got an option to export to this class. The class modifies LaTeX so that it supports all Org's elements and objects, and things like tags, timestamps, checkboxes etc.

Re: [O] Include results in a table

2014-10-28 Thread Thorsten Jolitz
abonnements abonneme...@thierry-pelle.eu writes: Hello, I have somethink like that #+call: gen(A) #+results: A : 10 #+call: gen(B) #+results: B : 20 Is there a simple mean to aggregate the results in a table, i.e to get | A | 10 | | B | 20 | I think some lisp can do that but as a

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Mike McLean
On Tue, Oct 28, 2014 at 4:02 AM, Fabrice Popineau fabrice.popin...@supelec.fr wrote: I think that I don't know if you can suit everybody's need but that is worth a try. For myself, I already wrote a dedicated LaTeX class, because it was too cumbersome to configure org-mode for the different

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Rasmus
Hi Marcin, Thanks for sharing your ideas. Marcin Borkowski mb...@wmi.amu.edu.pl writes: Imagine someone wrote a dedicated Org-mode LaTeX class, and the LaTeX exporter got an option to export to this class. The class modifies LaTeX so that it supports all Org's elements and objects, and

Re: [O] Include results in a table

2014-10-28 Thread abonnements
Hi, thank you for your answer. Your solution is OK but only for the example I gave (2 or 3 results). In practice I have about 10 results and the number of them may be variable... Furthermore :vars does not work on my version (I must use :var x=A :var y=B)... Ta. Thierry Hello, / I have

Re: [O] Include results in a table

2014-10-28 Thread Thorsten Jolitz
abonnements abonneme...@thierry-pelle.eu writes: Hi, thank you for your answer. Your solution is OK but only for the example I gave (2 or 3 results). In practice I have about 10 results and the number of them may be variable... Furthermore :vars does not work on my version (I must use :var

Re: [O] Include results in a table

2014-10-28 Thread Michael Brand
Hi Thierry On Tue, Oct 28, 2014 at 10:02 AM, abonnements abonneme...@thierry-pelle.eu wrote: #+call: gen(A) #+results: A : 10 #+call: gen(B) #+results: B : 20 Is there a simple mean to aggregate the results in a table, i.e to get | A | 10 | | B | 20 | One solution with TBLFM is:

[O] R code blocks and 'could not find function .ess.eval'

2014-10-28 Thread William Denton
This problem was reported last month and then again earlier this month, for example here: https://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00178.html I'm running Emacs 25.0.50.2, Org 8.2.10 and ESS 14.1x. I'm getting a lot of Error: could not find function .ess.eval errors

[O] Problem updating using git

2014-10-28 Thread Vikas Rawal
I just tried updating my org installation (present version, installed via git, Org-mode version 8.3beta (release_8.3beta-485-gf70439). It gives me following error: passed 524/525 test-org/up-element passed 525/525 test-org/update-radio-target-regexp Ran 525 tests, 524

Re: [O] Problem updating using git

2014-10-28 Thread Vikas Rawal
Doing a fresh install worked fine. Vikas On 28-Oct-2014, at 4:48 pm, Vikas Rawal vikasli...@agrarianresearch.org wrote: I just tried updating my org installation (present version, installed via git, Org-mode version 8.3beta (release_8.3beta-485-gf70439). It gives me following error:

[O] math in parentheses

2014-10-28 Thread Andreas Leha
Hi, I encounter a problem using $..$ expressions when they are enclosed in parentheses. This sample --8---cut here---start-8--- #+TITLE: Test Math * Some math This $T$ works, but ($T$) this does not. --8---cut

Re: [O] [RFC] Change property drawer syntax

2014-10-28 Thread Nicolas Goaziou
Nicolas Goaziou m...@nicolasgoaziou.fr writes: As discussed previously, I would like to modify property drawers syntax. The change is simple: they must be located right after a headline and its planning line, if any. [...] I pushed a new branch, top-properties in the repository for code

Re: [O] Org-mode Habit with Varying Description

2014-10-28 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Right now it looks like the central cond statement in `org-add-log-setup' is as close as we've got to a canonical definition of where a heading's log list is to be found. Should I just write my own version of this, or would you be open

[O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Sharon Kimble
Thinking that the problem was in corruption in my git download, I downloaded a fresh git setup, but the problem still remains. So I've installed org-mode from ELPA, but the problem still remains. I am still unable to send emails through gnus, and the error report is still occurring in many

Re: [O] Org-mode Habit with Varying Description

2014-10-28 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Right now it looks like the central cond statement in `org-add-log-setup' is as close as we've got to a canonical definition of where a heading's log list is to be found. Should I just

Re: [O] Org-mode Habit with Varying Description

2014-10-28 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Right now it looks like the central cond statement in `org-add-log-setup' is as close as we've got to a canonical definition of where a heading's log list is to be found. Should I just

[O] BUG: preview latex with split environment

2014-10-28 Thread Andreas Leha
Hi all, I encounter a BUG with org-toggle-latex-fragment on an equation that uses amsmath's split environment. (Exporting of the document works fine.) The problem is that the \begin{equation},\end{equation} get stripped of the temporary tex file. Here is some test doc --8---cut

Re: [O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: Thinking that the problem was in corruption in my git download, I downloaded a fresh git setup, but the problem still remains. So I've installed org-mode from ELPA, but the problem still remains. I am still unable to send emails through gnus,

Re: [O] BUG: preview latex with split environment

2014-10-28 Thread Rasmus
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I encounter a BUG with org-toggle-latex-fragment on an equation that uses amsmath's split environment. The problem is that the \begin{equation},\end{equation} get stripped of the temporary tex file. I can't reproduce using

Re: [O] math in parentheses

2014-10-28 Thread Richard Lawrence
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when they are enclosed in parentheses. This $T$ works, but ($T$) this does not. Is that expected behaviour? (Note that \(...\) expressions work.) Yes, that is the expected

[O] How to extract TODOs from date-tree

2014-10-28 Thread Jay Iyer
Hi, I have my Org files set up as date-trees containing a mix of notes, tasks and projects. I now have a need to generate a list of projects and tasks filed under specific date-tree or in a range of dates. Is it possible to get this listing from the date-trees if the entries themselves don't

Re: [O] math in parentheses

2014-10-28 Thread Andreas Leha
Hi Richard, Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when they are enclosed in parentheses. This $T$ works, but ($T$) this does not. Is that expected behaviour?

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Thorsten Jolitz
Jay Iyer jayiye...@gmail.com writes: Hi, I have my Org files set up as date-trees containing a mix of notes, tasks and projects. I now have a need to generate a list of projects and tasks filed under specific date-tree or in a range of dates. Is it possible to get this listing from the

Re: [O] R code blocks and 'could not find function .ess.eval'

2014-10-28 Thread Charles C. Berry
On Tue, 28 Oct 2014, William Denton wrote: This problem was reported last month and then again earlier this month, for example here: https://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00178.html I'm running Emacs 25.0.50.2, Org 8.2.10 and ESS 14.1x. I'm getting a lot of

Re: [O] Org-mode Habit with Varying Description

2014-10-28 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: I was just fooling with this a bit, and am noticing some odd (to me) behavior. If I start with emacs -Q, then (goto-char (org-log-beginning)) takes me to the start of a :LOGBOOK: drawer, and (org-element-at-point) returns the drawer. That works

Re: [O] math in parentheses

2014-10-28 Thread Rasmus
Hi, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Just for me to understand: Is the problem the missing whitespace around the $...$ expression? From (info (org) LaTeX Fragments) [a] single ‘$’ characters are only recognized as math delimiters if the enclosed

Re: [O] Org-mode Habit with Varying Description

2014-10-28 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I was just fooling with this a bit, and am noticing some odd (to me) behavior. If I start with emacs -Q, then (goto-char (org-log-beginning)) takes me to the start of a :LOGBOOK: drawer, and

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Jay Iyer
Hi Thorsten, The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. ** 2014-10 October *** 2014-10-01 Wednesday TODO first task General note entry Project

Re: [O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Sharon Kimble
Sharon Kimble boudic...@skimble.plus.com writes: Thinking that the problem was in corruption in my git download, I downloaded a fresh git setup, but the problem still remains. So I've installed org-mode from ELPA, but the problem still remains. I am still unable to send emails through gnus,

Re: [O] math in parentheses

2014-10-28 Thread Andreas Leha
Hi Rasmus, Rasmus ras...@gmx.us writes: Hi, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Just for me to understand: Is the problem the missing whitespace around the $...$ expression? From (info (org) LaTeX Fragments) [a] single ‘$’ characters are only

[O] Several datetrees in one file

2014-10-28 Thread Alexander Baier
Hello, I would like to have several datetrees in one org file. I want to have different datetrees under different headlines. The setup I have in mind is an address book with chronologically ordered notes for each person. This is an example entry for one person. Each following person in that file

[O] make clean-install leaves htmlize.el

2014-10-28 Thread Andreas Leha
Hi all, recently make clean-install leaves the files htmlize.el[c] left in my installation directory while I'd expect them to be removed by clean-install. Regards, Andreas

Re: [O] math in parentheses

2014-10-28 Thread Nick Dokos
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when they are enclosed in parentheses. This $T$

[O] make test scrambles terminal

2014-10-28 Thread Andreas Leha
Hi, `make test` recently messes with the encoding of my terminal. Here are the last lines from the output: --8---cut here---start-8--- ⎻▒⎽⎽ed 53▮/531 ├e⎽├↑⎺⎼±/┤⎻↑e┌e└e┼├ ⎻▒⎽⎽ed 531/531 ├e⎽├↑⎺⎼±/┤⎻d▒├e↑⎼▒d☃⎺↑├▒⎼±e├↑⎼e±e│⎻ R▒┼ 531 ├e⎽├⎽← 529 ⎼e⎽┤┌├⎽

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Thorsten Jolitz
Jay Iyer jayiye...@gmail.com writes: Hi Jay, The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. ** 2014-10 October *** 2014-10-01 Wednesday TODO first task

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Thorsten Jolitz
Jay Iyer jayiye...@gmail.com writes: Hi Thorsten, The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. ** 2014-10 October *** 2014-10-01 Wednesday TODO first task

Re: [O] math in parentheses

2014-10-28 Thread Andreas Leha
Hi Nick, Nick Dokos ndo...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Richard Lawrence richard.lawre...@berkeley.edu writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when

Re: [O] An Org-mode LaTeX class?

2014-10-28 Thread Thomas S. Dye
Aloha Rasmus, Rasmus ras...@gmx.us writes: Moreover, the look of these elements is configurable on the LaTeX end, and further by means of Org options. This way, we drop the generic LaTeX thing (which is nice for people sending articles to journals etc. – so my dream should not replace the

Re: [O] BUG: preview latex with split environment

2014-10-28 Thread Andreas Leha
Rasmus ras...@gmx.us writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, I encounter a BUG with org-toggle-latex-fragment on an equation that uses amsmath's split environment. The problem is that the \begin{equation},\end{equation} get stripped of the temporary tex

Re: [O] Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]

2014-10-28 Thread Sharon Kimble
Aaron Ecay aarone...@gmail.com writes: Hi Sharon, 2014ko urriak 27an, Sharon Kimble-ek idatzi zuen: [...] org-mode-hook '(org-drill-add-cloze-fontification org2blog/wp-mode (lambda nil (org-columns 1)) (lambda nil (abbrev-mode 1)) The above (org-columns 1) form is your problem. Have

Re: [O] Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]

2014-10-28 Thread Aaron Ecay
Hi Sharon, 2014ko urriak 27an, Sharon Kimble-ek idatzi zuen: [...] org-mode-hook '(org-drill-add-cloze-fontification org2blog/wp-mode (lambda nil (org-columns 1)) (lambda nil (abbrev-mode 1)) The above (org-columns 1) form is your problem. Have you added this to org-mode-hook your

Re: [O] Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]

2014-10-28 Thread Nick Dokos
Sharon Kimble boudic...@skimble.plus.com writes: It is not a gnus-problem alone as I also get the error report when opening some org-mode pages. For the last couple of days I have been unable to send any emails through gnus, or any followups to a newsgroup, because the buffer which should

Re: [O] math in parentheses

2014-10-28 Thread Rasmus
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rasmus, Rasmus ras...@gmx.us writes: Hi, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Richard, Just for me to understand: Is the problem the missing whitespace around the $...$ expression? From (info (org) LaTeX

Re: [O] BUG: preview latex with split environment

2014-10-28 Thread Nicolas Goaziou
Hello, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I open this file: #+TITLE: Test amsmath's split * Some equation with some split expression, e.g. \begin{equation} \begin{split} w \cdot x + b = 1, \text{ and}\\ w \cdot x + b = -1 \end{split} \end{equation}

[O] Support for table notes?

2014-10-28 Thread Jacob Gerlach
Hi list, I'm having trouble with LaTeX export of a table that uses some footnotes. It seems that export by default uses combinations of \footnotemark inside the table and \footnotetext after the table. This gets me in to trouble when the table is pushed to the next page - the footnotes are left

[O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, Does anybody know how to change the size of inline images in org ? I would like to do this using something like #+attr :with 200 thanks M

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Benjamin Slade
Oddly this works on my one computer, but not my other -- doubly odd since they're both running the same distro, the same version of Emacs, and the same .emacs file! Even commenting out that line doesn't change the (wrong) behaviour on my one computer Marco Wahl marcowahls...@gmail.com

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Benjamin Slade
I figured it out - in updating, I had lost the cdlatex package, and org-capture wants this for some reason, that's why it was crashing for me. Marco Wahl marcowahls...@gmail.com writes: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well.

Re: [O] How to extract TODOs from date-tree

2014-10-28 Thread Nick Dokos
Thorsten Jolitz tjol...@gmail.com writes: Jay Iyer jayiye...@gmail.com writes: Hi Thorsten, The file entries are as follows and the task/note/project sub-heads generally don't have active/inactive timestamps except when a scheduling/deadline is specified. Thanks. ** 2014-10 October ***

Re: [O] Several datetrees in one file

2014-10-28 Thread Nick Dokos
Alexander Baier alexander.ba...@mailbox.org writes: Hello, I would like to have several datetrees in one org file. I want to have different datetrees under different headlines. The setup I have in mind is an address book with chronologically ordered notes for each person. ... Is this

Re: [O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, I found the solution http://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00038.html cheers, M On Oct 28, 2014, at 9:16 PM, Doyley, Marvin M. mdoy...@ur.rochester.edu wrote: Hi there, Does anybody know how to change the size of inline images in org ? I would like to do