Re: [O] [BUG] Radio Targets and double quotes

2015-05-28 Thread thomas
Hi Nicolas, I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ /home/thomas/.emacs.d/elpa/org-20150504/) org-export-with-smart-quotes is set to t. The error goes away when org-export-with-smart-quotes is not true. M-x org-reload (sorry, I do not know how C-u org-reload could work) rev

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread Cook, Malcolm
John, Glad you're "cooking with ESS". Gonna hafta chalk your WTF moment up to some butterfly in Kamchatka. Or was it Saskatchewan? BTW, since you said you use org-mode, please note, when you get next perform a fresh install of org-mode, regardless of the means (package manager, git pull,

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread John Hendy
On Thu, May 28, 2015 at 6:34 PM, Cook, Malcolm wrote: > John, still recommend you try fresh ess, compiled via package manager. Also, > update any packages needing updated. Maybe speedbar? So, I followed your nice ELPA instructions, and things worked. Then I wondered if it was compilation relat

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread Cook, Malcolm
John, still recommend you try fresh ess, compiled via package manager. Also, update any packages needing updated. Maybe speedbar? I'm dry, Best, Malcolm > -Original Message- > From: John Hendy [mailto:jw.he...@gmail.com] > Sent: Thursday, May 28, 2015 6:24 PM > To: Cook, Malcolm > Cc

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread John Hendy
On Thu, May 28, 2015 at 5:38 PM, Cook, Malcolm wrote: >> On Thu, May 28, 2015 at 5:07 PM, Cook, Malcolm >> wrote: >> > I would install latest ess fresh. >> >> I wondered about that as well, so I tried that prior to posting here. >> Sorry, I should have listed my version, which is now 15.03-1. >>

Re: [O] [BUG] Radio Targets and double quotes

2015-05-28 Thread Nicolas Goaziou
Hello thomas writes: > a radio target reference followed by another radio target in double > quotes breaks html-export. > The following minimal throws an error: > > === > > Keyword1 "keyword2" > > <<>> > > <<>> > > === > > Error Message: >

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread Cook, Malcolm
> On Thu, May 28, 2015 at 5:07 PM, Cook, Malcolm > wrote: > > I would install latest ess fresh. > > I wondered about that as well, so I tried that prior to posting here. > Sorry, I should have listed my version, which is now 15.03-1. > > > What version of emacs? The package manager is a moving

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread John Hendy
On Thu, May 28, 2015 at 5:07 PM, Cook, Malcolm wrote: > I would install latest ess fresh. I wondered about that as well, so I tried that prior to posting here. Sorry, I should have listed my version, which is now 15.03-1. > What version of emacs? The package manager is a moving target these day

