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
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
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
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
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
^|[ .,;:\-?!({\"']=.*?(?:^|[ .,;:\-?!({\"']~.*?~[.,;:\-?!)}\"']
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-
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
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
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
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
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
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
"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
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
14 matches
Mail list logo