Re: Variable Hyperlinks ?

2024-06-23 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> I use Org with Emacs 28.2 on Linux and BeOrg on iPhones. I don't >> believe iPhones support "symbolic links". Therefore, where I mount a >> USB key on each is going to be a different directory. I'd like to store >> pictures on my USB key

Re: Add 'readonly' option to ob-sqlite

2024-06-23 Thread dmg
hi Ihor, Ihor Radchenko writes: > "Daniel M. German" writes: > >> Sometimes I think it is useful to open a DB in readonly mode >> >> eg. to avoid modifying by mistake >> >> This is a patch to ob-sqlite.el to accomplish that >> >> It adds support for opening a sqlite database in readonly

Re: ox-icalendar: Filter todo-types

2024-06-23 Thread Ihor Radchenko
Michaël Cadilhac writes: >> > Perhaps we could have an option ox-icalendar-export-todo-keywords-as >> > which could determine whether a keyword should be exported, and if so >> > with what status, e.g.: >> > >> > (defcustom ox-icalendar-export-todo-keywords-as >> > '((no-export . ("SKIP")) >> >

Re: ox-icalendar: Filter todo-types

2024-06-23 Thread Michaël Cadilhac
On Sun, Jun 23, 2024 at 1:25 PM Ihor Radchenko wrote: > > Jack Kamm writes: > > > Perhaps we could have an option ox-icalendar-export-todo-keywords-as > > which could determine whether a keyword should be exported, and if so > > with what status, e.g.: > > > > (defcustom

Re: Please document the caching and its user options

2024-06-23 Thread Daniel Clemente
> > Thanks! > I am attaching tentative patch that improve the documentation. I hope > that it clarifies things for you. > > Thanks. I'm not sure about the "unless" part here: > Persisting the cache to disk […] > It is not recommended if the Org files > include sensitive data, unless the data is

Re: ox-icalendar: Filter todo-types

2024-06-23 Thread Ihor Radchenko
Jack Kamm writes: > Perhaps we could have an option ox-icalendar-export-todo-keywords-as > which could determine whether a keyword should be exported, and if so > with what status, e.g.: > > (defcustom ox-icalendar-export-todo-keywords-as > '((no-export . ("SKIP")) >(cancelled . ("KILLED"

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-06-23 Thread Yaroslav Drachov
Not yet. Best wishes, Yaroslav > 23 июня 2024 г., в 13:53, Ihor Radchenko написал(а): > > Yaroslav Drachov writes: > >> My system-configuration-features are >> >> "ACL GIF GLIB GMP GNUTLS JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY KQUEUE NS >> PDUMPER PNG RSVG SQLITE3 THREADS TIFF

Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2024-06-23 Thread Ihor Radchenko
Yaroslav Drachov writes: > My system-configuration-features are > > "ACL GIF GLIB GMP GNUTLS JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY KQUEUE NS > PDUMPER PNG RSVG SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP > XIM XWIDGETS ZLIB". > > RSVG is in the list. > >

Re: [ANN] lisp/ob-tangle-sync.el

2024-06-23 Thread Ihor Radchenko
João Pedro writes: > I'd like to ask if I could contribute to this. I have followed the > discussion to a point, but would be more than happy to try and > contribute to this so it gets merged for the next Org major version, as > I've been waiting for this for quite a while now... It has been

Re: Please document the caching and its user options

2024-06-23 Thread Björn Bidar
Eli Zaretskii writes: >> Eli Zaretskii writes: >> >> >> I was referring to some kind of global option that defines cache >> >> directory, data directory, etc. Something akin XDG. >> > >> > We already have xdg-cache-home (and a few others in xdg.el). Is that >> > what you meant? >> >> Yes,

Re: [PATCH] lisp/lisp/ob-core.el (org-babel-merge-params): Rename plists to alists

2024-06-23 Thread Ihor Radchenko
Matthias Hetzenberger writes: > I noticed that in the function org-babel-merge-params the arguments are > alists rather than plists. > To this end, I created a patch that updates the relevant variable names as > well as the docstring (see attachment). Thanks! Applied, onto bugfix, after adding