Re: Org, Hyperbole, and eev

2022-10-10 Thread Jean Louis
* Robert Weiner [2022-10-11 05:43]: > I know this does not address everything you want but if you leverage > Hyperbole’s capabilities, you’ll probably be able to get what you > want with a lot less code. What I want is to be able to interpolate links like: ⟦ (some-link) ⟧ on the fly similarly Org

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Sébastien Rey-Coyrehourcq
Hi Jean Louis, First i want to thank you for this very detailled explanation, this is very valuable for someone that start in elisp like me. Secondly, i found the idea of using sqlite for contacts very interesting, and i think a lot on this solution on my side the last weeks. With the new emacs

Re: Some links in online manual do not work

2022-10-10 Thread Bastien
Hi Max, Max Nikulin writes: > Bastien, I have not tried full configuration, but after a quick check > I believe that it is a reasonable suggestion. It prevents 301 > redirection from valid URLs like > https://orgmode.org/manual/Links-in-HTML-export.html > to > https://orgmode.org/manual/HTML-Exp

Re: [PATCH v2] Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2022-10-10 Thread Ihor Radchenko
Max Nikulin writes: > Ihor, I have tried your patch (v2). With a tiny test file it works as > expected. I have not managed to add some text immediately after \relax > to break this command. > ... > Reading with more attention, I do not think that second constant really > makes the code more cl

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
You want a CRM system which to me is a very different creature and much more complex than a contact manager, meant to lookup fairly static information about people. HyRolo was built to allow freeform contact management and to specifically avoid the typical, limiting field-based techniques in co

Re: stability of toc links

2022-10-10 Thread Robert Weiner
I missed the beginning of this; what exactly are you looking for? If you don’t want ids attached to the headlines that go into the toc, are you asking for code that automatically updates the toc on any change to individual headlines inthe document body? It would probably be easier to just have

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-10-10 Thread Robert Weiner
I would just like to point out that anyone familiar with writing a Texinfo-format manual who wants to combine this with Org mode would likely just want to embed Org constructs, like Org tables in the manual; not to use Org as a formatter that exports individual source blocks to form a Texinfo ma

Re: Add 'backend' header arg to clojure code blocks

2022-10-10 Thread Ihor Radchenko
Chris Clark writes: > Thank you for the great feedback! Here are some updated patches. > > Attached are two patches: one for org mode, and a corresponding one for > worg. Thanks! Applied onto main in Org and onto master in Worg. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4d0

Re: [PATCH v2] Re: org-contacts: Dead link at https://orgmode.org/worg/org-contrib/index.html

2022-10-10 Thread Ihor Radchenko
"Christopher M. Miles" writes: >> Could you please use the standard WORG file template described in >> https://orgmode.org/worg/worg-editing.html? > > Ok, I updated org-contacts.org file now. Check out the new patch. Thanks! Applied onto master. https://git.sr.ht/~bzg/worg/commit/e79398518a18213

Re: Org, Hyperbole, and eev

2022-10-10 Thread Robert Weiner
Hi Jean: I know this does not address everything you want but if you leverage Hyperbole’s capabilities, you’ll probably be able to get what you want with a lot less code. First, creating an explicit button displays only the button name as you like, fontified as you like, and with the button ac

