Re: Interest in an Org video meetup?

2023-05-04 Thread Adham Omran
> Would there be any interest in a monthly 1-2 hour long ad-hoc screen > sharing and video discussion for Org-mode? I'm interested. - Adham Omran

Re: [Uploaded Edebug video] Re: [EasyPG (epa)] Emacs can't save modified encrypted file

2023-05-04 Thread Ihor Radchenko
Some more info: https://old.reddit.com/r/emacs/comments/137r7j7/gnupg_241_encryption_issues_with_emacs_orgmode/

Re: [PATCH] epm.el: A CLI tool for package.el

2023-05-04 Thread Max Nikulin
On 04/05/2023 17:24, Ihor Radchenko wrote: Max Nikulin writes: For those who are not familiar with convention any target may be specified in docs, keeping usual meaning of the default "all" target. I am mostly concerned about the existing users who are already settled on running the default

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-05-04 Thread Ihor Radchenko
Max Nikulin writes: >> I am unsure what is better, to add a fallback here or to add :db >> ":memory" to the org-babel-default-header-args:sqlite variable. > > Perhaps it is better to keep current behavior with error by default and > just to recommend more prominently using file local header

Re: [PATCH] epm.el: A CLI tool for package.el

2023-05-04 Thread Ihor Radchenko
Max Nikulin writes: >> Good idea. Although, we should not overdo this package management thing. >> If we really need complex functionality here, we should better just use >> cask/eldev instead of re-inventing the wheel. > > I have not tried cask or eldev, so I can not reason on supposed

[POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-05-04 Thread Ihor Radchenko
Дмитрий Логвиненко writes: > I've noticed that org-habits does not take an inherited STYLE property > when it searches entries. > > ;; Proposed > (defun org-is-habit-p ( pom) > "Is the task at POM or point a habit?" > (string= "habit" (org-entry-get (or pom (point))

Re: Babel results don't respect narrowing

2023-05-04 Thread Ihor Radchenko
Sebastian Wålinder writes: > When org-babel inserts results after evaluating a org-babel block, the > current narrowing isn't respected. > > Org searches outside of the current narrowing to find a result block, then > updates that. Yes, it is on purpose: