Re: [O] Bug: Latex preview overlay scaling not consistent across PPI

2016-11-30 Thread Scott Otterson
Thanks Nicolas, I'd like to test your fix but I'm a github newbie (*). Where did you check it in? I don't know if it's melpa or elpa, or if the fix is in a personal account or something official. Is there a standard way everybody contributes their fixes? Scott (*) For the same reason, I still

[O] [PATCH] ox-confluence.el: Add support for verbatim & code

2016-11-30 Thread Charles Durst
A tiny patch to improve text formatting support for exporting to Confluence wiki-markup. -- Charles Durst cwdurst+orgm...@gmail.com * contrib/lisp/ox-confluence.el (org-confluence-verbatim, org-confluence-code): New functions. Convert org-mode =verbatim= and ~code~ into Confluence {{monospace

Re: [O] Bug: Latex preview overlay scaling not consistent across PPI

2016-11-30 Thread Nicolas Goaziou
Hello, Scott Otterson writes: > The size of the latex preview overlay scaling is inconsistent across > screens with different pixel densities. > > I've set my customization to use dvipng for the latex previews I see when I > type C-c C-x C-l. Dvipng is customized as follows: > > [image: Inline

Re: [O] saving outgoing mail from org-mime

2016-11-30 Thread Matt Price
No one has responded to this thread so hopefully the issue is not widespread, but, in case someone needs a solution: I've just written a blog post explaining the fix: http://matt.hackinghistory.ca/2016/11/30/using-mu4e-and-org-mime-together/ Basically, (setq mail-user-agent 'mu4e-user-agent) p

[O] use custom "cls" style file as export template for LaTeX/PDF

2016-11-30 Thread Zhao Ma
Hi, I've been struggling for this question for several days and cannot find any info on the web. I have a separate cls file that contains the style for LaTeX export. I'd like to write thesis using this template in org, but the info I found is all about adding this: (add-to-list 'org-latex-clas

[O] latex src block file output

2016-11-30 Thread Anthony Cowley
Hello, When I hit C-c C-c on a latex src block with a :file header, I ultimately get an error from org-compile-file that the expected output file in a temp directory was not produced. However, the file is produced in the current directory. For instance, evaluating the src block in the followin

Re: [O] Capture with org-directory not working?

2016-11-30 Thread Nick Dokos
Alexander Vorobiev writes: > The workaround with lambda worked, thanks a lot! As I mentioned I didn't have > any problems with the > templates in years but they stopped working after a recent update. > The change was made last June (I presume it was committed on the master branch, so it became

[O] Bug: Latex preview overlay scaling not consistent across PPI

2016-11-30 Thread Scott Otterson
The size of the latex preview overlay scaling is inconsistent across screens with different pixel densities. I've set my customization to use dvipng for the latex previews I see when I type C-c C-x C-l. Dvipng is customized as follows: [image: Inline image 1] The "Value" is set to (1.0 . 1.0),

Re: [O] org-batch-agenda-csv issue

2016-11-30 Thread Eric S Fraga
On Tuesday, 29 Nov 2016 at 19:17, J. Brian Walters wrote: [...] > The following command works fine with no errors when executed in a terminal > > emacs -batch -l ~/.emacs -eval '(org-batch-agenda-csv "a")' [...] > Why would it work fine in the terminal but not when executed via a crontab > entr