Colin Baxter đș writes:
> Thank you. I cloned org-mode afresh and got the same warning during
> 'make' - I presume that too is now fixed.
The warning should never appear now. I removed it completely.
> > Note that org-persist is enabled by default together with
> > org-element-cache. Y
> Ihor Radchenko writes:
> Colin Baxter đș writes:
>> After today's pull of org-mode I get the warning that org-persist
>> cannot read its index. This is an entirely new warning (as of
>> today) and I assume is the result of the recent commits in
>> org-persist.
>> Pl
Colin Baxter đș writes:
> After today's pull of org-mode I get the warning that org-persist cannot
> read its index. This is an entirely new warning (as of today) and I
> assume is the result of the recent commits in org-persist.
> Please, can this be corrected. The warning is irritating, especia
After today's pull of org-mode I get the warning that org-persist cannot
read its index. This is an entirely new warning (as of today) and I
assume is the result of the recent commits in org-persist.
Please, can this be corrected. The warning is irritating, especially so
since I do not use org-p
there exists org-emphasis-regexp-components, fwiw.
On 10/19/21, Alexandre Garreau wrote:
> Hello,
>
> nbsp (non-breaking space, #xA0) is not recognized as blank in org-mode,
> such that â*text* :â (itâs a nbsp here) doesnât recognize as emphasizedâŠ
>
> I recall a variable containing such characte
On 20/10/21 12:54 pm, Alexandre Garreau wrote:
Hello,
nbsp (non-breaking space, #xA0) is not recognized as blank in org-mode,
such that â*text* :â (itâs a nbsp here) doesnât recognize as emphasizedâŠ
I recall a variable containing such characters but canât find it again,
does anyone know? the ma
I suggest to add this, which I keep adding to my org-user-entities:
(("frac23" "\\frac23" t "â
" "2/3" "â
" "â
")
("over" "\\over" t "/" "/" "/" "/")
("iff" "\\iff" t "â" "<=>" "<=>" "â")
("implies" "\\implies" t "â" "=>" "=>" "â"))
The two first just allow to type simple fractions more readably,
Hello,
nbsp (non-breaking space, #xA0) is not recognized as blank in org-mode,
such that â*text* :â (itâs a nbsp here) doesnât recognize as emphasizedâŠ
I recall a variable containing such characters but canât find it again,
does anyone know? the manual seems large and that looks non-obvious to
The macro `org-dlet' is not expanded in file org-agenda.el at compile
time when installing Org 9.5 from ELPA. It is plain-top-level
require'd. I think that (require 'org-macs) form should be wrapped in
an `eval-and-compile' form.
Emacs : GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, X toolkit,
Xa
On Tuesday, 19 Oct 2021 at 22:04, Nicolas Goaziou wrote:
>> 1. set =org-cite-basic-author-column= to a larger number
>
> You can ignore this step, which is useful (but is not as you report)
> only when using `basic' insert processor. Here, you're using a different
> insert processor.
yes, I kind
On Tuesday, 19 Oct 2021 at 16:02, Bruce D'Arcus wrote:
> The cool thing about embark-act in this context is it provides actions
> both in the minibuffer and in the buffer at point (in this case, when
> on a citation).
>
> So it's like merging ivy-actions and a hydra.
This is roughly what I thought
Eric S Fraga writes:
> For the record, in the end, I needed to do the following:
>
> 1. set =org-cite-basic-author-column= to a larger number
You can ignore this step, which is useful (but is not as you report)
only when using `basic' insert processor. Here, you're using a different
insert pro
The cool thing about embark-act in this context is it provides actions both
in the minibuffer and in the buffer at point (in this case, when on a
citation).
So it's like merging ivy-actions and a hydra.
On Tue, Oct 19, 2021, 3:54 PM Eric S Fraga wrote:
> Nicolas & Bruce,
>
> thank you for the
Nicolas & Bruce,
thank you for the suggestions.
> You can set `org-cite-basic-author-column-end' to a higher value.
This alone made no difference but ...
>From Bruce:
> Eric - since you're using selectrum, any reason why not just use
> oc-bibtex-actions?
>From Nicolas:
> You are using the `bas
This (minuscule) patch allows to pass a relative (to the buffer's
default directory) file name to denote the CSL style file.
Rationale : this allows the use of "one-of" styles for "one-of"
projects without overloading a defailt CSL style directory (which may
or may not exist on a given system : th
On Tue, Oct 19, 2021 at 12:28 PM Ihor Radchenko wrote:
>
> John Hendy writes:
> The value should be a symbol, not a string:
>
> (setq org-startup-folded 'overview)
>
> customise interface even tries to warn you that something is wrong:
>
> > In addition, M-x customize-variable for org-startup-fol
Eric - since you're using selectrum, any reason why not just use
oc-bibtex-actions?
Performance should be better, and it has a template system like
bibtex-completion.
On Tue, Oct 19, 2021 at 1:18 PM Eric S Fraga wrote:
>
> Hello all,
>
> TL;DR: how can I format the suggestions listed by selectru
Hello,
Eric S Fraga writes:
> TL;DR: how can I format the suggestions listed by selectrum when I ask
> to insert a citation with org-cite-insert?
>
> Longer version: I use selectrum a my completion engine together with
> marginalia. This works very well for most selections I wish to
> make. Ho
John Hendy writes:
> #+begin_example
> (add-to-list 'load-path "~/.elisp/org/lisp/")
> (add-to-list 'load-path "~/.elisp/org/contrib/lisp/")
> (setq org-startup-folded "overview")
> #+end_example
The value should be a symbol, not a string:
(setq org-startup-folded 'overview)
customise interfac
Hello all,
TL;DR: how can I format the suggestions listed by selectrum when I ask
to insert a citation with org-cite-insert?
Longer version: I use selectrum a my completion engine together with
marginalia. This works very well for most selections I wish to
make. However, for org-cite, the displ
Greetings,
I was surprised to open a file and find it in a fully expanded state.
I took a moment to try and figure out what one should do on a global
level. I searched "orgmode startup folded" and got here:
https://orgmode.org/manual/Initial-visibility.html
This points me to org-startup-folded, w
On Tuesday, 19 Oct 2021 at 22:09, Ihor Radchenko wrote:
> By the way, do I understand correctly that oc-csl.el requires
> citeproc-el to be installed? It is not clearly stated in the commentary.
That's my understanding.
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-149-g781080
: Latest pap
AndrĂĄs Simonyi writes:
>> The processor relies on the external Citeproc Emacs library, which must be
>> available prior to loading this library.
>
> Should we add something to this? If yes, what is missing in your opinion?
I saw this comment, but I was not sure which library it referred to.
Fi
On Tue, 19 Oct 2021 at 16:08, Ihor Radchenko wrote:
> By the way, do I understand correctly that oc-csl.el requires
> citeproc-el to be installed? It is not clearly stated in the commentary.
Yes, oc-csl.el uses citeproc-el for formatting the citations and the
bibliography. I'm not entirely sure
I've been using org-bibtex for this: each headline is an item in your
bibliography and you export the contents to a bib file. So, not quite
what you want as it's not working with a bib file per se.
However, you can read BiBTeX entries (using org-bibtex-read), for
instance from a bib file download
AndrĂĄs Simonyi writes:
> ... An added benefit could be that the org-cite CSL
> export processor has recently gained (admittedly rather experimental)
> support for directly using org-bibtex bibliographies, although insert
> and follow functionality is missing at the moment.
By the way, do I under
Dear Ypo,
I also think that the org-bibtex format is pretty close to what you
are looking for. An added benefit could be that the org-cite CSL
export processor has recently gained (admittedly rather experimental)
support for directly using org-bibtex bibliographies, although insert
and follow func
Ypo writes:
> I have a .bib file with references, and a .org file with annotations. Like:
> ...
> Could I write on the .bib file using the orgmode power? Something like
> this could work as a .bib file, or is it a no-no?
M-x org-bibtex (you need a special format for Org headings). org-bibtex
i
I have a .bib file with references, and a .org file with annotations. Like:
.bib file:
@book{Saul.2013.DoctorYourselfNaturalHealing,
 title = {Doctor yourself: natural healing that works},
 shorttitle = {Doctor yourself},
 author = {Saul, Andrew W},
 year = {2013},
 publisher = {Basic Heal
Hallo everyone,
please find attached a patch updating the documentation file:
08e9d34907e8c50da22f2981b3965a7b3fedda3a/doc/org-manual.org
showing the correct sequence of keystrokes to force cycling of
archived subtrees.
From: "You can force cycling archived subtrees
 with      âC-â, "
to:Â Â
Am Mon, 18 Oct 2021 22:28:42 +
schrieb Juan Manuel MacĂas :
> Hi Detlef,
>
> Detlef Steuer writes:
>
> > I have installed 9.5 with package-install in a clean emacs session,
> > it is shown as installed, too, but whatever I try, my org-version is
> > shown as 9.4.6, which is included in 27.2.
On Monday, 18 Oct 2021 at 22:37, Detlef Steuer wrote:
> I have installed 9.5 with package-install in a clean emacs session,
> it is shown as installed, too, but whatever I try, my org-version is
> shown as 9.4.6, which is included in 27.2.
You might like to try configuring and initializing the pac
On Monday, 18 Oct 2021 at 23:53, Max Nikulin wrote:
> I was trying to say that even with such *user* setup, behavior of Org
> should be reasonable.
Ah, okay. I agree. I also do not know what should be the default
behaviour but I do know that I don't like the current default behaviour!
I would,
33 matches
Mail list logo