Re: Bug: crash exporing to html [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-03-20 Thread Tim Cross
I can confirm the same behaviour and would agree it is a bug. Greg Minshall writes: > one line in why.org: > > call_find-orgs() > > > then > > emacs -Q > > > then > > C-e h h > > > then > > Debugger entered--Lisp error: (wrong-type-argument consp nil) >

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-20 Thread Samuel Wales
i like that. such an org edit special type feature could efven in principle work for a column or a row all at once. On 3/18/21, Juan Manuel Macías wrote: > Tim Cross writes: > >> From watching these discussions in the past, I think the big stumbling >> block is how easily multi-row columns

link syntax fixing bug?

2021-03-20 Thread Samuel Wales
in recent maint, i am trying the code included with the maint release to update org link escaping syntax. the issue is that when i click on google, the space before "hi" does not show up in the earch box. ergo, different results. *** should be orig

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-20 Thread Tim Cross
Andreas Eder writes: > On Fr 19 Mär 2021 at 13:33, Eric S Fraga wrote: > >> With respect to the topic at hand, I believe it's the result of the same >> tendency that Excel users have of using spreadsheets (aka tables) for >> everything, something I hate when I'm given some Excel sheet that I

Bug: crash exporing to html [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-03-20 Thread Greg Minshall
one line in why.org: call_find-orgs() then emacs -Q then C-e h h then Debugger entered--Lisp error: (wrong-type-argument consp nil) org-babel-exp-code(nil lob) org-babel-exp-do-export(nil lob) org-babel-exp-process-buffer() org-export-as(html nil nil

Re: bug#44824: [PATCH] org.el: Avoid xdg-open silent failure

2021-03-20 Thread Maxim Nikulin
On 19/03/2021 10:50, Kyle Meyer wrote: Maxim Nikulin writes: A few comments in addition to Eli's advice to drop the (eq system-type 'gnu/linux) condition... Feel free to commit the change suggested in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44824#82 instead of this patch. +(defun

Re: yank freeze (org-ref / Edit notes problem)

2021-03-20 Thread Maxim Nikulin
On 20/03/2021 04:11, Christian Barthel wrote: OK, I guess I found a solution: I have had a similar issue with org-capture were emacs freezed as well. However, org-capture did work in xterm and I thought about some weird usage of the X11 clipboard manager. After doing some more research, I

Re: How to jump from one spelling mistake to the next?

2021-03-20 Thread Joost Kremers
On Sat, Mar 20 2021, Dr. Arne Babenhauserheide wrote: > Kyle Meyer writes: > >> Sharon Kimble writes: >> >>> When I'm writing in org-mode I very often make spelling mistakes which I >>> can go back to later to correct. So how can I jump from one mistake to >>> the next please? >> >> If you have

Re: How to jump from one spelling mistake to the next?

2021-03-20 Thread Dr. Arne Babenhauserheide
Kyle Meyer writes: > Sharon Kimble writes: > >> When I'm writing in org-mode I very often make spelling mistakes which I >> can go back to later to correct. So how can I jump from one mistake to >> the next please? > > If you have Flyspell mode enabled in the buffer, > flyspell-goto-next-error

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-20 Thread Juan Manuel Macías
Tim Cross writes: > It has also been stated that the Latex exporter won't be a problem as > tabularx (and other Latex packages) will just handle this. Sadly, I > don't think it is that simple. I have used that package a lot over the > years and there have been times I've had to render tables

Re: Syntax Proposal: Multi-line Table Cells/Text Wrapping

2021-03-20 Thread Eric S Fraga
On Saturday, 20 Mar 2021 at 08:33, Tim Cross wrote: > That would be an interesting exercise. However, it does add another > dependency and in some ways breaks the 'everything as text' philosophy > (though I guess the last 'rendering' in the org file is still all text). Yes, very true. So let me

[PATCH] Prefer HTTPS to HTTP for links to gnu.org

2021-03-20 Thread Stefan Kangas
The attached patch updates all links to gnu.org to use https instead of http. (Such a change was made in Emacs itself already in 2017.) From b68b11fcb6d840fdc9046c4b8ddee34e28665f72 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 20 Mar 2021 08:27:57 +0100 Subject: [PATCH] Prefer HTTPS