Re: [O] Org-mode in windows fires Tramp without any intervention

2013-12-11 Thread Toni Cebrián
Hi Michael, Trying to file a minimal init.el for bug reporting I discovered the culprit. In my init file I had: (setq org-agenda-files (concat org-directory "/gtd.org")) The missing quote was causing Tramp to be ignited every time I opened a file or tried to open the agenda view. Thanks for

Re: [O] Org-mode in windows fires Tramp without any intervention

2013-12-06 Thread Bastien
Hi Toni, Toni Cebrián writes: > Do you know where to look or what to try? This same Org > file, the same init.el and the same emacs version work without any > problem in Linux. This is weird: I would first try with a bare emacs -Q and only the culprit link in Org. Then with a more complex .ema

Re: [O] Org-mode in windows fires Tramp without any intervention

2013-12-03 Thread Michael Albinus
Toni Cebrián writes: > Hi, Hi Toni, > I have my own complex Emacs configuration files developed over time > when working in a Linux environment. You can see that > https://github.com/tonicebrian/emacsconfig in case you are curious. It > works seamlessly in Linux and I tried to use that as-is wh