Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price writes: > On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen > wrote: > > > Matt Price writes: > > > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen > wrote: > > [...] > > I'll include a shameless-plug-cum-general-recommendation: I use > org-attach a lot to keep files associat

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 wrote: > Matt Price 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

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Eric Abrahamsen 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

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

2015-07-14 Thread Angus M
Nick Dokos 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 > > > > #+end_src > > > > It runs fine, but org mode becomes incredibly slow -

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:29 PM, Juergen Christoffel 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 fig

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

2015-07-14 Thread Marcin Borkowski
On 2015-07-07, at 21:35, Suvayu Ali 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, though it's a minor thing,

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 headl

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

2015-07-14 Thread Marcin Borkowski
On 2015-07-07, at 16:53, Rasmus 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 > value go

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

2015-07-14 Thread Nick Dokos
Angus M writes: > I'm trying to run a long Python code block (~4000 lines) in org mode. The > code is sandwiched between: > #+begin_src python > > #+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

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

2015-07-14 Thread Rasmus
Matt Price 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 change with ever

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

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

[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 thin

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen wrote: > Matt Price 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 to keep files associated with

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

2015-07-14 Thread Sebastien Vauban
Angus M writes: > I'm trying to run a long Python code block (~4000 lines) in org mode. The > code is sandwiched between: > #+begin_src python > > #+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 o

[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 #+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. If I reduce the n

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 fi

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 i

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] email ui choices?

2015-07-14 Thread Rasmus
Eric Abrahamsen writes: > Rasmus writes: > >> Eric Abrahamsen 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

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen 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 Rasmus
Eric Abrahamsen 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 `message-default-headers'):

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Matt Price writes: > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen > 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 org-mime-htmlize runs. I'm not sure > exactl

[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 Matt Price
On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen wrote: > Juergen Christoffel 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 between sending and receiving/reading em

Re: [O] email ui choices?

2015-07-14 Thread Eric Abrahamsen
Juergen Christoffel 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; optionally

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; and