[O] correction to org-tutorial

2019-03-12 Thread Wolfram Volpi
Please make a correction to this tutorial: https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html. Change "(require 'org-publish)" to "(require 'ox-publish)". This correction was tested on https://emacs.stackexchange.com/questions/48273/no-such-file-or-directory-org-publish. Wolfr

Re: [O] Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)]

2019-03-12 Thread Nick Dokos
Joao Cortes writes: > When previewing a Latex fragment, say \(a\), the cropping window is too > tight and the resulting image has some edges broken. > > > Is there any option to control the cropping window? > C-h v org-format-latex-options RET Maybe the :scale option of org-format-latex-options

Re: [O] scrlttr2 class and org-mode

2019-03-12 Thread Nick Dokos
Joseph Vidal-Rosset writes: > ... > it is also possible to get sections in a > letter with scrlttr2 class. Nevertheless, I have to write the latex code > \section{} and I ignore how getting sections via org-mode for this > class. Is it possible to get an org-mode translation for section

[O] scrlttr2 class and org-mode

2019-03-12 Thread Joseph Vidal-Rosset
Hello, Thanks tothe documentation https://orgmode.org/worg/exporters/koma-letter-export.html I have succeeded to export in scrlttr2 class. Thanks to this lco files, https://tex.stackexchange.com/questions/63085/adding-sectioning-support-in-scrlttr2-c

[O] CSS Inliner for HTML emails?

2019-03-12 Thread Matt Price
Does anyone have a satisfactory solution for inlining CSS in HTML emails? I tried org-mime's built-in ~org-mime-change-element-style~ but it is pretty clumsy and does not, for instance, allow me to style "pre code" and "code" differently. Does anyone have a better solution? Thank you!

[O] bug#34684: bug#34684: 26.1; Strange characters when inserting date

2019-03-12 Thread Eli Zaretskii
> From: Takaaki Ishikawa > Date: Tue, 12 Mar 2019 12:42:39 +0900 > Cc: Robert Pluim , Eli Zaretskii , > "34...@debbugs.gnu.org" <34...@debbugs.gnu.org> > > Have you tried to use `set-local-environment'? > I usually use the command to change the date formatting in my init.el as > follows:

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-12 Thread Wong, Philip
FTR I'm running Windows 10 -Original Message- From: Eli Zaretskii Sent: Tuesday, March 12, 2019 4:01 PM To: Wong, Philip Cc: rpl...@gmail.com; 34...@debbugs.gnu.org Subject: Re: bug#34684: 26.1; Strange characters when inserting date > From: "Wong, Philip" > CC: "rpl...@gmail.com" , "

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-12 Thread Eli Zaretskii
> From: "Wong, Philip" > CC: "rpl...@gmail.com" , "34...@debbugs.gnu.org" > <34...@debbugs.gnu.org> > Date: Tue, 12 Mar 2019 09:58:17 + > > That did the job, thanks! OK, thanks. I guess we will need to try doing this automatically at startup...

Re: [O] [ANN] Changes to link syntax

2019-03-12 Thread Nicolas Goaziou
Hello, Amin Bandali writes: > On 2019-03-10 1:02 PM, Samuel Wales wrote: >> the org capture firefox extensions, and similar extensions, or >> org-protocol, might need changing. >> >> > > [...] > > Also seems like there are a couple more internal Org functions that need > changing: when opening

Re: [O] org.texi errors when compiling

2019-03-12 Thread Diego Zamboni
Hi Robert, Thanks for the pointer! Installing GNU texinfo and making sure it's before the system one in my path fixed the problem. Best, --Diego On Tue, Mar 12, 2019 at 8:53 AM Robert Klein wrote: > Hi Diego, > > On Tue, 12 Mar 2019 06:45:28 +0100 > Diego Zamboni wrote: > > > Hi, > > > > No

[O] bug#34684: 26.1; Strange characters when inserting date

2019-03-12 Thread Wong, Philip
That did the job, thanks! -Original Message- From: Eli Zaretskii Sent: Monday, March 11, 2019 5:55 PM To: Wong, Philip Cc: rpl...@gmail.com; 34...@debbugs.gnu.org Subject: Re: bug#34684: 26.1; Strange characters when inserting date > From: "Wong, Philip" > CC: "rpl...@gmail.com" , "3

[O] Opening linked PDFs in OS's own browser

2019-03-12 Thread Christian Holz
Hi, I have an org file with lots of linked documents. The links all have the format: [[file:/ssh:user@host:/path/path/file.pdf][Title for document] I can click on the links in Linux fine and the documents open in evince or whatever viewer I want to use. However, when I try to click on them on OS

Re: [O] org.texi errors when compiling

2019-03-12 Thread Robert Klein
Hi Diego, On Tue, 12 Mar 2019 06:45:28 +0100 Diego Zamboni wrote: > Hi, > > Not sure how long this has been happening, but I just noticed the > following errors when building org (output from "make"): > > /Library/Developer/CommandLineTools/usr/bin/make -C doc info > org-version: 9.2.2 (releas