Re: [PATCH] Re: [BUG] org-agenda-remove-restriction-lock does not remove file lock [9.5.2 (release_9.5.2-17-gea6b74 @ /nix/store/iqqk7iqfwmfc6r78xg2knyq7hww2mhs4-emacs-git-20220225.0/share/emacs/29.0.

2022-10-10 Thread Ihor Radchenko
Liu Hui writes: >> >> C-u C-c C-x < followed by C-c C-x > does not remove the file restriction >> >> lock. >> >> >> >> `org-agenda-remove-restriction-lock' checks for non-nil value of >> >> `org-agenda-restriction' but `org-agenda-set-restriction-lock' explicitly >> >> sets it to nil when TYPE is

Re: Org and Hyperbole

2022-10-10 Thread David Masterson
Jean Louis writes: > * David Masterson [2022-10-10 19:55]: >> Jean Louis writes: >> >> > * Robert Weiner [2022-10-09 00:06]: >> >> There are many reasons for this including limits in many >> >> organizations of the file types that may be transferred through >> >> common protocols and the diff

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Jean Louis
* Robert Weiner [2022-10-11 01:31]: > 1. Although I understand you do a great many things with your > database-backed Hyperscope system and I work with RDBMSes every day, I > don't really see great value in what you have shown in the context of > contact management when compared to the already exi

Re: Org and Hyperbole

2022-10-10 Thread Jean Louis
* David Masterson [2022-10-10 19:51]: > I'm simply looking for an enhancement and standard for tying a media > file (say, a iPhone photo) to a task/note such that the media file will > follow the task/note back to the main Org file as well as follow it back > out to the capture system. > > I supp

Re: Org and Hyperbole

2022-10-10 Thread Jean Louis
* David Masterson [2022-10-10 19:55]: > Jean Louis writes: > > > * Robert Weiner [2022-10-09 00:06]: > >> There are many reasons for this including limits in many > >> organizations of the file types that may be transferred through > >> common protocols and the difficulty of maintaining relatio

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Robert Weiner
Hi Jean: A few thoughts. 1. Although I understand you do a great many things with your database-backed Hyperscope system and I work with RDBMSes every day, I don't really see great value in what you have shown in the context of contact management when compared to the already existing HyRolo or or

Re: test-org-table/sort-lines: Failing test on macOS

2022-10-10 Thread Rudolf Adamkovič
Max Nikulin writes: > This one is not consistent with what I see on Linux with glibc. Yeah, I noticed. :) > Perhaps you do not have en_US locale generated > > locale -a | grep en_US > en_US.utf8 $ locale -a | grep en_US en_US.US-ASCII en_US.UTF-8 en_US en_US.ISO8859-15 en_US.ISO8859-1 > Sanit

Re: The Org mode in the Org Git does not export

2022-10-10 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Thanks! > Now applied onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=192742c9c5a4c6a1470674343a09e5ba1f1bc440 > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8901fd2261a8a16917b32eb9e43c7ea43b51 Thank you for all your h

Re: idea for capture anywhere in x

2022-10-10 Thread Jean Louis
> Jean, make a pause and think ones more. It does not mean extra click > and implies nothing different from you recipe. Instead of thinking, I am doing it. Did you try to invoke Emacs without having Emacs in front of you? Once you try, come back and tell me how would you capture anything from X

Re: idea for capture anywhere in x

2022-10-10 Thread Max Nikulin
On 10/10/2022 00:08, Jean Louis wrote: * Max Nikulin [2022-10-09 19:41]: On 09/10/2022 21:47, Jean Louis wrote: File: ~/bin/capture-x-selection.sh #!/usr/bin/bash TEMP=/tmp/xselection.txt xsel -o > $TEMP (perhaps unsafe) intermediate file is redundant. Emacs can access text/plain target of

Re: Org and Hyperbole

2022-10-10 Thread David Masterson
Robert Weiner writes: > Task management is a whole area separate from note taking. This was > something I was interested in many years ago but have not been able to > publish a system to implement my ideas > therein. Since people generally seem to be happy with Org's todo and agenda > featur

Re: Org and Hyperbole

2022-10-10 Thread David Masterson
Jean Louis writes: > * Robert Weiner [2022-10-09 00:06]: >> There are many reasons for this including limits in many >> organizations of the file types that may be transferred through >> common protocols and the difficulty of maintaining relational >> database or structured file type schemas acr

Re: Org and Hyperbole

2022-10-10 Thread David Masterson
Jean Louis writes: > * David Masterson [2022-10-04 21:12]: >> Robert Weiner writes: >> >> > We welcome brief summaries of features you need for effective note >> > taking in Emacs. We are not looking to do much with images or on >> > mobile devices, just focused on people who spend a lot of t

Re: [PATCH v2] Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2022-10-10 Thread Max Nikulin
Ihor, I have tried your patch (v2). With a tiny test file it works as expected. I have not managed to add some text immediately after \relax to break this command. On 08/10/2022 12:17, Ihor Radchenko wrote: Max Nikulin writes: +(defconst org-latex-linebreak-safe "\\relax" Is there a re

Information about all LaTeX packages in an Org document

2022-10-10 Thread Juan Manuel Macías
Hi all, For my personal use I have created an Org document with the bibliographic information of all the LaTeX packages currently in CTAN. I have imported the data using org-bibtex-import-from-file. And I have applied some further edits. The original data source is at: https://www.ctan.org/pkg/cta

Re: The Org mode in the Org Git does not export

2022-10-10 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> (I'd like this patches to be tested on real export first as it is >> touching on very basic export routines). > > For what is worth, I have tried the patch. With the patch, Org exports > my elaborate notebook as fast as without it (+/- 1 second) and the tests > pass o

Re: SQLite for contacts and relations to Org - Re: contact management in emacs

2022-10-10 Thread Jean Louis
* Quiliro Ordóñez [2022-10-09 22:10]: > I agree. But the end-user did not construct this program. It was you. > I coould learn how to install it. Then, I should teach the end-user to > use it. But the program was not made or installed by the end-user. I > might be able to teach the end-user

Re: [PATCH 2-v4] New: auto display inline images under subtree when `org-cycle'.

2022-10-10 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >>> I think that the best we can do in this situation is mocking >>> `create-image' in batch mode to return non-nil using `cl-letf'. >> >> I checked the `create-image' in image.el source code, don't know how to >> mocking this. I have no

Re: [BUG] org-beamer :BEAMER_ACT: ignored on columns

2022-10-10 Thread Fraga, Eric
On Saturday, 8 Oct 2022 at 14:10, Ihor Radchenko wrote: > This patch certainly adds code duplication and might also miss some > scenarios considered in the environments from > org-beamer-environments-default. I'm not sure what code duplication you are referring to unless it's the two lines that n