Re: org-deadline-warning-days per file

2019-12-31 Thread Colin Baxter
> Nick Dokos writes: > Colin Baxter writes: >> I have my org-deadline-warning-days set to 60 via >> >> #+begin_src elisp (setq org-deadline-warning-days 60) #+end_src >> >> in my ~/.emacs. How can I set it individually for each deadline >> in an org-mode file?

Re: org-deadline-warning-days per file

2019-12-31 Thread Nick Dokos
Colin Baxter writes: > I have my org-deadline-warning-days set to 60 via > > #+begin_src elisp > (setq org-deadline-warning-days 60) > #+end_src > > in my ~/.emacs. How can I set it individually for each deadline in an > org-mode file? > The manual says: , | You can specify a

Re: Wholesale changes to LaTeX headers

2019-12-31 Thread Tim Cross
Norman Walsh writes: If you want these changes globally, I would start with the org-latex-classes variable. There is a lot you can do by tweaking the values in this variable. I found the documentation to be good, but dense (i.e. a lot to it, needing a git to digest fully). The docs for that

Re: Wholesale changes to LaTeX headers

2019-12-31 Thread Berry, Charles
> On Dec 31, 2019, at 7:42 AM, Norman Walsh wrote: > > Hi, > > I want to make wholesale changes to the LaTeX preamble exported from > Org mode. I want to put \RequirePackage and \PassOptionsToPackage > calls before the \documentclass, I want to write a specific set of > macros after the

Wholesale changes to LaTeX headers

2019-12-31 Thread Norman Walsh
Hi, I want to make wholesale changes to the LaTeX preamble exported from Org mode. I want to put \RequirePackage and \PassOptionsToPackage calls before the \documentclass, I want to write a specific set of macros after the \documentclass, I want to craft a couple of \renewcommands, etc. Where

Re: problem with org-toggle-inline-images

2019-12-31 Thread Marco Wahl
Nicolas Goaziou writes: > Hello, > > Marco Wahl writes: > >> A natural fix is committed, I think. Would be great if you could test >> this fix. > > Thank you for the fix. > > Could you refactor it so belongs to org-compat.el? For example, we could > create image-map keymap there if Emacs < 26.

Re: Bug: C-c C-k show branches also expands archived headings [9.3.1 (9.3.1-elpaplus @ /home/ionasal/.emacs.d/elpa/org-plus-contrib-20191226/)]

2019-12-31 Thread Marco Wahl
Allen Li writes: > The command org-kill-note-or-show-branches bound to C-c C-k when used to > show branches also expands headings tagged with :ARCHIVE:. This is > contrary to expectations, as the manual states: > > ‘C-c C-k’ (‘outline-show-branches’) > Expose all the headings of the

Re: problem with org-toggle-inline-images

2019-12-31 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > A natural fix is committed, I think. Would be great if you could test > this fix. Thank you for the fix. Could you refactor it so belongs to org-compat.el? For example, we could create image-map keymap there if Emacs < 26. Regards, -- Nicolas Goaziou

Re: problem with org-toggle-inline-images

2019-12-31 Thread Marco Wahl
Johannes Brauer writes: > Typing C-c C-x C-v the image is displayed in the org buffer > correctly. Typing C-c C-x C-v again the image does not disappear and I > get the error message: > > org-toggle-inline-images: Symbol’s value as variable is void: image-map > > Any hints what is going wrong? >

Re: using #+ to define faces

2019-12-31 Thread Jean-Christophe Helary
> On Dec 31, 2019, at 18:57, Nicolas Goaziou wrote: > > Hello, > > Jean-Christophe Helary > writes: > >> I would like to define faces on a file basis by using #+ but I'm not >> finding relevant info in the manual. >> >> Is it possible ? > > You may be able to set faces using file-local

Re: orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-12-31 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > Yes. :) I think the patch I proposed in my previous email should be > applied to orgalist, as a first step at the very least. Yay! 35 weeks later, but still before the coming year, I applied your patch to Orgalist code base. Thank you. Happy New

Re: using #+ to define faces

2019-12-31 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: > I would like to define faces on a file basis by using #+ but I'm not > finding relevant info in the manual. > > Is it possible ? You may be able to set faces using file-local variables (info "(emacs)File Variables"), but I haven't checked. Regards, --

Re: Include file relative path

2019-12-31 Thread Nicolas Goaziou
Hello, Steven Penny writes: > The Org Mode section on including files: > > https://orgmode.org/manual/Include-files.html > > seems to be missing a detail. It appears that relative paths are allowed, I > assume they would be relative to the directory of the parent file. Yes, see the last