On Saturday, 20 Aug 2022 at 13:56, Ihor Radchenko wrote:
> Sure. You can submit the patch here, and I will apply it.
Here it is. Thank you.
--
: Eric S Fraga, with org release_9.5.4-737-gd3a9c4 in Emacs 29.0.50
From 2564c84b41de55d478ba249fa932c40ac62fe510 Mon Sep 17 00:00:00 2001
From: Eric S
Dear all,
I currently use Emacs 27.2 (9.0) and need to update to the last version.
No idea how my current Emacs was installed on my Mac.
In case this helps, when I do on Terminal:
§ which -a- emacs
/usr/local/bin/emacs
/opt/local/bin/emacs
/usr/local/bin/emacs
What would the way to go to updat
Gerardo Moro @ 2022-08-22 13:31 :
> Dear all,
Hi! 🙃
> I currently use Emacs 27.2 (9.0) and need to update to the last version.
> No idea how my current Emacs was installed on my Mac.
You probably installed it via brew.
https://brew.sh
> In case this helps, when I do on Terminal:
>
> § which
Ihor Radchenko writes:
> In https://orgmode.org/list/87ee927emf.fsf@localhost I proposed to
> document org-babel-default-inline-header-args in the manual.
>
> Here is the patch.
Applied onto main via 1b5ccb109.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=1b5ccb10971f67c7f8005
Ihor Radchenko writes:
> Currently, every time Org resolves noweb references, the behaviour is
> resembling :results silent. That is, the results of evaluation are
> displayed, but not inserted after the executed source blocks.
>
> I propose to change this by using :results none that will display
Ihor Radchenko writes:
> Subject: [PATCH] org-fast-tag-selection: Make group tags separator not break
> alignment
Applied onto main via 090dacb0a.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=090dacb0a9a3aac02b8cfa0e25f607d1f3cd2064
--
Ihor Radchenko,
Org mode contributor,
On 21/08/2022 22:11, Rohit Patnaik wrote:
Since md backend is derived from html, is it necessary to define an
option specific to markdown or the value defined for HTML may be reused?
I am unsure which variant will be more convenient, so it is not more
than an idea that may be easily discarded.
Ihor Radchenko writes:
>> Or just carry it over for :exports results only?
>
> I like this idea better. See the attached patch.
> After the patch, links to :exports both blocks will be ambiguous, unless
> the results are explicitly named. So, I documented this detail in the
> manual.
Applied ont
alain.coch...@unistra.fr writes:
> > Applying patches is out of scope of the manual.
>
> Fair enough, but in that case shouldn't the word "patches" be removed
> from "Bug reports, ideas, patches, etc."?
The word "patches" refers to sending patches, not applying or testing.
It only makes sense
"Fraga, Eric" writes:
> On Saturday, 20 Aug 2022 at 13:56, Ihor Radchenko wrote:
>> Sure. You can submit the patch here, and I will apply it.
>
> Here it is. Thank you.
Thanks!
Applied onto master via 56fd0591.
https://git.sr.ht/~bzg/worg/commit/56fd0591eed333771ddf7ab522bf8da2c2b4bd7b
--
Iho
On 22/08/2022 09:39, Ihor Radchenko wrote:
Max Nikulin writes:
Hmm. I actually missed that 302 it is not actual error.
Applied onto main via 8d93f9b6b.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9
Let's try to convince Woof! that it
On 22/08/2022 19:08, Ihor Radchenko wrote:
alain.coch...@unistra.fr writes:
Well, I was trying to save you some time so that you can spend it on
more constructive actions. I succeeded, and learned things in the
process -- patching (at least basic concepts and actions) is
relatively simple, so
On 22/08/2022 09:46, Ihor Radchenko wrote:
Juan Manuel Macías writes:
Maybe, instead of repairing the links manually, we could think of some
code that would do this work periodically, and also check the health of
the links, running a url request on each link and returning a list of
broken links
Hi Christopher,
>>> I want to specify image size under headline properties. Is it possible to do
>>> this?
>>
>> As I understand org.el, this is solely governed by
>> `org-display-inline-image–width’, which only looks at `#+attr_*’ keywords
>> when
>> setting an image width.
>>
>> All the best,
>
'C-u C-c C-t' forces a log note to be included with the state change,
but the state change log note is always *now* (CMIIAW).
Is there a way to change the state on a todo and have it ask for a
date/time to go with the state change?
Reason: I often don't get to change todo' state to DONE until lon
Hello,
This morning I can't get org-mode to compile and load at all. And the
bug reporting is not working.
What to do?
Thank you!
Here are this morning's messages:
make -C lisp compile
make[1]: Entering directory '/home/dortmann/src/git-org-mode/lisp'
rm -f org-version.el org-loaddefs.el o
> I hope that selenium is currently overkill
Me too, although the WebDriver protocol itself is less bloated than Selenium.
Personally I use Etaoin[1] for anything WebDriver-related, it's pretty compact,
Lisp-y, and you can easily run unit tests with Emacs. As for anything
ready-made for cleanin
Timothy writes:
> Hi Christopher,
>
I want to specify image size under headline properties. Is it possible to
do
this?
>>>
>>> As I understand org.el, this is solely governed by
>>> `org-display-inline-image–width’, which only looks at `#+attr_*’ keywords
>>> when
>>> setting an
David Masterson writes:
> 'C-u C-c C-t' forces a log note to be included with the state change,
> but the state change log note is always *now* (CMIIAW).
>
> Is there a way to change the state on a todo and have it ask for a
> date/time to go with the state change?
>
> Reason: I often don't get t
Christian, did you get a chance to take a look at my further comments on
the patch?
--
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92
Daniel Ortmann writes:
> This morning I can't get org-mode to compile and load at all. And the
> bug reporting is not working.
>
> What to do?
>
> Thank you!
>
> Here are this morning's messages:
>
> make -C lisp compile
What if you just run "make" from inside the Org repo?
What is your Emacs
Max Nikulin writes:
>> Applied onto main via 8d93f9b6b.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9
>
> Let's try to convince Woof! that it is really
>
> Applied
Ain't working...
Bastien, is there any chance that Woof! version used
Max Nikulin writes:
>> It might. It is probably even useful. Would you mind writing several
>> paragraphs for the manual about applying patches?
>
> It may be enough to add links to already written documents.
I'd say that the purpose of describing patch or git apply in the manual
is a quick refe
Max Nikulin writes:
> I hope that selenium is currently overkill, however more sites are
> starting to use anti-DDOS shields like cloudflare and HTTP client may be
> banned just because it does not fetch other resources like JS scripts.
Such links are to be considered dead for the purposes of
24 matches
Mail list logo