Nicholas Savage writes:
> I realize now that I messed up sending this patch yesterday so it
> didn't show up on updates.orgmode.org. I just wanted to repost it with
> a correct subject to make sure it didn't get lost. My original message
> follows.
This topic is now split across three separate th
David Masterson writes:
> Haven't figured this out yet, but I seem to be hitting an "infinite
> recursion" bug that eventually dies when it runs out of memory.
>
> The scenario (so far) is trying to change an Org tag in the agenda
> (':'). The command gives me the tags that I then edit and save w
Hi Nick,
On Mon, 21 Sep 2020 at 19:06, "Nicholas Savage" wrote:
> I tried reproducing this, but I am having difficulties. "Baz" and the " -
> State" stayed correctly aligned as I would have expected them, and not as you
> have shown them.
>
> I am on emacs 28.0.50 though so maybe that has made t
in the `LOGBOOK' drawer, which
> I describe below.
>
> An ECM to reproduce the issue is:
>
> - Start 'emacs -Q'
>
> - Do an initial setup:
> #+begin_src emacs-lisp
> (add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921"
Haven't figured this out yet, but I seem to be hitting an "infinite
recursion" bug that eventually dies when it runs out of memory.
The scenario (so far) is trying to change an Org tag in the agenda
(':'). The command gives me the tags that I then edit and save whereupon
it sits in an infinite rec
n
`org-agenda-custom-commands' of two agendas with different time spans
(one weekly, the other daily).
An ECM to reproduce the issue is:
- Start 'emacs -Q'
- Do an initial setup:
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-2
Thanks, Nicolas
Then could it be a bug? Before the update file: links to a folder opened it out
of emacs. Now it doesn't, even using "attach"'s option which offers to open
links out of emacs.
Sep 21, 2020 21:08:44 Nicolas Goaziou :
> Hello,
>
> Ypo writes:
>
>> Thanks. It seems the problem
Start 'emacs -Q'
- Do an initial setup:
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921")
;; This is the latest Org weekly build (Org 9.4)
(setq org-adapt-indentation 'headline-data)
(setq org-log-into-drawer t)
(setq or
Hello,
Ypo writes:
> Thanks. It seems the problem is that "file:" links have changed their
> behaviour. They must be replaced by "file+sys:" links. In this way,
> folders are open in Windows OS.
file+sys: links are deprecated, tho.
I suggest to not use them.
Regards,
--
Nicolas Goaziou
ly stands is:
- Start 'emacs -Q'
- Do an initial setup:
#+begin_src emacs-lisp
(add-to-list 'load-path "~/.emacs.d/elpa/org-plus-contrib-20200921")
(add-to-list 'load-path "~/.emacs.d/elpa/ivy-20200826.955")
;; Those are the latest Org weekly build (O
Hi,
I've also tried to apply this patch and see if it will work on my, heavily
customized in terms of theming, setup. It didn't spot any new issues. Instead
it fixed face inheritance bugs with following elements:
1. Tags with customised faces;
2. Links;
3. Ellipsis;
4. TODO keywords;
5. Priorit
Hi,
I've found a small bug in org-html-export-to-html. Minimal document to
reproduce:
---
Foo [fn:1]
* Footnotes
[fn:1] doi:10.1186/s12864-016-2377-z
---
When I export this document to HTML the DOI link gets converted into a broken
hyperlink. It should be converted into
https://doi.org/10
Hi
On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote:
> The task is to check the mailman administration page and to discard
> messages that should not be sent to the list, while allowing those
> sent by non-subscribers who ask relevant questions.
For what's it's worth, I use listadmin [1]
Hello Bastien! Thank you for following up on this.
Bastien writes:
> Kévin Le Gouguec writes:
>
>> I like #+LINK keywords because they make documents self-sufficient:
>> anyone opening my document can follow these links or export the buffer;
>> they do not need to run some Elisp to add to org-
... and of course I forgot to attach actual patches.
On Monday, September 21, 2020 3:09:58 PM CEST Mikhail Skorzhinskii wrote:
> Hello everyone,
>
> I've already submitted these features to the mailing list:
>
> https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html
>
> But ev
Hello everyone,
I've already submitted these features to the mailing list:
https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html
But even if these changes are really tiny and minor, they are touching very
different functionality of org-mode. It wasn't good mixing my suggestio
Hello forum,
I've already submitted these features to the mailing list:
https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/msg00628.html
But even if these changes are really tiny and minor, they are touching very
different functionality of org-mode. It wasn't good mixing my suggestions
Resending the patch. There were missing parenthesis. And I didn't test build
after modification. Fixed and retested.
Mikhail
On Monday, September 21, 2020 10:23:39 AM CEST Mikhail Skorzhinskii wrote:
> On Wednesday, September 16, 2020 4:15:20 AM CEST Ihor Radchenko wrote:
> > > 1. Show document
(setq search-invisible t)
Working. Thanks! :-)
El 21/09/2020 a las 10:17, Ihor Radchenko escribió:
BTW: I've tried to use M-% to make the change, but it doesn't seem to work,
probably because there links have a [[][description]] that occurs them.
AFAIK M-% does not search invisible text. When
On Wednesday, September 16, 2020 4:15:20 AM CEST Ihor Radchenko wrote:
> > 1. Show document title instead of file name in org-agenda;
> >
> > This should be useful for any users of org-roam package or anyone who
> > autogenerate file names and uses document titles instead for navigation.
>
> Inte
> BTW: I've tried to use M-% to make the change, but it doesn't seem to work,
> probably because there links have a [[][description]] that occurs them.
AFAIK M-% does not search invisible text. When link has a description in
org, the link itself is hidden. You can set `search-invisible' to t to
m
Just to close the thread: The update to 9.4 resolved at least my issue.
Thx!
Detlef
Am Fri, 18 Sep 2020 08:57:15 +0200
schrieb Detlef Steuer :
> Hi all,
>
> I use https://orgmode.org/elpa/ org-plus-contrib to stay uptodate with
> org.
>
> As it seems GNU elpa has org-9.4.
>
> Normally I woul
Thanks. It seems the problem is that "file:" links have changed their
behaviour. They must be replaced by "file+sys:" links. In this way, folders are
open in Windows OS.
BTW: I've tried to use M-% to make the change, but it doesn't seem to work,
probably because there links have a [[][descripti
23 matches
Mail list logo