Re: [O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread Cook, Malcolm
I would install latest ess fresh. What version of emacs? The package manager is a moving target these days. Try to use the package manager to interactively install the latest > - emacs -Q > following: > http://melpa.org/?utm_source=dlvr.it&utm_medium=twitter#/getting-started > - putting this

Re: [O] babel scheme not working

2015-05-28 Thread Nick Dokos
Lawrence Bottorff writes: > Yes, thanks, the :session did the trick. Is that documented somewhere? > Also, it ignored my running MIT Scheme and fired up a Guile REPL in > the next buffer. I guess it's doing something with Geiser, hence, > Guile? > (info "(org) session"): , | The ‘:session’

[O] Recently emacs hangs on startup due to ESS

2015-05-28 Thread John Hendy
Over the past couple of weeks, I've been having some issues with emacs hanging on startup. I usually kill the process, but inadvertently left it in the background today, noting much later that it ended up starting. I played with commenting out various parts of my config until I narrowed things down

Re: [O] babel scheme not working

2015-05-28 Thread Lawrence Bottorff
Yes, thanks, the :session did the trick. Is that documented somewhere? Also, it ignored my running MIT Scheme and fired up a Guile REPL in the next buffer. I guess it's doing something with Geiser, hence, Guile? On Thu, May 28, 2015 at 3:20 PM, Nick Dokos wrote: > Lawrence Bottorff writes: > >

Re: [O] babel scheme not working

2015-05-28 Thread Nick Dokos
Lawrence Bottorff writes: > The MIT scheme repl is running in the next buffer. . . > Did you try it? --8<---cut here---start->8--- #+BEGIN_SRC scheme :session foo (define (mydouble x) (+ x x)) #+END_SRC #+RESULTS: doesn't seem to remember from one block t

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Titus von der Malsburg
On 2015-05-28 Thu 11:15, Thomas S. Dye wrote: > Titus von der Malsburg writes: > >> I can’t reproduce the second indent but I think it’s a bug that there is >> any indentation at all. >> >> The documentation of `org-edit-special' (C-x ') says: >> >> Call a special editor for the element at poin

Re: [O] babel scheme not working

2015-05-28 Thread Lawrence Bottorff
The MIT scheme repl is running in the next buffer. . . On May 28, 2015 2:16 PM, "Nick Dokos" wrote: > Lawrence Bottorff writes: > > > . . . installed geiser via elpa -- and got some functionality. Although > a simple thing like > > > > #+BEGIN_SRC scheme > > (define (mydouble x) > > (+ x x)) > >

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Thomas S. Dye
Titus von der Malsburg writes: > I can’t reproduce the second indent but I think it’s a bug that there is > any indentation at all. > > The documentation of `org-edit-special' (C-x ') says: > > Call a special editor for the element at point. … > > No mention of indentation or other reformatting

Re: [O] babel scheme not working

2015-05-28 Thread Nick Dokos
Lawrence Bottorff writes: > . . . installed geiser via elpa -- and got some functionality. Although a > simple thing like  > > #+BEGIN_SRC scheme > (define (mydouble x) > (+ x x))   >   #+END_SRC > > doesn't seem to remember from one block to the next. So, after defining the > code above > > #+

[O] [BUG] Radio Targets and double quotes

2015-05-28 Thread thomas
Hi All, a radio target reference followed by another radio target in double quotes breaks html-export. The following minimal throws an error: === Keyword1 "keyword2" <<>> <<>> === Error Message: org-export-activate-smart-quotes: Wro

Re: [O] babel scheme not working

2015-05-28 Thread Lawrence Bottorff
. . . installed geiser via elpa -- and got some functionality. Although a simple thing like #+BEGIN_SRC scheme (define (mydouble x) (+ x x)) #+END_SRC doesn't seem to remember from one block to the next. So, after defining the code above #+BEGIN_SRC scheme (mydouble 5) #+END_SRC gives an err

[O] babel scheme not working

2015-05-28 Thread Lawrence Bottorff
#+BEGIN_SRC scheme (define (mydouble x) (+ x x)) #+END_SRC produces org-babel-execute-src-block: Symbol's value as variable is void: geiser-default-implementation also, no indentation or color coding of any sort (maybe this isn't a feature yet?) LB

Re: [O] Org-lint

2015-05-28 Thread Nicolas Goaziou
Hello, Karl Voit writes: > Who do I have to contact, when I've got ideas of checks that > corrupted my Org-mode files? You can implement checks and send them to the ML. You can also suggest them on the ML. > For example, I have the issue that once upon a Org-mode-Git- > checkout, the property

Re: [O] LaTeX_HEADER blocks

