Re: [BUG] ob-shell doesn't evaluate last line on Windows (cmd/cmdproxy) [9.6.1 ( @ c:/Users/Osher/AppData/Roaming/.emacs.d/elpa/org-9.6.1/)]

2023-01-29 Thread Matt
On Thu, 26 Jan 2023 04:51:19 -0500 Ihor Radchenko wrote --- > This will add a newline to "cmdproxy.exe" command -> "cmdproxy.exe\n". > You should instead look into `org-babel--write-temp-buffer-input-file'. I made the change in `org-babel--shell-command-on-region' based on your reco

Re: Firefox permission dialog and org-protocol

2023-01-29 Thread Max Nikulin
On 29/01/2023 20:50, Ihor Radchenko wrote: Max Nikulin writes: On 26/01/2023 01:01, Ihor Radchenko wrote: https://bugzilla.mozilla.org/show_bug.cgi?id=1678994 Bug 1678994 "website permission to open special links in external applications not configurable" ... It appears to be a newer versio

Re: Inline markup: How does org identify nested code/verbatim?

2023-01-29 Thread Max Nikulin
On 30/01/2023 01:20, c.buhtz wrote: Please let me add the nested-regex-approach. You should look up for any markup starting at first. org-element parser uses "first wins" approach. Notice the following: /italics ~code/ verbatim~ is exported as italics ~code verbatim~ Notice t

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-29 Thread Tim Cross
Jean Louis writes: > * Tim Cross [2023-01-28 00:15]: >> > >> >> What kinds of representations would a calendar system capable of >> >> handling timezones require? >> >> >> >> • Instant (fixed) >> >> • This is referring to an unambiguous moment in time >> >> • e.g., 2007-02-03T05:00:00.000Z

Re: Inline markup: How does org identify nested code/verbatim?

2023-01-29 Thread c.buhtz
Please let me add the nested-regex-approach. I wouldn't call this a solution but just an approach. No one understand that regex it is nearly unmaintainable. I hope for a more elegant solution. This matches if we have code in verbatim ^|[ .,;:\-?!({\"']=.*?(?:^|[ .,;:\-?!({\"']~.*?~[.,;:\-?!)}\"']

Inline markup: How does org identify nested code/verbatim?

2023-01-29 Thread c.buhtz
Hi folks, this is a question about org(mode) development itself. It is magic to me how you do this. ;) And I would like to learn it because I do write kind of an org parser in Python. Here is a nested code-in-verbatim text. This =is ~code~ in verbatim= text. Exporting this to html (via org-

Re: org-crypt fails if default key is expired while non-default key is to be used

2023-01-29 Thread Karl Voit
Hi Ihor, * Ihor Radchenko wrote: > Karl Voit writes: > >>> May I know how exactly did you set `org-crypt-key'? Do you happen to >>> have CRYPTKEY properties somewhere in your buffer? >> >> Sure. My config is on >> https://github.com/novoid/dot-emacs/blob/master/config.org and I've >> set it with

diary-anniversary doesn'work om Mac osx 12.6.3

2023-01-29 Thread Renato Pontefice
I’ l try here, because I’m really confused about this prob. I try to perform this simple line of emacs manual (this is the perfect page of the manual where I took this: where I took this: "31.13.10 Sexp Entries and the Fancy Diary Display”). Because trying to learn emacs I would try as many entr

Re: org-export to icalendar: ignore links?

2023-01-29 Thread Timm Lichte
I found the (pretty obvious) reason why I was getting errors about broken links when exporting my agenda to icalendar format: org-export-with-broken-links was not set to t. After I changed this, everything works now. Am 13.01.23 um 10:30 schrieb Ihor Radchenko: Timm Lichte writes: Thanks

Re: Supporting non-free SQL clients in ob-sql (was: [PATCH] ob-sql: Add support for Athena)

2023-01-29 Thread Ihor Radchenko
Richard Stallman writes: > > Would it then make sense to note the reasons why we support one or > > another non-free software in a separate file like etc/NON-FREE-SUPPORT? > > I think it is a good idea to document the reasoning for these > decision. But I think it does not necessarily have t

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-29 Thread Ihor Radchenko
Daryl Manning writes: > All these discussions are really great, devil is in the details and all, > but is anyone working on implementation code for this? It’s tricky to have > visibility on WIP on org-mode - probs just me not knowing where to look tbh > (but big believer that working code is prog

Re: Firefox permission dialog and org-protocol

2023-01-29 Thread Ihor Radchenko
Max Nikulin writes: > On 26/01/2023 01:01, Ihor Radchenko wrote: >> https://bugzilla.mozilla.org/show_bug.cgi?id=1678994 > > Bug 1678994 "website permission to open special links in external > applications not configurable" > > Ihor, do you know any details concerning the affected add-on? It see

Re: [ANN] Looking for new maintainers for ox-html.el

2023-01-29 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > Ihor Radchenko writes: > >> I have been informed that our current ox-html maintainer will no longer >> able to perform his duties in full extent. [ This was actually not accurate - TEC, the current ox-html maintainer, is still around. However, he was rece

Re: Link from orgmode file to E-Mail (using kmail or notmuch)

2023-01-29 Thread Ihor Radchenko
Jean Louis writes: >> Try to derive list of supported schemes from `browse-url-handlers'. > > browse-url-handlers ➜ (("gemini:" . elpher-go) ("gopher:" > . elpher-handler-go) ("about:" . hyperscope-about) ("hyperscope:" > . hyperscope-url) ("e2dk://" . amule-handler)) > > it is user option to be