Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: Juergen Christoffel jc.or...@cynix.net writes: I wonder if it's even necessary to have *any* sort of MUA set up in Emacs, if all you're doing is sending email? Many email programs paper over the distinction

[O] importing and compliting contacts [WAS:email ui choices?]

2015-07-14 Thread Matt Price
Also, I'm wondering what the best way is to deal with contacts. Can I import my existing contacts into org-contacts? And if so, do I get tab completion in a message-mode buffer for those contacts?

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Juergen Christoffel jc.or...@cynix.net writes: On Mon, Jul 13, 2015 at 08:16:29PM -0400, Matt Price wrote: [...] I want to fill out this form, key in a command, and have emacs prompt me for an email (or look the email up somewhere?) and generate a mail buffer with this subtree as its contents;

Re: [O] email ui choices?

2015-07-14 Thread Juergen Christoffel
On Mon, Jul 13, 2015 at 08:16:29PM -0400, Matt Price wrote: [...] I want to fill out this form, key in a command, and have emacs prompt me for an email (or look the email up somewhere?) and generate a mail buffer with this subtree as its contents; optionally attach a .doc or .pdf attachement;

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price mopto...@gmail.com writes: On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: [...] I've been thinking about it, and I would love to just have a link to the student paper within org itself, and have the attachment added automatically after

Re: [O] email ui choices?

