[O] Lack of availability

2014-09-17 Thread Bastien
Dear all, I'm sorry for my current lack of availability. I wanted to hack back since late august but I was not able to. I'm going through hard times since the summer and I need to focus on securing a basic environment for my daily life. I hope I can sort this out soon enough. I'm thankful to

Re: [O] Lack of availability

2014-09-17 Thread Glyn Millington
Bastien b...@gnu.org writes: Dear all, I'm sorry for my current lack of availability. I wanted to hack back since late august but I was not able to. I'm going through hard times since the summer and I need to focus on securing a basic environment for my daily life. I hope I can sort

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Rainer M Krug
Charles Berry ccbe...@ucsd.edu writes: Charles Berry ccberry at ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Thanks - you came before me. I get the same error but managed to work around. This is likely caused by the upgrade of ess, Likely. But it may not be

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Rainer M Krug
Rainer M Krug rai...@krugs.de writes: Using it, error is gone. Rainer Charles Berry ccbe...@ucsd.edu writes: Charles Berry ccberry at ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Thanks - you came before me. I get the same error but managed to work around.

[O] Emacs server and org-protocol

2014-09-17 Thread Gonzalo Camarillo
Hi, I am using org-protocol to have my firefox browser talk to my emacs (to capture stuff). I am using Windows 7. So, I cannot use the --daemon flag to simply start a sever (it is not supported under Windows). Instead, I have added a (server-start) line to my .emacs file (init.el). When I run

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Paul Rudin
Gonzalo Camarillo gcama...@gmail.com writes: Does anybody know a workaround so that the server is only started once?... Does the function server-running-p work on windows? If so then you can replace (server-start) with (unless (server-running-p) (server-start)).

[O] State-of-the-art in linking org items to places in source files?

