Hello,
I have this
#+begin_src elisp
&%%(org-diary :deadline* :timestamp :scheduled*)
#+end_src
at line 9 in my main diary file ~/.emacs.d/diary/main. It worked well up
until recently (a week or so, I think). Now I get the following warning:
--8<---cut here---start--
Hi all,
Here is something I find very confusing. In [1]:
#+STARTUP: overview
#+STARTUP: content
#+STARTUP: showall
#+STARTUP: showlevels
#+STARTUP: showeverything
In org-startup-folded docstring it is said that it takes values equivalent to:
#+STARTUP: fold (
I would like to be the maintainer of org-contacts.el. (I might already
replied this message? Sorry if duplicated.)
I have separated and put org-contacts on GitHub
https://github.com/stardiviner/org-contacts.el.
And I'm in the progress to put it on NonGNU ELPA or MELPA.
[stardiviner]
Here is another that just happened:
https://gist.github.com/aaronjensen/5294a64f243a306b58062113b9306bab
It's scrubbed of all string data, hopefully not over-scrubbed for you.
Aaron
On Mon, Nov 1, 2021 at 8:48 AM Ihor Radchenko wrote:
>
> Aaron Jensen writes:
>
> > On Sat, Oct 30, 2021 at 11:16 PM Aaron Jensen wrote:
> >>
> >> Done, I'll report back.
> >
> > Another one, no trace:
> >
> > Warning (emacs): Emacs reader failed to read data for # > config.org>:org-element--cac
Ihor Radchenko writes:
> Max Nikulin writes:
>
>> Ihor, your fix affects linux as well. .cache directory may be missed in
>> fresh accounts. E.g. I just have created a new test container (my old
>> one has emacs-25):
>
> After second thought, I am not sure anymore if using XDG is a good idea
Hello,
Matt Price writes:
> I am getting used to calling library-of-babel functions with local data
> structures as input variables, e.g. in this line:
>
> #+CALL: list2table(data=common-issues-list, order="rows") :results table
> raw
[...]
> In this particular case, I'd like to maintain a sin
Matt,
> On Nov 2, 2021, at 3:19 AM, Matt Price wrote:
>
> I am getting used to calling library-of-babel functions with local data
> structures as input variables, e.g. in this line:
>
> #+CALL: list2table(data=common-issues-list, order="rows") :results table
> raw
>
> where `common-issues
On Tue, Nov 2, 2021 at 1:44 PM Nicolas Goaziou wrote:
>
> Hello,
>
> "Bruce D'Arcus" writes:
>
> > This is a tiny change that just checks for a 'date' field if 'year' is
> > nil, and if present, grabs the first four characters.
>
> The date field may also be nil, leading to an error.
Can you ple
Hello,
"Bruce D'Arcus" writes:
> This is a tiny change that just checks for a 'date' field if 'year' is
> nil, and if present, grabs the first four characters.
The date field may also be nil, leading to an error.
Is there a guarantee that the date field starts with the year?
Regards,
--
Nico
Hello,
András Simonyi writes:
> the attached simple patch fixes a problem in oc-csl.el which led to
> missing footnote number information for citations that were
> automatically footnote-wrapped based on the used CSL style.
Applied with a small change. Thank you.
> + (setq footnote (org-e
It looks like follow-mode-prefix is a variable you can customize. It defaults
to "C-c .” which is why the org-time-stamp does not run with "C-c .”
To see the follow-mode-map use "M-x describe-keymap follow-mode-map”
> On Nov 2, 2021, at 8:23 AM, Michael Maurer wrote:
>
> On Tue, 2 Nov 2021 a
Dear All,
the attached simple patch fixes a problem in oc-csl.el which led to
missing footnote number information for citations that were
automatically footnote-wrapped based on the used CSL style.
best wishes,
András
From 1423e0f600d8e4e29f275faa9c9117db9b081b19 Mon Sep 17 00:00:00 2001
From: =?
Dear All,
I think I found the source of this problem in oc-csl.el -- I'll post a
patch shortly.
best wishes,
András
On Tue, 2 Nov 2021 at 09:41, Colin Baxter 😺 wrote:
>
> > Michael Maurer writes:
>
> > Subject line says it all, I upgraded to 9.5 two days ago and
> > everything seemed to work, but today I fire up the PC and C-c . no
> > longer is bound to anything. I guess I could custom-bind it
Hello,
Vinicius Vinicius writes:
> It seems the same should apply for keyword command (from doc: "The ‘keyword’
> macro collects all values from NAME keywords throughout the buffer, separated
> with white space."). Hope the attached
> patch can fix it.
Applied. Thank you.
Regards,
--
Nicola
Hello,
autofrettage writes:
> I recently used oc-basic and oc-csl but ran into a slight problem when I
> tried to cite
>
> "97 Things Every Programmer Should Know — Collective Wisdom from the
> Experts", 1st ed.; Henney, K., Ed.; O’Reilly Media, Inc., 2010.
>
> ...with the command org-cite-ins
On Monday, 1 Nov 2021 at 20:53, Uwe Brauer wrote:
>(format "%s" (- 1 (string-to-number
Shouldn't this be the other way around, i.e.
(- (string-to-number ...) 1)
?
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-186-gb135b8
: Latest paper written in org: https://arxiv.org/abs/2106.05096
Max Nikulin writes:
> Ihor, your fix affects linux as well. .cache directory may be missed in
> fresh accounts. E.g. I just have created a new test container (my old
> one has emacs-25):
After second thought, I am not sure anymore if using XDG is a good idea.
Emacs itself only recently started
I am getting used to calling library-of-babel functions with local data
structures as input variables, e.g. in this line:
#+CALL: list2table(data=common-issues-list, order="rows") :results table
raw
where `common-issues-list` is a named org-mode list in the current file,
e.g.
#+NAME: common-is
> Michael Maurer writes:
> Subject line says it all, I upgraded to 9.5 two days ago and
> everything seemed to work, but today I fire up the PC and C-c . no
> longer is bound to anything. I guess I could custom-bind it in my
> config, but I'm more interested in why it's happen
On Tue, 2 Nov 2021 at 09:36, Michael Maurer wrote:
>
> On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote:
> >
> > Subject line says it all, I upgraded to 9.5 two days ago and
> > everything seemed to work, but today I fire up the PC and C-c . no
> > longer is bound to anything. I guess I could cu
On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote:
>
> Subject line says it all, I upgraded to 9.5 two days ago and
> everything seemed to work, but today I fire up the PC and C-c . no
> longer is bound to anything. I guess I could custom-bind it in my
> config, but I'm more interested in why it's
Subject line says it all, I upgraded to 9.5 two days ago and
everything seemed to work, but today I fire up the PC and C-c . no
longer is bound to anything. I guess I could custom-bind it in my
config, but I'm more interested in why it's happening. The last
package I installed after the upgrade was
24 matches
Mail list logo