Re: Auto-checking dead links in the manual (was: http: links in the manual)

2022-08-22 Thread Ihor Radchenko
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

Re: applying patches

2022-08-22 Thread Ihor Radchenko
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

Update Woof! version at updates.orgmode.org? (was: [PATCH] org-manual.org: Update links to MathJax docs)

2022-08-22 Thread Ihor Radchenko
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

Re: org-mode compile issue this morning - how to report this?

2022-08-22 Thread Ihor Radchenko
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

Re: org-capture and fast selection of tags

2022-08-22 Thread Ihor Radchenko
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

Re: Best way to capture state change times that are *not* now?

2022-08-22 Thread David Masterson
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

Re: [QUESTION] How to specific image size attributes under headline scope?

2022-08-22 Thread Christopher M. Miles
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

Re: Auto-checking dead links in the manual (was: http: links in the manual)

2022-08-22 Thread Hendursaga
> 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

org-mode compile issue this morning - how to report this?

2022-08-22 Thread Daniel Ortmann
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

Best way to capture state change times that are *not* now?

2022-08-22 Thread David Masterson
'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

Re: [QUESTION] How to specific image size attributes under headline scope?

2022-08-22 Thread Timothy
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, >

Re: Auto-checking dead links in the manual (was: http: links in the manual)

2022-08-22 Thread Max Nikulin
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

applying patches

2022-08-22 Thread Max Nikulin
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

Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-22 Thread Max Nikulin
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

Re: :session for Julia in org babel?

2022-08-22 Thread Ihor Radchenko
"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

Re: Suspected bug: '#+STARTUP: indent' messes up inlinetasks' tag alignment

2022-08-22 Thread Ihor Radchenko
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

Re: [PATCH] org-export: Make results of named code blocks a valid link

2022-08-22 Thread Ihor Radchenko
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

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-22 Thread Max Nikulin
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.

Re: [PATCH] org-fast-tag-selection: Make group tags separator not break alignment

2022-08-22 Thread Ihor Radchenko
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,

Re: [PATCH] org-babel: Do not echo output of resolved noweb references

2022-08-22 Thread Ihor Radchenko
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

Re: [PATCH] org-manual: Document `org-babel-default-inline-header-args'

2022-08-22 Thread Ihor Radchenko
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

Re: Updating Emacs

2022-08-22 Thread Summer Emacs
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

Updating Emacs

2022-08-22 Thread Gerardo Moro
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

Re: :session for Julia in org babel?

2022-08-22 Thread Fraga, Eric
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