links to orgcard.pdf and orgcard.txt are broken

2022-05-18 Thread Norwid Behrnd
Dear maintainers, both the link to the English reference card as .pdf as well as the plain ASCII version mentioned on https://orgmode.org/worg/ are inaccessible. (Not affected are the English .html and French (.tex, .pdf)). At present, the last blue link to access the document archive.org points

Re: Bug in 9.5.3 org--file-default-apps

2022-05-18 Thread Ihor Radchenko
Max Nikulin writes: > On 16/05/2022 18:57, Ihor Radchenko wrote: >> Craig STCR writes: >>> But with the new form in 9.5.3, /home/user/myscript is opened by >>> /bin/less, not emacs.  I assume mailcap is not consulted.  Which does >>> not work well.  These behaviors are only for org.  Outside of o

Re: Bug in 9.5.3 org--file-default-apps

2022-05-18 Thread Ihor Radchenko
Craig STCR writes: > I know your time is valuable.  No need for you to spend a lot of time on > this if I am the only one having this problem.  It could be some random > artifact in my installation, maybe something in my ~/.emacs.  My > ~/.emacs has a lot in it.  And I have a work-around, sinc

Re: Tips on using Org-mode to manage a reading list

2022-05-18 Thread Ihor Radchenko
Sébastien Gendre writes: > I want to use Org-mode to manage a reading list and I'm looking for > tips. > > My goals are to: > * List books and articles I want to read > * Track books I have to buy and which I already own > * Track books and articles I have read > * Take notes on books I h

Re: [BUG] HTML export of buffer with fringe indicators

2022-05-18 Thread Ihor Radchenko
Daniel Fleischer writes: > Have `elpy' installed with enabled fringe markers (have > `elpy-folding-fringe-indicators' non-nil). Then try to export, say to > HTML. I get the error > > cons: Args out of range: " ", 0, -3 Can you set debug-on-error to t and share the full backtrace? Best, Ihor

Re: [PATCH] New function org-speed-command-add for adding/modifying speed commands

2022-05-18 Thread Ihor Radchenko
Shankar Rao writes: > Using ``org-speed-command-add'', I don't have to be concerned with > whether or not a given key is already present in > ``org-speed-commands''. Sure. However, the same can be achieved with fairly simple Elisp, as you saw in the earlier messages. I do not clearly see how a s

problems with remote (in table) and (org-id-locations-save)

2022-05-18 Thread Uwe Brauer
Hi I have a strange problem. Till recently the following worked File x.org , | | * Table | :PROPERTIES: | :ID: test-table | :END: | | | Nombres || | |-+| | | User4 | 10 | | | User5 || | | User6 | 12 | ` Running org-id-update-id-locations and then swit

[SOLVED] (was: problems with remote (in table) and (org-id-locations-save))

2022-05-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have a strange problem. Till recently the following worked > File x.org > , > | > | * Table > | :PROPERTIES: > | :ID: test-table > | :END: > | > | | Nombres || > | |-+| > | | User4 | 10 | > | | User5 || > | | User6 |

Re: Bug in 9.5.3 org--file-default-apps

2022-05-18 Thread Max Nikulin
On 18/05/2022 18:36, Ihor Radchenko wrote: Max Nikulin writes: Sounds reasonable. However I just have tried a [[file:~/path/to/script]] link running Org main HEAD and the file is opened in emacs (26.3) other window. The behaviour is dependent on the OS-level mailcap defaults. What does (mailc

Re: [tip] Export and open a PDF in Android via Termux

2022-05-18 Thread Max Nikulin
On 18/05/2022 00:56, Juan Manuel Macías wrote: Max Nikulin writes: Do termux and emacs build for it have support of D-Bus or notify-send binary? I'm not sure, but I would say yes, because Termux has a repository for X11 applications and to be able to run desktop environments and graphical app

Re: [BUG] HTML export of buffer with fringe indicators

2022-05-18 Thread Daniel Fleischer
Ihor Radchenko [2022-05-18 Wed 20:54] wrote: > Can you set debug-on-error to t and share the full backtrace? Attached. Debugger entered--Lisp error: (args-out-of-range " " 0 -3) substring(" " 0 -3) (cons (substring text strpos addpos) textlist) (setq textlist (cons (substring text strpos a

Re: Change of behavior of org-meta-return in 9.6/DoomEmacs?

2022-05-18 Thread Nick Dokos
Guillaume MULLER writes: > Hi, > > I noticed that hitting Meta-Return in org in Doom does not behave as > in Vanilla Emacs. If I have (with <> being the cursor): > > * outline 1 > ** outline 2 > + no<>te1 > + note2 > > In Vanilla Emacs, hitting M-Ret (i.e. calling org-meta-return) resulted in

Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread Richard Stanton
I’m running Emacs 28.1 under macOS 12.4 and want to create tables from Python code blocks that can be exported to either LaTeX or HTML. The simplest way to do this seems to be to generate the output as an org table, and using the built-in version of org (9.4.6 (9.4.6-798-g738759.dirty-elpaplus @

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread John Kitchin
I use a function in an after execute hook for this: https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L205 This works on a subtree, which has been fine for me. You could adapt it to only work in the results section. John --- Professor John Kitchin (he/h

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread Richard Stanton
Thanks for the suggestion, John. I’ve tried playing around with this, and am I right that it seems to have trouble when execution is asynchronous? > On May 18, 2022, at 1:16 PM, John Kitchin wrote: > > I use a function in an after execute hook for this: > https://github.com/jkitchin/scimax/blo

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread John Kitchin
I would guess it could. I don't do anything asynchronous, and I am not sure when org-babel-after-execute-hook runs, if it is immediately there is no table to clean up I suppose. It is not necessary to run on a subtree, but on a very large document you probably don't want to do org-element-parse of

[please check] Add RET to go from overlay to edit buffer

2022-05-18 Thread Marco Wahl
Dear Orgers, Just pushed the little feature "RET to go from overlay to edit buffer". As always complaints and comments are welcome. Ciao, -- Marco

Re: Trouble producing nicely aligned org tables from emacs-jupyter code blocks using latest org version

2022-05-18 Thread Richard Stanton
A bit more experimenting shows that asynchronous execution is actually a part of my original problem. By default, I have jupyter-python blocks running asynchronously. In that case, the tables don’t format quite right, as I noted. But if I add the header ":async nil", the table comes out fine. Ta

Newbie Questions on Spreadsheets

2022-05-18 Thread Jun Inoue
Hi! I've recently started using org mode, and have loved pretty much every step of it. Thanks for all your work! I just discovered the power of tables and spreadsheets and started toying around with it, but there are a few things I can't get to work the way I want. Would someone please help me

Org Yaap: Termux notifications for Org

2022-05-18 Thread Tyler Grinn
Hello all, I've had this project functionally completed for a while and it works quite well for me. It's "yet another alert package for org", which supports Termux. I saw a discussion here a couple days ago about using Termux and I thought some people in this group might be interested. If you w

Re: [please check] Add RET to go from overlay to edit buffer

2022-05-18 Thread Ihor Radchenko
Marco Wahl writes: > Dear Orgers, > > Just pushed the little feature "RET to go from overlay to edit buffer". > > As always complaints and comments are welcome. Two comments: 1. It would make sense to mention the new key binding in NEWS 2. org-edit-src-goto binding is slightly confusing given t