Hello, and thank you for org-mode!
I ran into an issue yesterday when I turned on org-indent-mode and then
tried to disable org-hide-leading-stars. I ended up going on a bit of a
chase to figure out what was going on. I had just switched to a new config,
and thought that might be the problem, so I
I had to clean up code.orgmode.org and remove a lot of fake accounts.
I disabled user registration on code.orgmode.org for the time being.
I will mention on Worg that users need to send an email to the gogs
admins if they want an account.
If the gogs captcha system gets better, we may re-enable
Hi,
org-m was useful and the other two variables were not used outside of
`org-get-level-face', I put them in a let clause.
Thanks for pointing this issue!
--
Bastien
D writes:
> org.el seems to define three weird variables: org-m, org-l and org-f
> (see below). Two of these variables (l and f) are used exclusively in
> org-level-face, while m is not used anywhere in the code. They don't
> appear to be used in the other source files, either.
>
> Is there a p
Hello,
org.el seems to define three weird variables: org-m, org-l and org-f
(see below). Two of these variables (l and f) are used exclusively in
org-level-face, while m is not used anywhere in the code. They don't
appear to be used in the other source files, either.
Is there a particular reaso
That function should be defined in org-ref-core.el. If it is not there,
then probably something has gone wrong in the update, or you are somehow
loading a very old version of org-ref.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Enginee
Hi again,
> -Original Message-
> From: Nicolas Goaziou
> Sent: den 20 januari 2020 02:25
> To: Gustav Wikström
> Cc: emacs-orgmode@gnu.org
> Subject: Re: attachment: link type export to HTML invalid attach dir
>
> Gustav Wikström writes:
>
> > Ok, noted. To my defense I was thinking m
On Saturday, 25 Jan 2020 at 11:47, Bastien wrote:
> code.orgmode.org is now back online and usable.
Thank you!
--
Eric S Fraga via Emacs 28.0.50, Org release_9.3.1-94-g0ac6a9
Bastien writes:
> I will perform an upgrade of the gogs instance at code.orgmode.org
> during the next two hours: you won't be able to pull or push to git
> repositories.
code.orgmode.org is now back online and usable.
--
Bastien
Hi all,
I will perform an upgrade of the gogs instance at code.orgmode.org
during the next two hours: you won't be able to pull or push to git
repositories.
I should have sent a notice before doing so: I wanted to perform the
upgrade later on today but the server is having difficulties, so I'm
do
There are various solutions floating around. Here's one way:
(defun ap/org-count-words ()
"If region is active, count words in it; otherwise count words in current
subtree."
(interactive)
(if (use-region-p)
(funcall-interactively #'count-words-region (region-beginning)
(region-end))
Michael Alan Dorman writes:
> On the other hand, I *also* don't assume that maintainers are incapable
> of making a reasonable assessment of the stability of their packages, or
> of making a personal choice to try to maintain API compatibility in some
> sensible way, and so forth.
If it were onl
12 matches
Mail list logo