stardiviner writes:
> This latest org-attach.el change (commit "4939b4175")
That commit didn't touch org-attach.el, but it's the parent of 72124726a
(org-attach: Make dispatcher commands customizable, 2019-04-26), which
did. That seems to be the actual culprit.
> make some command like
> =org-
Uwe Brauer writes:
> Hi
>
> The following kills me.
>
> I have set
>
> make-backup-files t,
> vc-make-backup-files nil
>
> I am in a directory which is under version control (mercurial).
>
> The file test.org and test.tex are *both* under VC control.
>
> However when I export test.org to test.t
On Friday, 21 Jun 2019 at 17:22, Uwe Brauer wrote:
> Do you have any idea how to avoid the creation of the backup files,
> without setting the make-backup-files variable globally to nil.
I can only suggest that you might be able to make that variable local to
the .tex file using some hook? I have
>>> "FE" == Fraga, Eric writes:
> On Friday, 21 Jun 2019 at 14:24, Uwe Brauer wrote:
>> I even set in my orgfile
>>
>> #+BEGIN_SRC emacs-lisp
>> (set (make-local-variable 'make-backup-files) nil)
>> #+END_SRC
> but this will not affect the setting of that variable for the .tex file,
> only
On Friday, 21 Jun 2019 at 14:24, Uwe Brauer wrote:
> I even set in my orgfile
>
> #+BEGIN_SRC emacs-lisp
> (set (make-local-variable 'make-backup-files) nil)
> #+END_SRC
but this will not affect the setting of that variable for the .tex file,
only the current org file where you execute this lisp
Hi
The following kills me.
I have set
make-backup-files t,
vc-make-backup-files nil
I am in a directory which is under version control (mercurial).
The file test.org and test.tex are *both* under VC control.
However when I export test.org to test.tex say twice
the files
test.tex
and
t
Hi all,
I know I can display the number of years since an anniversary using
diary-anniversary. However, I would like to also achieve this with
monthly anniversaries.
For example the count of occurences of the event <2019-05-25 So. +1m>
should be displayed in the agenda view. Is there any easy