Ihor Radchenko writes:
> This is actually expected. Without session, ob-shell discards results of
> src blocks that fail and display *Error* window (empty in this case).
>
> If you try
>
> #+begin_src bash :results output
> echo one > one.txt
> echo two > two.txt
> diff one.txt two.txt |
Gustavo Barros writes:
> On Fri, 29 Oct 2021 at 15:53, Gustavo Barros wrote:
>
>> Currently, trying to set `org-link-descriptive' as file-local-variable
>> is not honored by Org, and doing so, leads to one of mismatched states
>> between `org-link-descriptive' and the invisibility specs.
>
> a r
hi,
I have a simple file, notes.org, with the following content. (This is
the example from the org mode manual).
--
* 22:00-23:00 The nerd meeting on every 2nd Thursday of the month
<%%(diary-float t 4 2)>
I have already signed the copyright assignment. (Though I used my
other email rudiwillalwayslove...@gmail.com when signing it.)
I have manually tested the changes with a custom value for
`org-html--id-attr-prefix', and everything works.
I did not change the behavior of `org-html-prefer-user-label
Hi
My time-stamps are of the form <2022-10-23 Sun>
I have an entry like this
- State "DONE" from "WAIT" [2022-10-23 21:06] \\
However it is displayed when I use org-toggle-time-stamp-overlays as
[23.10.%]
Neither the year not the time is displayed, why!
I have set
org-tim
Greg Minshall writes:
> hi, Tim,
>
>> The key question is what is the use case for having this 'mixed' content
>> in a table cell?
>
> in my case, i am putting RFC822('ish) e-mail addresses in a column of an
> org-mode table. and, i want to extract them.
>
> | oxymo...@example.com
"Christopher M. Miles" writes:
> Whether can this patch be merged at first, put the test in future to
> finish? In recent days, I still have not figured out this image overlays
> test.
Sure. Can you please send the final version of the patch and the working
tests?
--
Ihor Radchenko // yantar92
pareto optimal writes:
> #+RESULTS:
> #+begin_example
> "git ls-files ~/system/users/profiles/emacs/default.nix
> git ls-files ~/system/users/profiles/emacs/emacs-packages.nix
> git ls-files ~/system/users/profiles/chat/default.nix
> git ls-files ~/system/profiles/misc/default.nix
> git ls-files
Is it possible to express in a calc block some basic operations with
variables and non-predefined units?
For example, if you wanted to build a code block that calculates how
much money costs:
a land with an Area of 300x300 m^2 at a price of 1 $/m^2.
Would it be something like this?
#+begi
Ferdinand Pieper writes:
>>> It could also be nice to add an extra argument to force the use of
>>> the local org-babel-temporary-stable-directory for remote files.
>>
>> I am not sure if it is a good idea.
>> On remote files, default-directory often points to the remote making
>> `shell-command'
Ihor Radchenko writes:
> Applied onto main.
Thanks
> Have you seen org-babel-temp-stable-file?
I have not. Seems really useful, thanks for mentioning. I wrote my functions
before org-babel-temp-stable-file was added, but seems I can simplify them now
quite a bit.
I noticed two possible bugs
Gustavo Barros writes:
> On Sun, 28 Jul 2019 at 16:34, Gustavo Barros wrote:
>> When the capture template ends with a newline character and the capture
>> process is canceled, the following heading gets demoted. And it
>> shouldn’t.
>
> a respectful bump on this one. I can still reproduce this w
Jude DaShiell writes:
> Is it possible to have emacs-orgmode replace an iso-8601 date and time
> with only a correctly formatted timestamp?
> Script started on 2020-11-22 15:07:15-05:00 [TERM="linux" TTY="/dev/tty1"
> COLUMNS="200" LINES="56"]
I am sorry, but the recorded script text is unreada
ypuntot writes:
> Could these be added there?
>
> https://github.com/DanielDe/org-web
> https://easyorgmode.com/
> https://github.com/amake/orgro
> https://logseq.com/
Except for https://easyorgmode.com/, feel free to send a patch against
https://orgmode.org/worg/org-faq.html#org0a6fc30 in
http
Hi all,
As I am beginning to have serious eye fatigue problems, I am thinking of
buying an e-ink device, not to read books but to read documents. My idea
is that it be an Android device and that it supports the installation of
apk, to be able to install Termux/Emacs/Org-Mode and Nextcloud to sync
writes:
> I'm trying to take some notes and explain things (to myself, to
> others). So org babel it is, yay!
>
> ...
> But alas, the result has some noise:
>
> #+RESULTS: mklst/test/0
> :results:
> (a 22 "foo")
> While executing meta-command:
> Wrong type to apply: #t
> scheme@(guile
Hi,
I'm done writing ox-linuxmag, an exporter for the French GNU/Linux
Magazine: https://github.com/DamienCassou/ox-linuxmag.
I would be happy to receive feedback.
Thank you for your help during the implementation of this exporter.
Best,
--
Damien Cassou
"Success is the ability to go from on
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
>> Whether can this patch be merged at first, put the test in future to
>> finish? In recent days, I still have not figured out this image overlays
>> test.
>
> Sure. Can you please send the final version of the patch and the working
> t
Probably an offtopic for your offtopic, but:
I use my phone to read e-books:
- AMOLED screen (black color doesn't emit light).
- low level of brightness (so I can read in the night without "losing"
melatonin). Usually e-book reading app gives you this option.
- the PDF reading app must have
Hi, Ihor,
Sorry for the delay with fixes, took some time before I got time to finish
this. Thanks for your review and looking forward for the next iteration. See
new version in the attachment. Comments are inline.
Ihor Radchenko writes:
> Mikhail Skorzhisnkii writes:
>
>> Thank you for sugge
Max Nikulin writes:
> pandoc-2.5 generates a link that can not be opened by LibreOffice as
> well (no leading ../).
>
> echo 'A' | pandoc -f html -t odt -o pandoc.odt
>
> office:name=""> text:style-name="Definition">A
May you ask pandoc people about this?
--
Ihor Radchenko // yantar92,
Org m
* doc/org-manual.org (Clocking commands): Document operation of
org-clock-{in,out}-switch-to-state, org-clock-{in,out}-next-state, and
org-clock-{in,out}-next-state-function.
---
doc/org-manual.org | 22 ++
1 file changed, 22 insertions(+)
diff --git a/doc/org-manual.org b/doc
Hi All,
On Sun, 28 Jul 2019 at 16:34, Gustavo Barros wrote:
> When the capture template ends with a newline character and the capture
> process is canceled, the following heading gets demoted. And it
> shouldn’t.
a respectful bump on this one. I can still reproduce this with Emacs
28.2 and Org 9
* lisp/org-clock.el (org-clock-in-next-state,
org-clock-out-next-state): Define and document customizeable variables
to describe the "next state" on clock-in/-out.
(org-clock-in-switch-to-state, org-clock-out-switch-to-state): Add
options to use the `org-clock-{in,out}-next-state' variables to cha
Eric S Fraga writes:
> On Saturday, 19 Feb 2022 at 08:54, Jeremie Juste wrote:
>> If I change eval: no_export to :eval no, Only the =Description= section
>> is evaluated and exported.
>
> Interesting. I hadn't considered trying just "no". What a difference
> this makes! The book compiles in s
Tom Gillespie writes:
>I don't think you are doing anything wrong. IIRC the portion of the
> patch that allowed the customization to propagate to the tangled code
> was not included. Given that I am no longer the only one who is
> looking for/expecting this behavior, maybe it is worth revisit
Ihor Radchenko writes:
> Fixed now.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=69e3a4db3d0c54b4165761f56523da4962eff74c
Seems good, thanks.
>> It could also be nice to add an extra argument to force the use of
>> the local org-babel-temporary-stable-directory for remote f
Ferdinand Pieper writes:
>> Have you seen org-babel-temp-stable-file?
>
> I have not. Seems really useful, thanks for mentioning. I wrote my functions
> before org-babel-temp-stable-file was added, but seems I can simplify them
> now quite a bit.
>
> I noticed two possible bugs in org-babel-tem
I'm not sure what I think about this. I can't ever recall having a
practical issue with this example (I'd expect it's more common for
people with very long cite keys?), though in the past I have had
issues with whitespace when moving around citation-references
programmatically (as, for example, wit
Hi All,
On Fri, 29 Oct 2021 at 15:53, Gustavo Barros wrote:
> Currently, trying to set `org-link-descriptive' as file-local-variable
> is not honored by Org, and doing so, leads to one of mismatched states
> between `org-link-descriptive' and the invisibility specs.
a respectful bump.
Despite t
On 22/10/2022 12:15, Ihor Radchenko wrote:
as long as the next line does not match
"^[ \t]*\\["
Verse package defines \\! and \\>.
The only precaution that search pattern should ignore \\\[0pt]\] that is
a display equation "0pt]"
I propose the following:
1. Merge my patch with \\[0pt] safe
Hi All,
On Mon, 26 Oct 2020 at 14:11, Gustavo Barros wrote:
> Calling `fill-paragraph' in an Org buffer may leak paragraph boundaries,
> and even heading boundaries, and break document structure.
Just an update on this one. I can no longer reproduce it with Emacs
28.2 and Org 9.5.5.
Fixed.
Be
Hi
I don't know how to send patches.
I have found the place where I want to add some lines:
https://git.sr.ht/~bzg/worg/tree/master/item/org-faq.org#L4502
I have cloned the "repository" hoping it works like in github, but I see
no option to edit.
If I click on "prepare a patchset" I can j
33 matches
Mail list logo