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.
-
Nick Dokos writes:
> Nick Dokos writes:
>
>> Nothing - there is a bug in org-table.el:org-table-clean-before-export
>> where the regexp that matches special chars in the first column (see
>>
>> (info "(org)Advanced features")
>>
>> for the details) inadvertently matches "| | | | 3900|" and del
Ethan writes:
> I'm running org-mode from git (version "8.3beta"), and recently I
> started to get hangs in org files. I can't characterize them
> completely; I have a clear memory of causing something when I hit Enter
> to create a newline before a heading. Today I managed to reproduce it
> reli
York Zhao writes:
>> On Mon, Jun 30, 2014 at 8:43 PM, York Zhao
> wrote:
>
>> I got the problem today, with org-mode version "815c218" in Emacs
> 24.3.1. The
>> error message is: if: Lisp nesting exceeds `max-lisp-eval-depth'.
> Attached is
>> the backtrace saved in a file. Hope this will help.
Greetings,
I have found that it can be useful for me to write equations as follows:
#+LABEL: eq:eq1
#+BEGIN_EQUATION
#+LATEX: \int_{r}^{\infty} x \lambda e^{-\lambda x} dx
#+END_EQUATION
rather than
\begin{equation}
\label{eq:eq1}
\int_{r}^{\infty} x \lambda e^{-\lambda x} dx
\end{equatio
Hi List,
seems to be an Org problem:
when doing query-replace or replace-string on the name of a headline
property, Emacs hangs with 100pc CPU and I have to restart.
MWE and emacs -Q not possible, sorry, I tried...
PS
Org-mode version 8.3beta (release_8.3beta-44-g05be57 @
/usr/share/emacs/
Xebar Saram writes:
> Thx again Thorsten
>
> for some reason it wont work here. i evaluated it and have in in my
> config. i open notes in view mode (the other hook i used) and then
> edit them. i leave the pc for 5-10 minutes but it dosent revert to
> view mode for some reason. am i missing some
Nick,
> ...
> $ patch -p1 < /tmp/org-table-clean-before-export.patch
>
> I got the following output when I did that against maint - you
> might get slightly different output:
> ...
yipieehhh it works, it was a lot of fiddling for a emacs newbe like me but now
I got it. I will test and report!
T
Hi Nicolas,
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Looking at org-element-latex-environment-parser LaTeX environments are
>> recognized as "[ \t]*begin{\\([A-Za-z0-9]+\\*?\\)}" (for start)
>> and "^[ \t]*end{%s}[ \t]*$" (for the end).
>>
>> However, for e.g. small equations one m
Thx again Thorsten
for some reason it wont work here. i evaluated it and have in in my config.
i open notes in view mode (the other hook i used) and then edit them. i
leave the pc for 5-10 minutes but it dosent revert to view mode for some
reason. am i missing something?
thx!
Z
On Fri, Jul 18,
On Fri, Jul 18, 2014 at 6:56 AM, Gabor Retvari wrote:
> Hi,
>
> On Wednesday 16 July 2014 09:54:13 John Hendy wrote:
>> Can you see if this works properly?
>> - http://orgmode.org/worg/exporters/beamer/ox-beamer.html
>>
>> Aka, simply having this in .emacs:
>>
>> (require 'ox-latex)
>> (add-to-lis
Thorsten Grothe writes:
> Nick,
>
> thanks for your patience :-)
>
>> It depends on how exactly you installed: from git, from elpa, from a
>> tarball, using the org mode that came with your emacs, some other way?
>> (...)
>
> I installed orgmode now from elpa (org-plus-contrib) in my local
> hom
Hi,
On Wednesday 16 July 2014 09:54:13 John Hendy wrote:
> Can you see if this works properly?
> - http://orgmode.org/worg/exporters/beamer/ox-beamer.html
>
> Aka, simply having this in .emacs:
>
> (require 'ox-latex)
> (add-to-list 'org-latex-classes
> '("beamer"
>"
Xebar Saram writes:
> Thx Thorsten
>
> i tried that but that dosent seem to work :) any way i can try to
> debug this (i apologize in advance for my zero lisp knowledge :)
it actually worked, but only with calling the reset function manually
once.
try this:
#+begin_src emacs-lisp
(defvar tj/l
Thx Thorsten
i tried that but that dosent seem to work :) any way i can try to debug
this (i apologize in advance for my zero lisp knowledge :)
best
Z
On Fri, Jul 18, 2014 at 11:54 AM, Thorsten Jolitz wrote:
> Xebar Saram writes:
>
> > Thx again all, really cool.
> >
> > one last question.
Nicolas Goaziou writes:
> Samuel Loury writes:
>
>> In baa2c5943a4afce71a6336cbd957139e840bd952,
>>
>> If the user toggles the TODO to DONE, the tasks repeats even though the
>> scheduled item is commented.
>> * TODO Test # SCHEDULED: <2014-07-18 Fri ++1d>
>> My first though is that this behavio
Hi,
Nicolas Goaziou writes:
> Samuel Loury writes:
>
>> On version baa2c5943a4afce71a6336cbd957139e840bd952.
>>
>> Links are not followed anymore in comment blocks.
>>
>> You may test it by launching (org-open-at-point) with the cursor into
>> the link in the following example.
>> * Test #+BEGIN
Hello,
Samuel Loury writes:
> In baa2c5943a4afce71a6336cbd957139e840bd952,
>
> If the user toggles the TODO to DONE, the tasks repeats even though the
> scheduled item is commented.
> * TODO Test # SCHEDULED: <2014-07-18 Fri ++1d>
> My first though is that this behavior is unexpected, but I gues
Hello,
Samuel Loury writes:
> On version baa2c5943a4afce71a6336cbd957139e840bd952.
>
> Links are not followed anymore in comment blocks.
>
> You may test it by launching (org-open-at-point) with the cursor into
> the link in the following example.
> * Test #+BEGIN_COMMENT [[http://orgmode.org/]]
Nick,
thanks for your patience :-)
> It depends on how exactly you installed: from git, from elpa, from a
> tarball, using the org mode that came with your emacs, some other way?
> (...)
I installed orgmode now from elpa (org-plus-contrib) in my local homedir. So is
there another way to apply y
Hi,
In baa2c5943a4afce71a6336cbd957139e840bd952,
If the user toggles the TODO to DONE, the tasks repeats even though the
scheduled item is commented.
--8<---cut here---start->8---
* TODO Test
# SCHEDULED: <2014-07-18 Fri ++1d>
--8<---cut here--
Xebar Saram writes:
> Thx again all, really cool.
>
> one last question. anyone mind pasting code to revert an open buffer
> to read only when idle for lets say 5 minutes?
you could try this (untested!):
#+begin_src emacs-lisp
(defvar tj/last-buffer-tick nil)
(make-variable-buffer-local 'tj/las
Thx again all, really cool.
one last question. anyone mind pasting code to revert an open buffer to
read only when idle for lets say 5 minutes?
thx alot!
Z
On Fri, Jul 18, 2014 at 2:42 AM, Eric Abrahamsen
wrote:
> Xebar Saram writes:
>
> > Thanks guys. really appreciate all your help
> >
>
Hello,
Ethan writes:
> I'm running org-mode from git (version "8.3beta"), and recently I started
> to get hangs in org files.
First ensure you're using the latest Org revision. A lot of changes
happened between "release_8.3beta" tag and HEAD.
> The bug has been tricky to track down. I can repr
Hi,
On version baa2c5943a4afce71a6336cbd957139e840bd952.
Links are not followed anymore in comment blocks.
You may test it by launching (org-open-at-point) with the cursor into
the link in the following example.
--8<---cut here---start->8---
* Test
#+BEGIN_COM
25 matches
Mail list logo