2015-05-28 Thread Nicolas Goaziou
Hello, Mark Edgington writes: > It is possible in org-mode to do either > > #+LaTeX: \somecommand > > or > > #+BEGIN_LaTeX > \somecommand > #+END_LaTeX > > I typically use the latter (the block form) because I often have > multiple lines of LaTeX I would like to include at certai

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Titus von der Malsburg
On 2015-05-28 Thu 04:49, Rainer M Krug wrote: > I reralised this morning that there eems to be a bug introduced in one > of the last commits which causes repeted editing of source blocks to > indent more each time the are edited (C-'). > > Original: > , > | #+begin_src sh > | echo 2 > | #+end_

[O] Include other sources (zotero, database) in org-mode search?

2015-05-28 Thread M
I'm currently building a large knowledge database with my org-mode notes. However there are other sources of knowledge like - my colleciton of Freeplane mindmaps (xml files) - my zotero Library Is it possible to let org-mode also index and search such sources so that I can search within all relev

[O] Include other sources (zotero, database) in org-mode search?

2015-05-28 Thread Martin Beck
I'm currently building a large knowledge database with my org-mode notes. However there are other sources of knowledge like - my colleciton of Freeplane mindmaps (xml files) - my zotero Library Is it possible to let org-mode also index and search such sources so that I can search within all relev

Re: [O] org-preview-latex-fragment ignores \includes in the LATEX_HEADER

2015-05-28 Thread Nick Dokos
Stefan Otte writes: > Hey, > > I'm using orgmode with lots of LaTeX for equations. A typical document > start with > > #+TITLE: Some Title > #+LaTeX_HEADER: \include{commands} > > commands.tex contains commands like: > \newcommand{\RRR}{{\mathbb{R}}} > > The pdf export works flawlessly, how

[O] Confusing creation of frames and windows

2015-05-28 Thread M
I'm not sure where exactly my problem comes from, but I find it quite confusing how Emacs / org-mode creates new frames or does show something in the existing frame or window. Is there a tutorial or a best-practice setup to get it easy and intuitive? Kind regards Martin

Re: [O] Easy to use asking for Or-gmode property values (e.g., for Org-contacts)

2015-05-28 Thread Karl Voit
* Karl Voit wrote: > > This is why I came up with this idea: how about I paste new > information at the end of and then call a function which helps me a > lot: > > - ask for each property (or a set of pre-defined properties) > - prompt property name > - let the user mark a region using keyboar

[O] Integrating Org with OS X Reminders (and Siri!)

2015-05-28 Thread Ken Mankoff
Hi List, I've written a set of small scripts so that I can use the Reminders.app on my iPhone and easily get that information into Org. This means I can pick up the phone, say "Hey Siri, Remind me about something", and get that info into Org! Functionality is basic - items show up in Agenda jus

[O] Org-lint (was: Org-lint and #+call lines)

2015-05-28 Thread Karl Voit
* Thomas S. Dye wrote: > > Org-lint is a big help picking up an old project. Thanks Nicolas. Hey, I missed org-lint so far. However, I was desperately asking for an Org-mode syntax validation multiple times for a long time.[1] Who do I have to contact, when I've got ideas of checks that corrup

Re: [O] How to end a :session?

2015-05-28 Thread Rainer M Krug
Andreas Leha writes: > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Rainer, >>> >>> Rainer M Krug writes: Andreas Leha writes: > Hi Rainer, Hi Andreas, > > Rainer M Krug writes: >> Christopher Witte writes: >> >>> perhaps what you

Re: [O] How to end a :session?

2015-05-28 Thread Andreas Leha
Rainer M Krug writes: > Andreas Leha writes: > >> Hi Rainer, >> >> Rainer M Krug writes: >>> Andreas Leha writes: >>> Hi Rainer, >>> >>> Hi Andreas, >>> Rainer M Krug writes: > Christopher Witte writes: > >> perhaps what you want is a named session, see >> http:

Re: [O] How to end a :session?

2015-05-28 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Rainer, >> >> Hi Andreas, >> >>> >>> Rainer M Krug writes: Christopher Witte writes: > perhaps what you want is a named session, see > http://orgmode.org/manual/session.html >>

[O] [BUG] in last org in indentation of source blocks

2015-05-28 Thread Rainer M Krug
I reralised this morning that there eems to be a bug introduced in one of the last commits which causes repeted editing of source blocks to indent more each time the are edited (C-'). Original: , | #+begin_src sh | echo 2 | #+end_src ` After C-' and back again , | #+begin_src sh | e

Re: [O] ob-sed

2015-05-28 Thread Bjarte Johansen
I think I have addressed all your comments in the attached patch. Regards, Bjarte 0001-Org-Babel-now-supports-sed-scripts.patch Description: Binary data

Re: [O] How to end a :session?

2015-05-28 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Andreas Leha writes: > >> Hi Rainer, > > Hi Andreas, > >> >> Rainer M Krug writes: >>> Christopher Witte writes: >>> perhaps what you want is a named session, see http://orgmode.org/manual/session.html >>> >>> Sure - that's what I have. >>> >>> But

Re: [O] How to end a :session?

2015-05-28 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, Hi Andreas, > > Rainer M Krug writes: >> Christopher Witte writes: >> >>> perhaps what you want is a named session, see >>> http://orgmode.org/manual/session.html >> >> Sure - that's what I have. >> >> But how can I close the named session when I don't need i

Re: [O] Marking/highlighting text temporarily

2015-05-28 Thread Alan Schmitt
On 2015-05-18 23:42, Marcin Borkowski writes: > On 2015-04-24, at 08:19, Vikas Rawal wrote: > >> I am revising a long book manuscript, and would like to mark parts of text >> (not just the headlines) just to remind myself that these need to be dealt >> with. >> >> What could be an the easy way o

Re: [O] How to end a :session?

2015-05-28 Thread Andreas Leha
Hi Rainer, Rainer M Krug writes: > Christopher Witte writes: > >> perhaps what you want is a named session, see >> http://orgmode.org/manual/session.html > > Sure - that's what I have. > > But how can I close the named session when I don't need it anymore, or > want to start, the next time I use

[O] Easy to use asking for Or-gmode property values (e.g., for Org-contacts)

2015-05-28 Thread Karl Voit
Hi! I am using Org-contacts that way, that I copy new information from external sources and move them to the properties afterwards: : ** Firstname Lastname :FirstnameLastname: : :PROPERTIES: : :TYPE: : :TITLE: : :EMAIL: firstn...@company.com : :URL: : :MOBILE: 0043/ : :HOMEPH

Re: [O] How to end a :session?

2015-05-28 Thread Rainer M Krug
Christopher Witte writes: > perhaps what you want is a named session, see > http://orgmode.org/manual/session.html Sure - that's what I have. But how can I close the named session when I don't need it anymore, or want to start, the next time I use the named session, with a new session? > > On

Re: [O] How to end a :session?

2015-05-28 Thread Christopher Witte
perhaps what you want is a named session, see http://orgmode.org/manual/session.html On 28 May 2015 at 10:44, Rainer M Krug wrote: > Hi > > I can start a session as follow: > > --8<---cut here---start->8--- > #+begin_src R :session Test > cat("Session Test\n")

Re: [O] org-preview-latex-fragment ignores \includes in the LATEX_HEADER

2015-05-28 Thread Stefan Otte
Hey, "\input" does not solve the problem. Still no preview images. (The pdf export still works as expected.) Best, Stefan On Wed, May 27, 2015 at 3:37 PM, Robert Klein wrote: > Hi, > > On Wed, 27 May 2015 15:02:02 +0200 > Stefan Otte wrote: > >> Hey, >> >> I'm using orgmode with lots of La

[O] How to end a :session?

2015-05-28 Thread Rainer M Krug
Hi I can start a session as follow: --8<---cut here---start->8--- #+begin_src R :session Test cat("Session Test\n") #+end_src --8<---cut here---end--->8--- Now I hava an R session named *Test*. But how can I closes this sess

Re: [O] How to create agenda which ignores headings with deadline/scheduled dates older than 3 months

2015-05-28 Thread rene
Nick Dokos gmail.com> writes: > [Not sure why, but quoting the OP's message did not work - I had to do > it by hand - I wonder if the problem is with the message or my setup: > if someone could verify, I'd appreciate it.] > > "Martin Beck" web.de> writes: > > > how can I set up an agenda view