bug#57381: 29.0.50; void-function byte-compile-warn-obsolete when building latest org-mode

2022-08-25 Thread Malcolm Purvis
"Lars" == Lars Ingebrigtsen  writes: 



This should now be fixed in Emacs 29.


Confirmed.  Thank you.

Malcolm 


--
 Malcolm Purvis 





Re: [External] : Re: org-mode compile issue this morning - how to report this?

2022-08-25 Thread Tim Cross


Emacs 29.1 refers to the first release of Emacs 29, which has not yet
occurred. Emacs 29.0.50 refers to version 29 of emacs which has not yet
had a release candidate issued i.e. still very much development and not
yet at beta level. Once the first release candidate is issued, the
version will likely change to 29.0.90 and then once actually released,
to 29.1.

Given that 29.0.50 at this point just means development version (and
unless a commit hash is also included, head of the devel branch), you
can assume the bug fix will be in 29.0.50 provided you have done a pull
since that bug fix notice was posted.

Daniel Ortmann  writes:

> FYI,
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57394
>
> Lars at gnu says it is fixed in emacs 29
> The bug's web page says, more specifically, "bug marked as fixed in version 
> 29.1"
>
> ... I can't find emacs 29.1; my 'git pull' still says 29.0 and I don't see 
> any 29.1 branches available.
> I have not been able to test and verify the fix.
>
> Thoughts?
>
>  Daniel Ortmann  writes:
>
>  Error: error ("Eager macro-expansion failure: (void-function
> byte-compile-warn-obsolete)")
> debug-early-backtrace()
> debug-early(error (error "Eager macro-expansion failure:
> (void-function byte-compile-warn-obsolete)"))
>
> This should now be fixed in Emacs 29.




[BUG] org-table-blank-field keybinding [9.5.4 (N/A @ /gnu/store/sry9khwisaq1jnrjbfnhx6ki8qy2z0db-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)]

2022-08-25 Thread André A . Gomes



Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.


Hi,

The changelog for org 9.5 mentions that the keybinding for
org-table-blank-field has been removed, but it seems it isn't the case
as I'm running version 9.5.4.

Also, it might be worth mentioning in the manual that this command works
when a region is selected.

Thanks.

Emacs  : GNU Emacs 28.1.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, 
cairo version 1.16.0)
Package: Org mode version 9.5.4 (N/A @ 
/gnu/store/sry9khwisaq1jnrjbfnhx6ki8qy2z0db-emacs-org-9.5.4/share/emacs/site-lisp/org-9.5.4/)
-- 
André A. Gomes
"You cannot even find the ruins..."



Re: [External] : Re: org-mode compile issue this morning - how to report this?

2022-08-25 Thread Gregor Zattler
Hi Daniel,
* Daniel Ortmann  [2022-08-25; 09:36 -05]:
> FYI,
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57394
>
> Lars at gnu says it is fixed in emacs 29
> The bug's web page says, more specifically, "bug marked as fixed in
> version 29.1"
>
> ... I can't find emacs 29.1; my 'git pull' still says 29.0 and I don't
> see any 29.1 branches available.
> I have not been able to test and verify the fix.

it's this commit on the emacs master branch:

commit b28b2cefaea0d7846ab9a45dc92f68ad00e92085
Author: Lars Ingebrigtsen 
Date:   Thu Aug 25 14:54:49 2022 +0200

Fix warning about obsoleted generalized variables

* lisp/emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
Autoload so that the call here from gv.el (about obsolete
generalized variables) doesn't bug out (bug#57394).

Do a git fetch --all; git pull on the emacs master branch
and you are able to test the fix.  I cannot tell since my
machine is slow and still in the early stadium of building
emacs.



Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-



Re: [External] : Re: org-mode compile issue this morning - how to report this?

2022-08-25 Thread Daniel Ortmann
Fix confirmed!  Everything works fine now with emacs 29.0.50.  (Many 
many new messages about obsolete functions.)

Thank you

GNU Emacs 29.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.22.30, 
cairo version 1.15.12) of 2022-08-25
Org mode version 9.5.4 (release_9.5.4-758-g3c11e9 @ 
/home/dortmann/src/git-org-mode/lisp/)


On 8/25/22 09:36, Daniel Ortmann wrote:

FYI,
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57394

Lars at gnu says it is fixed in emacs 29
The bug's web page says, more specifically, "bug marked as fixed in 
version 29.1"


... I can't find emacs 29.1; my 'git pull' still says 29.0 and I don't 
see any 29.1 branches available.

I have not been able to test and verify the fix.

Thoughts?

Daniel Ortmann  writes:


Error: error ("Eager macro-expansion failure: (void-function
byte-compile-warn-obsolete)")
debug-early-backtrace()
debug-early(error (error "Eager macro-expansion failure:
(void-function byte-compile-warn-obsolete)"))


This should now be fixed in Emacs 29.



Re: [External] : Re: org-mode compile issue this morning - how to report this?

2022-08-25 Thread Daniel Ortmann

FYI,
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57394

Lars at gnu says it is fixed in emacs 29
The bug's web page says, more specifically, "bug marked as fixed in 
version 29.1"


... I can't find emacs 29.1; my 'git pull' still says 29.0 and I don't 
see any 29.1 branches available.

I have not been able to test and verify the fix.

Thoughts?

   Daniel Ortmann  writes:


Error: error ("Eager macro-expansion failure: (void-function
byte-compile-warn-obsolete)")
debug-early-backtrace()
debug-early(error (error "Eager macro-expansion failure:
(void-function byte-compile-warn-obsolete)"))


   This should now be fixed in Emacs 29.


bug#57381: 29.0.50; void-function byte-compile-warn-obsolete when building latest org-mode

2022-08-25 Thread Lars Ingebrigtsen
Malcolm Purvis  writes:

>   Error: error ("Eager macro-expansion failure: (void-function
>   byte-compile-warn-obsolete)")   debug-early-backtrace()
>   debug-early(error (error "Eager   macro-expansion failure:
>   (void-function   byte-compile-warn-obsolete)")) error("Eager

This should now be fixed in Emacs 29.





Re: Conditionally use files in org-roam

2022-08-25 Thread Tim Cross


juh  writes:

> Dear all,
>
> I have 10.800 files in my roam directory. 10.000 files are not used often. 
> The huge amount
> of files make org-roam slow on my simple notebook. Is it possible to 
> conditionally load
> files into roam only if I really need them?
>
> I am aware that some references would be broken most of the time.
>

Org roam is not part of org-mode. It is a separate project. You will
likely get more specific answers posting to that project. There is both
a discord and a slack channel for org-roam. See
https://www.orgroam.com/. The project is hosted on github and includes
an issue tracker which may have some relevant information. See
https://github.com/org-roam/org-roam/issues




Conditionally use files in org-roam

2022-08-25 Thread juh



Dear all,

I have 10.800 files in my roam directory. 10.000 files are not used 
often. The huge amount of files make org-roam slow on my simple 
notebook. Is it possible to conditionally load files into roam only if I 
really need them?


I am aware that some references would be broken most of the time.

TIA
juh