> 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?
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 different
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
var
> 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 \docu
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 sho
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.
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 subtree
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
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?
>
> 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 va
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 Year,
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,
--
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 example
13 matches
Mail list logo