2015-07-14 Thread Rasmus
Eric Abrahamsen e...@ericabrahamsen.net writes: (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program msmtp) Emacs is pretty good at talking to smtp servers. You can simply add a header like this to your message (e.g. via `gnus-posting-styles' or

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Eric Abrahamsen e...@ericabrahamsen.net writes: (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program msmtp) Emacs is pretty good at talking to smtp servers. You can simply add a header like this to your message (e.g. via

Re: [O] email ui choices?

2015-07-14 Thread Rasmus
Eric Abrahamsen e...@ericabrahamsen.net writes: Rasmus ras...@gmx.us writes: Eric Abrahamsen e...@ericabrahamsen.net writes: (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program msmtp) Emacs is pretty good at talking to smtp servers. You can simply

Re: [O] email ui choices?

2015-07-14 Thread Jorge A. Alfaro-Murillo
Rasmus writes: In any case, I have moved ALL sending configuration to gnus-posting-style and it's brilliant. Before I was messing with hooks to change variables before dispatching. I agree, gnus-posting-styles is the way to go. Check: (info (gnus) Posting Styles) Best, -- Jorge.

Re: [O] importing and compliting contacts [WAS:email ui choices?]

2015-07-14 Thread Titus von der Malsburg
On 2015-07-14 Tue 04:12, Matt Price wrote: Also, I'm wondering what the best way is to deal with contacts. Can I import my existing contacts into org-contacts? And if so, do I get tab completion in a message-mode buffer for those contacts? I wrote a little python script that reads vCard

Re: [O] importing and compliting contacts [WAS:email ui choices?]

2015-07-14 Thread Jorge A. Alfaro-Murillo
Matt Price writes: Also, I'm wondering what the best way is to deal with contacts. Can I import my existing contacts into org-contacts? Where do you have your contacts right now? And if so, do I get tab completion in a message-mode buffer for those contacts? Yes, at least I'm sure about

[O] long code blocks making Org Mode very slow

2015-07-14 Thread Angus M
I'm trying to run a long Python code block (~4000 lines) in org mode. The code is sandwiched between: #+begin_src python python code block #+end_src It runs fine, but org mode becomes incredibly slow - when typing text there is about a 10 second delay before the character appears on the screen.

Re: [O] long code blocks making Org Mode very slow

2015-07-14 Thread Nick Dokos
Angus M anguscmelvi...@gmail.com writes: I'm trying to run a long Python code block (~4000 lines) in org mode. The code is sandwiched between: #+begin_src python python code block #+end_src It runs fine, but org mode becomes incredibly slow - when typing text there is about a 10 second

Re: [O] ox-latex: default packages cleaning

2015-07-14 Thread Marcin Borkowski
On 2015-07-07, at 16:53, Rasmus ras...@gmx.us wrote: Hi, Hi, and sorry for my delay – I have a huge email backlog... We could do some cleaning of org-default-package-alist before Org 8.3. Yes, yes, yes! * tolerance Why is \\tolerance=1000 part of org-default-package-alist? Is this

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: Matt Price mopto...@gmail.com writes: On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: [...] I'll include a shameless-plug-cum-general-recommendation: I use org-attach a lot

[O] file or headline-local template for new subtree?

2015-07-14 Thread Matt Price
I have this new system, in which I create a new subtree for every paper I grade. I'd love to have the new subtree automatically populated by a mostly-empty table on cration. Is this something I can do on a per-file basis; or perhaps even something I can change with every level 1 heading? I can

Re: [O] long code blocks making Org Mode very slow

2015-07-14 Thread Sebastien Vauban
Angus M anguscmelvi...@gmail.com writes: I'm trying to run a long Python code block (~4000 lines) in org mode. The code is sandwiched between: #+begin_src python python code block #+end_src It runs fine, but org mode becomes incredibly slow - when typing text there is about a 10 second

Re: [O] file or headline-local template for new subtree?

2015-07-14 Thread Rasmus
Matt Price mopto...@gmail.com writes: I have this new system, in which I create a new subtree for every paper I grade. I'd love to have the new subtree automatically populated by a mostly-empty table on cration. Is this something I can do on a per-file basis; or perhaps even something I can

Re: [O] long code blocks making Org Mode very slow

2015-07-14 Thread Angus M
Sebastien Vauban sva-news@... writes: Angus M anguscmelville@... writes: I'm trying to run a long Python code block (~4000 lines) in org mode. The code is sandwiched between: #+begin_src python python code block #+end_src It runs fine, but org mode becomes incredibly slow - when

Re: [O] long code blocks making Org Mode very slow

2015-07-14 Thread Angus M
Nick Dokos ndokos at gmail.com writes: Many thanks for your help Nick - see comments below I'm trying to run a long Python code block (~4000 lines) in org mode. The code is sandwiched between: #+begin_src python python code block #+end_src It runs fine, but org mode becomes

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price mopto...@gmail.com writes: On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: Matt Price mopto...@gmail.com writes: On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: [...] I'll include a

Re: [O] email ui choices?

2015-07-14 Thread Juergen Christoffel
On Tue, Jul 14, 2015 at 07:10:20AM -0400, Matt Price wrote: [...] (defun mime-send-mail () org-mime-subtree and HTMLize (interactive) (org-mark-subtree) ;; wish I could get the PARENT headline here! ;; then figure out how to set subject to that headline! Matt, you can get to the PARENT

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:29 PM, Juergen Christoffel jc.or...@cynix.net wrote: On Tue, Jul 14, 2015 at 07:10:20AM -0400, Matt Price wrote: [...] (defun mime-send-mail () org-mime-subtree and HTMLize (interactive) (org-mark-subtree) ;; wish I could get the PARENT headline here! ;; then

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Rasmus ras...@gmx.us writes: Eric Abrahamsen e...@ericabrahamsen.net writes: (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program msmtp) Emacs is pretty good at talking to

Re: [O] ox-latex: default packages cleaning

2015-07-14 Thread Marcin Borkowski
On 2015-07-07, at 21:35, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: I would like to second microtype. In fact as far as I know, now a days it is recommended to load that for almost all documents with significant text on TeX.SX. As I wrote a minute ago, I would rather not add microtype,

Re: [O] file or headline-local template for new subtree?

2015-07-14 Thread Mike McLean
On Tue, Jul 14, 2015 at 5:31 PM, Rasmus ras...@gmx.us wrote: Matt Price mopto...@gmail.com writes: I have this new system, in which I create a new subtree for every paper I grade. I'd love to have the new subtree automatically populated by a mostly-empty table on cration. Is this