2014-09-17 Thread Thorsten Jolitz
Hi List, I remember extensive discussions on this list of how to associate org-files and source files by links, but I don't find them anymore and I don't remember what is the State-of-the-art in this area. It was about 'outsourcing' commentsplanning-info from a programming-mode file to an

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
What is the purpose of opening a second instance of emacs ? I precisely tend to avoid it. If the emacs server is running, why not using emacsclient(w) instead of a new instance ? Fabrice 2014-09-17 9:26 GMT+02:00 Gonzalo Camarillo gcama...@gmail.com: Hi, I am using org-protocol to have my

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Paul Rudin
Fabrice Popineau fabrice.popin...@supelec.fr writes: What is the purpose of opening a second instance of emacs ?  I precisely tend to avoid it. There are situations where it can be useful - e.g. using emacs as a news or mail client where the whole process can block for a few seconds.

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Thorsten Jolitz
Fabrice Popineau fabrice.popin...@supelec.fr writes: What is the purpose of opening a second instance of emacs ? I precisely tend to avoid it. If the emacs server is running, why not using emacsclient(w) instead of a new instance ? I had that setup for quite some time - starting one Emacs

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Gonzalo Camarillo
Hi Paul, yes, adding (require 'server) makes the function available. That is exactly what I was looking for. Thanks for the quick response! Cheers, Gonzalo On Wed, Sep 17, 2014 at 9:36 AM, Paul Rudin p...@rudin.co.uk wrote: Gonzalo Camarillo gcama...@gmail.com writes: Does anybody know

[O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-09-17 Thread Teika Kazura
Hello, org-list. I experience a regression in org-replace-disputed-keys, and I git-bisect'ed it. * Symptom: org-replace-disputed-keys doesn't work for me. Emacs version: GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.0.12) * How to reproduce it: 1. Put the org to /tmp/org-mode 2. Save

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 9:56 GMT+02:00 Paul Rudin p...@rudin.co.uk: Fabrice Popineau fabrice.popin...@supelec.fr writes: What is the purpose of opening a second instance of emacs ? I precisely tend to avoid it. There are situations where it can be useful - e.g. using emacs as a news or mail client

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Alexis
Fabrice Popineau writes: Yes seconds or even much more. This is the reason I don't use Emacs to read my mail/news anymore :-/ If i may ask, which email front-end were you using? (Gnus, perhaps?) i used to use notmuch.el, and currently use mu4e, and basically don't have this issue

[O] [PATCH][BUG] org-capture-templates checkitem not working as expected

2014-09-17 Thread Ohad Kammar
Dear Org users, There's a bug with the checkitem type org-capture-templates. To reproduce: 1) Choose an org file with the headline Test list, e.g., execute: $ cat ~/org-capture-bugreport.org * Test list [/] ^C 2) Add the following two templates to your org-capture-templates:

[O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c (8.2.7c-64-g01f736-elpa @/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-09-17 Thread Tobias Getzner
Hello, When using LaTeX-based export targets that produce a .tex file as output (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer foo.tex modified; kill anyway?». Irrespective of whether I answer y/n, no .tex file is produced, and «latexmk» fails with «no such file».

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Alexis
Eric S Fraga writes: The issue is not the email front-end per se but the email servers (IMAP, POP, whatever). A couple of years ago, I ended up having to use an email server that would take many seconds, often minutes, to access, even just to query to find out if there was any new email.

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Eric S Fraga
On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote: [...] If i may ask, which email front-end were you using? (Gnus, perhaps?) i used to use notmuch.el, and currently use mu4e, and basically don't have this issue The issue is not the email front-end per se but the email servers (IMAP,

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Fabrice Popineau
2014-09-17 11:06 GMT+02:00 Eric S Fraga e.fr...@ucl.ac.uk: On Wednesday, 17 Sep 2014 at 18:54, Alexis wrote: [...] If i may ask, which email front-end were you using? (Gnus, perhaps?) i used to use notmuch.el, and currently use mu4e, and basically don't have this issue The issue

Re: [O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c (8.2.7c-64-g01f736-elpa@/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-09-17 Thread Tobias Getzner
On Wed, 17 Sep 2014 08:27:21 +, Tobias Getzner wrote: When using LaTeX-based export targets that produce a .tex file as output (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer foo.tex modified; kill anyway?». Irrespective of whether I answer y/n, no .tex file is

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Eric S Fraga
On Wednesday, 17 Sep 2014 at 11:41, Fabrice Popineau wrote: [...] I disagree on this. The problem is less servers than the sheer slowness of elisp. Sure, elisp is not fast but I it seems to be perfectly fast enough for me for gnus, even on my little OpenPandora. In my case, the limiting

Re: [O] TODO items in lists (not headings)

2014-09-17 Thread Gary Oberbrunner
On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Gary, Gary Oberbrunner ga...@oberbrunner.com writes: Gary: My reason for not using TODO is just that it'd be ugly and confusing to put a heading in the middle of a list. Compare this: * Meeting report

Re: [O] Lack of availability

2014-09-17 Thread Rasmus
Bastien b...@gnu.org writes: I'm sorry for my current lack of availability. I wanted to hack back since late august but I was not able to. I'm going through hard times since the summer and I need to focus on securing a basic environment for my daily life. I hope I can sort this out soon

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Stefan Huchler
I dont really get what the problem is here, email servers checkup is fast enough, and rss u can use that: nnrss-use-local to ‘t’ and use ‘nnrss-generate-download-script

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Rainer M Krug
Stefan Huchler stefan.huch...@mail.de writes: I dont really get what the problem is here, email servers checkup is Not necessarily - depends which mail server (e.g. gmail or local), if you have one or many folders / tags, your network connection, ... Often used solution: mail server (e.g.

[O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-17 Thread Kyeong Soo (Joseph) Kim
I recently upgraded my org-mode from 7.x to 8.2.7c (bundled with a Windows Emacs package for ESS) and have been struggling with changed behaviours of LaTeX exporter since. Below is the list of those changes: 1. Double backslashes (for line break) embedded in a string for #+AUTHOR: With version

[O] async export not working for me

2014-09-17 Thread Julien Cubizolles
I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have missed something obvious cause I could never get async export working. Here is what I do: --8---cut here---start-8--- emacs -Q (require 'package) (package-initialize) ;; since org is

Re: [O] async export not working for me

2014-09-17 Thread Rasmus
Hi Julien, Julien Cubizolles j.cubizol...@free.fr writes: I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have missed something obvious cause I could never get async export working. Here is what I do: emacs -Q (require 'package) (package-initialize) ;; since org is

Re: [O] async export not working for me

2014-09-17 Thread Nicolas Goaziou
Hello, Julien Cubizolles j.cubizol...@free.fr writes: I'm running org-mode 8.3beta from org-plus-contrib in melpa. I must have missed something obvious cause I could never get async export working. [...] What could possibly go wrong ? No idea. You may want to set `org-export-async-debug'

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-17 Thread Nicolas Goaziou
Hello, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: 1. Double backslashes (for line break) embedded in a string for #+AUTHOR: With version 7.x, the following line #+AUTHOR: Joseph Kim\\Department of Electrical and Electronic Engineering\\Example University [...] With version

Re: [O] async export not working for me

2014-09-17 Thread Julien Cubizolles
Rasmus ras...@gmx.us writes: Hi Julien, Probably you are somehow not loading settings correctly. In your normal init file you need to set `org-export-async-init-file'. I completely missed this part... I feel stupid now. Maybe org should complain when this variable is not set and someone

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Brett Viren
Alexis flexibe...@gmail.com writes: If i may ask, which email front-end were you using? (Gnus, perhaps?) i used to use notmuch.el, and currently use mu4e, and basically don't have this issue My GNUS + IMAP subprocess + Maildir used to lead to long wait times when updating for new mail (g

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Stefan Huchler
Rainer M Krug rai...@krugs.de writes: Stefan Huchler stefan.huch...@mail.de writes: I dont really get what the problem is here, email servers checkup is Not necessarily - depends which mail server (e.g. gmail or local), if you have one or many folders / tags, your network connection, ... I

[O] emacs stackexchange beta site

2014-09-17 Thread Ian Kelling
Just wanted to share, and bring this up for discussion. I'm cross posting to a few emacs mailing lists. http://area51.stackexchange.com/proposals/76571/emacs And some discussion going on here: http://discuss.area51.stackexchange.com/questions/17923/what-to-expect-in-the-emacs-private-beta Which

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Cook, Malcolm
Hiya, Likewise - same problem here is fixed with injection of patch. Thanks! ~ malcolm_cook -Original Message- From: emacs-orgmode-bounces+mec=stowers@gnu.org [mailto:emacs-orgmode-bounces+mec=stowers@gnu.org] On Behalf Of Rainer M Krug Sent: Wednesday, September 17,

Re: [O] TODO items in lists (not headings)

2014-09-17 Thread Nick Dokos
Gary Oberbrunner ga...@oberbrunner.com writes: On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Gary, Gary Oberbrunner ga...@oberbrunner.com writes: Gary:    My reason for not using TODO is just that it'd be ugly and confusing to

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Alexis
Stefan Huchler writes: What I have more a problem with is that it often hangs have to cancel it at least every seond time. Sounds like something that might need to be reported as a bug? Alexis.

Re: [O] [PATCH] WAS Re: Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 at /usr/local/share/emacs/site-lisp/org/)]

2014-09-17 Thread Aaron Ecay
Hi all, I have pushed the patch to the master branch, thanks to Chuck and to Rainer and Malcom for testing it. Chuck, it looks like you have already provided another “preliminary patch” for org back in 2012 (commit 578a7f5a). If it’s possible for you, it might be good to do the copyright

Re: [O] Difference :header-args: and :header-args+:?

2014-09-17 Thread Aaron Ecay
Hi Achim, 2014ko irailak 9an, Achim Gratz-ek idatzi zuen: Aaron Ecay writes: Can you say more about the corner cases? It's been quite some time since I looked at this, but inline calls were quirky for instance since their point of call is ill-defined. Surely the point of call is just

Re: [O] async export not working for me

2014-09-17 Thread Julien Cubizolles
Julien Cubizolles j.cubizol...@free.fr writes: Rasmus ras...@gmx.us writes: Hi Julien, Probably you are somehow not loading settings correctly. In your normal init file you need to set `org-export-async-init-file'. I could get it to work at last, thank you a lot. I noticed something

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-17 Thread Kyeong Soo (Joseph) Kim
Hello Nicolas, Great thanks for the detailed instructions with clear explanations for the problems. I have addressed all those issues per your suggestions, but put some comments embedded below. Again, many thanks for your great help! Joseph On Thu, Sep 18, 2014 at 3:01 AM, Nicolas Goaziou