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 parameter
Benjamin Slade 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 seems to
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
Marcin Borkowski 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. Moreover, the loo
abonnements 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 beginner... bu
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 dif
Hi Marcin,
Thanks for sharing your ideas.
Marcin Borkowski 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, ti
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 so
abonnements 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 x=A :var y=B)...
:var
Hi Thierry
On Tue, Oct 28, 2014 at 10:02 AM, abonnements
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:
#+BEGIN_SRC emacs-lisp
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 wh
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 results
Doing a fresh install worked fine.
Vikas
On 28-Oct-2014, at 4:48 pm, Vikas Rawal 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:
>
>
> passed 524/525
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 here---end---
Nicolas Goaziou 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
>> review an
Hello,
Eric Abrahamsen 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 to refactoring `org
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 places
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen 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 w
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen 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 w
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
Sharon Kimble 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, and the error report is
Andreas Leha 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 your document from emacs -q.
(
Hi Andreas,
Andreas Leha 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 behavior. Org is much pickier
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 have
Hi Richard,
Richard Lawrence writes:
> Hi Andreas,
>
> Andreas Leha 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.)
>
>
Jay Iyer 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 date-trees if the entr
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
...
Eric Abrahamsen 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 no matter whether th
Hi,
Andreas Leha 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 text contains at most two li
Nicolas Goaziou writes:
> Eric Abrahamsen 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
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
>> Sharon Kimble 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, and the error re
Hi Rasmus,
Rasmus writes:
> Hi,
>
> Andreas Leha 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
>
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
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
Andreas Leha writes:
> Hi Richard,
>
> Richard Lawrence writes:
>> Hi Andreas,
>>
>> Andreas Leha 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?
>>>
>>> (N
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⎽┤┌├⎽
Jay Iyer 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
> General note
Jay Iyer 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
> Genera
Hi Nick,
Nick Dokos writes:
> Andreas Leha writes:
>
>> Hi Richard,
>>
>> Richard Lawrence writes:
>>> Hi Andreas,
>>>
>>> Andreas Leha writes:
>>>
I encounter a problem using $..$ expressions when they are enclosed
in parentheses.
>>>
This $T$ works, but ($T$) this does not.
>>
Aloha Rasmus,
Rasmus 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 curre
Rasmus writes:
> Andreas Leha 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 y
Aaron Ecay 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 you adde
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 emacs/
Sharon Kimble 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 contain
> the headers
Andreas Leha writes:
> Hi Rasmus,
>
> Rasmus writes:
>> Hi,
>>
>> Andreas Leha 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 onl
Hello,
Andreas Leha 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}
>
> To reproduce try to
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
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
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 writes:
> The following mess
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 writes:
> The following message is a courtesy copy of an article
> that has been posted to gmane.emacs.orgmode as well.
>
> Benjamin Slade w
Thorsten Jolitz writes:
> Jay Iyer 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
>
Alexander Baier 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 possible?
>
I don't t
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. wrote:
> Hi there,
>
> Does anybody know how to change the size of inline images in org ?
>
> I would like to do this using something
54 matches
Mail list logo