Storing ID-links before first heading uses title as description

2021-02-06 Thread Gustav Wikström
Just committed to master (be2966abb5) Storing links to files using ~org-store-link~ (==) when ~org-id-link-to-org-use-id~ is not nil will now store the title as description of the link, if available. If no title exists it falls back to the filename as before. Best Gustav

Re: na=\"nil\" in ob-R.elo

2021-02-06 Thread Jeremie Juste
Hello, Thanks again for reporting this. With the attached patch I'll remove nil replacement for NA. >From 90881079d431a8af3cba5be14ecf882735ed7a6a Mon Sep 17 00:00:00 2001 From: Jeremie Juste Date: Sat, 6 Feb 2021 20:50:00 +0100 Subject: [PATCH] For :results value, return empty string instead

Re: [Resolved]Re: OT: M-S-$ Not Working

2021-02-06 Thread Bo Grimes
On Sat, 6 Feb 2021 22:52:17 +0700 Maxim Nikulin wrote: > On 06/02/2021 00:38, Bo Grimes wrote: > > > > I have no idea what 3rd level is, but before I ticked it I turned > > off my number lock, and C-S-$ worked! So I ticked it and it stopped > > working. So I unticked it and ticked Number

Re: OT: M-S-$ Not Working

2021-02-06 Thread Tim Cross
Maxim Nikulin writes: > On 06/02/2021 13:28, Tim Cross wrote: >> >> In general, standard Emacs key bindings are robust and reliable. If a >> standard key binding like M-S $ doesn't work, first step is to try emacs >> -Q. > > Sorry, but I do not agree that key bindings are robust in emacs. I

[PATCH] ob-sql.el: Add support for SAP HANA

2021-02-06 Thread Robin Campbell Joy
* lisp/ob-sql.el (org-babel-execute:sql, org-babel-sql-dbstring-saphana): Add basic support for SAP HANA to SQL blocks * testing/lisp/test-ob-sql.el: Basic tests for generated db connection string This change adds basic support for SAP HANA to SQL blocks by specifying saphana as :engine. It also

org-no-popups nilling display-buffer-alist

2021-02-06 Thread "Joshua O'Connor"
Hi, I wanted to control the positioning of the *Org Select* buffer, so I first went to add a rule to 'display-buffer-alist'. But I found it didn't work, as the function in question calls 'org-switch-to-buffer-other-window', which in turn calls an odd macro 'org-no-popups', which appears to let-nil

[PATCH] org-clock.el: clocktable ':formula %' now includes per-file time pct

2021-02-06 Thread Alan D. Salewski
* lisp/org-clock.el (org-clocktable-write-default): When ':formula %' is in-effect, show the per-file time percentage in the '%' column. This change only has an effect when multiple files are contributing to a given clocktable (such as when ':scope agenda' has been specified). The existing

[PATCH] ob-sql.el: Add support for SAP HANA

2021-02-06 Thread Robin Campbell Joy
* lisp/ob-sql.el (org-babel-execute:sql, org-babel-sql-dbstring-saphana): Add basic support for SAP HANA to SQL blocks * testing/lisp/test-ob-sql.el: Basic tests for generated db connection string This change adds basic support for SAP HANA to SQL blocks by specifying saphana as :engine. It also

Bug: org-attach-follow with wrong-number-of-arguments [ ( @ /home/sbrass/.emacs.d/elpa/org-9.4.4/)]

2021-02-06 Thread Simon Braß
Hi all, I've tried to open an attached file (added with org-attach-attach), however, when I try to open it with C-c C-o I got the following backtrace: #+begin_example Debugger entered--Lisp error: (wrong-number-of-arguments (2 . 2) 1) org-attach-follow("1805.00020.pdf") org-link-open((link

org-no-popups overriding display-buffer-alist

2021-02-06 Thread "Joshua O'Connor"
Hi, I was wondering what the reason is for Org to employ the tactic of overriding the variable 'display-buffer-alist' in a few places, using the 'org-no-popups' macro? It's my understanding that this variable is to be exclusively set by users, and acts as the "it's my program, I'll put windows

Re: OT: M-S-$ Not Working

2021-02-06 Thread Maxim Nikulin
On 06/02/2021 13:28, Tim Cross wrote: In general, standard Emacs key bindings are robust and reliable. If a standard key binding like M-S $ doesn't work, first step is to try emacs -Q. Sorry, but I do not agree that key bindings are robust in emacs. I use English and Russian keyboard

Re: OT: M-S-$ Not Working

2021-02-06 Thread Bo Grimes
To consolidate I'm replying to both Marcin and Tim together, and if anyone has further advice I welcome it!!!, but I feel guilty, so reply to me off-list, please. On Sat, 06 Feb 2021 17:28:52 +1100 Tim Cross wrote: > Marcin Borkowski writes: > > > Hi Bo, > > > > I know your problem is

Re: [Resolved]Re: OT: M-S-$ Not Working

2021-02-06 Thread Maxim Nikulin
On 06/02/2021 00:38, Bo Grimes wrote: I have no idea what 3rd level is, but before I ticked it I turned off my number lock, and C-S-$ worked! So I ticked it and it stopped working. So I unticked it and ticked Number keypad always enters digits, which is, of course, why I use Num Lock to begin

Bug: org-attach-follow with wrong-number-of-arguments [ ( @ /home/sbrass/.emacs.d/elpa/org-9.4.4/)]

2021-02-06 Thread Simon Braß
Hi all, I've tried to open an attached file (added with org-attach-attach), however, when I try to open it with C-c C-o I got the following backtrace: #+begin_example Debugger entered--Lisp error: (wrong-number-of-arguments (2 . 2) 1) org-attach-follow("1805.00020.pdf") org-link-open((link

Re: Bug: (org-release) returns empty string on Elpa [ ( @ /home/pierre/.guix-profile/share/emacs/site-lisp/)]

2021-02-06 Thread Pierre Langlois
Hi there, Kyle Meyer writes: > Stefan Monnier writes: > >> Indeed that's the origin of the problem. > > Thanks for confirming. > >> I don't know exactly how `org-version.el` is created and how the release >> version is extracted, so I'm not sure how to fix it. >> >> The approach I'd advocate