Hello,
If I understand well, you are looking for a template. On my side,
I used yatemplate coupled with auto-insert. Here is the part of
configuration I have:
(use-package yatemplate
:ensure t
:after yasnippet
:config
;; Define template directory
(setq yatemplate-dir (concat
Many thanks Sébastien ! You understood perfectly what I am looking for. I
am going to test your solution and I will be back to inform you.
Again, I am thankful to you, for your quick and certainly helpful reply.
Best wishes
Jo.
2017-10-19 9:02 GMT+02:00 Sébastien Le Maguer <
slemag...@coli.uni-
More flexible imho : use a #+setupfile: directive.
#+setupfile: my-setup.org
http://orgmode.org/manual/In_002dbuffer-settings.html
Fabrice
2017-10-19 9:12 GMT+02:00 Joseph Vidal-Rosset :
> Many thanks Sébastien ! You understood perfectly what I am looking for. I
> am going to test your solutio
Many thanks Fabrice for this link. I am going to try theses two options.
Best wishes,
Jo.
2017-10-19 10:54 GMT+02:00 Fabrice Popineau :
> More flexible imho : use a #+setupfile: directive.
>
> #+setupfile: my-setup.org
>
> http://orgmode.org/manual/In_002dbuffer-settings.html
>
> Fabrice
>
> 20
Hello again,
I am sorry to say that there is certainly something that I do not
understand. I have defined a firstemplate.org file in
"/home/joseph/MEGA/git/scimax/user/" and I have adapted your code in my
user.el, Sébastien:
(use-package yatemplate
:ensure t
:after yasnippet
:config
2017-10-19 15:38 GMT+02:00 Joseph Vidal-Rosset <
joseph.vidal.ros...@gmail.com>:
> Hello again,
>
> I am sorry to say that there is certainly something that I do not
> understand. I have defined a firstemplate.org file in
> "/home/joseph/MEGA/git/scimax/user/" and I have adapted your code in my
>
Hi Eric,
On Wed, Oct 18, 2017 at 4:58 PM, Eric Abrahamsen
wrote:
> Carsten Dominik writes:
>
> > Dear all,
> >
> > this is great added functionality that I have missed a lot myself.
> Thanks for this! Also, I like the key binding.
>
> I do too, though I also notice it conflicts with inlineta
Hello,
Thomas Cordival writes:
> you will find attached a simple patch to add a new parameter to the
> column view dynamic block: minlevel.
Thank you!
> + (if (and minlevel maxlevel)
> + (format "LEVEL>=%d&LEVEL<=%d" minlevel maxlevel)
> + (if minlevel
> +(format "LEVEL>
Hello,
Anthony Michael Agelastos writes:
> Greetings:
>
> Thank you, Nicolas, for your very prompt response. Your enhancements
> definitely improved things, however the formatting with == still
> appears to have issues (i.e., there is a “.nf” before the word and the
> question mark at the end of
Hello,
I got an example from the web to run Taskjuggler (attached;
https://emacs.stackexchange.com/a/31513).
However, when I try to set efforts to units other than hours (~:Effort:
5d~ or ~:Effort: 1w~; see [[tjp.org::Another task]]), org-export
multiplies 24 hours times the number of days.
org-capture-kill (C-c C-k) used to abort capturing puts the contents
of the capture buffer into the kill ring.
This is obstructive when the user wants to abort a capture, but save a
portion of the text into the kill ring to yank elsewhere. The aborted
capture contents will replace the desired con
On Thu, Oct 19, 2017 at 11:28 PM Allen Li wrote:
> org-capture-kill (C-c C-k) used to abort capturing puts the contents
> of the capture buffer into the kill ring.
>
> This is obstructive when the user wants to abort a capture, but save a
> portion of the text into the kill ring to yank elsewhere
12 matches
Mail list logo