[O] Bug: org-contacts show "Non-existent agenda file ~/org/* virexit. [R]emove from list or [A]bort?" when trying to find contacts with M-x org-contacts [8.2.7b (8.2.7b-dist @ c:/Users/Seam/AppDa

2014-07-18 Thread seamwill
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. -

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
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

Re: [O] Infinite loop with org-log-done 'time?

2014-07-18 Thread Matt Lundin
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

Re: [O] still seeing semi-regular lockups

2014-07-18 Thread Matt Lundin
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.

[O] math minor mode for #+BEGIN_EQUATION blocks

2014-07-18 Thread stevejb
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

[O] Replacing property-name hangs Emacs

2014-07-18 Thread Thorsten Jolitz
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/

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Thorsten Jolitz
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

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
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

Re: [O] [bug?, org-element] latex-environment delimiters must be at BOL

2014-07-18 Thread Rasmus
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

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Xebar Saram
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,

Re: [O] Beamer export: can't get frame level right

2014-07-18 Thread John Hendy
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

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
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

Re: [O] Beamer export: can't get frame level right

2014-07-18 Thread Gabor Retvari
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" >"

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Thorsten Jolitz
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

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Xebar Saram
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.

Re: [O] Repeated tasks repeats even if the time stamp is commented

2014-07-18 Thread Samuel Loury
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

Re: [O] [BUG] org-open-at-point does not work anymore in comment blocks

2014-07-18 Thread Samuel Loury
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

Re: [O] Repeated tasks repeats even if the time stamp is commented

2014-07-18 Thread Nicolas Goaziou
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

Re: [O] [BUG] org-open-at-point does not work anymore in comment blocks

2014-07-18 Thread Nicolas Goaziou
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/]]

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
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

[O] Repeated tasks repeats even if the time stamp is commented

2014-07-18 Thread Samuel Loury
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--

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Thorsten Jolitz
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

Re: [O] a quick way to switch orgmode notes between read-only/editing?

2014-07-18 Thread Xebar Saram
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 > > >

Re: [O] Infinite loop with org-log-done 'time?

2014-07-18 Thread Nicolas Goaziou
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

[O] [BUG] org-open-at-point does not work anymore in comment blocks

2014-07-18 Thread Samuel Loury
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