.
The specific section of TEC's config I shared contains ideas how to
implement multi-language pdflatex support.
Just something to consider.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://li
> (i.e. fontspec and polyglossia)
> 2.- The code specifically returns an empty string if (equal compiler
> "pdflatex")
No problem. I just pointed that there is preliminary work on pdflatex we
can refer to.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
gt; Hmm. Am I right in assuming LOG-BUF will be the *Messages* buffer?
No, it is "*Org PDF LaTeX Output*". See `org-latex-compile'.
> Also, will ERR-MSG be the *Warnings* buffer?
ERR-MSG is just a string. It has nothing to do with buffer. See the
docstring of `org-compile-file
ost probably :-)
Jack, may you take a look?
Maybe we should just document `org-agenda-default-appointment-duration'
to the manual?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.
x27;m not sure if outfile would be the filename.
The starting place is `org-compile-file'. Its LOG-BUF argument defines
where the compilation output is dumped.
You can augment that output with some information about which file is
being compiled and using which commands.
--
Ihor Radchenko // y
onfirmed.
This is because `server--process-filter-1' hard-codes passing the
argument through `expand-file-name', which can cause havoc for
especially unfortunate org-protocol strings.
I am afraid that fixing this would require non-trivial Emacs upstream
changes.
--
Ihor Radchenko // yan
no issues.
I do not think that it is a bug on Org side. Org correctly messages that
there are problems when exporting to pdf.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Ihor Radchenko writes:
> That sounds similar to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75209
> I believe that this particular issues should be fixed on development (main)
> branch. Could you test?
According to off-list discussion, there are no issues on main.
Canceled.
rmed. But not easy to fix.
This is similar case to
https://list.orgmode.org/orgmode/87k05i25lq.fsf@localhost/
At the point when `org-html-export-to-html' is invoked, the buffer
keywords are not yet parsed, and we cannot know the contents of the INFO
plist.
--
Ihor Radchenko // yantar92,
Org mo
ew options
override/augment the value. Instead of simply checking
:html-divs value, the code will consult :html-divs + the new
(overriding) options. Does it make sense?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support
ess.
A few remained. I cleaned them up.
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7eafc194d
Thanks!
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at &l
;; is non-nil and the datetree should be created at
> +;; the end of the file specified by expanded-file-path
There is no guarantee that it will be created at the end.
> + (pcase headline
> + ((pred not) (goto-char (point-max)))
Nitpick: `nu
(sleep-for 0.03))
> + ;; command finished, remove filter
> + (set-process-filter (get-buffer-process sql--buffer) nil)
This looks repetitive with the code in
`org-sql-session-comint-output-filter'. Could it be possible to avoid
code duplication?
>
Ihor Radchenko writes:
> ...
> https://tecosaur.github.io/emacs-config/config.html#font-collections
By the way, that page has a working setup for pdflatex + non-cyryllic
scripts ;)
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/&
se :path because it can break links that
have :: as a part of actual path (say, http links). We should also leave
:path in file links as historical case to avoid breakage.
Maybe we can also take this opportunity to use # as an alternative to ::
and naturally support https://example.com/#anch
rset as per 34.7 Character Sets section of Elisp manual)
Maybe we can then use `char-charset' instead of directly querying
`char-script-table'.
> Again, please go through the examples I attached as a ZIP to my message in
> the hope that they would show what I want to achieve from the
Yue Yi writes:
> ... I will try to submit some related patches or bug reports in the
> future.
If you encounter any difficulties or have questions, do not hesitate to ask me.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-elisp.html
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
g-latex-fontspec-config .
> +(("main" :font "Noto Serif")
> + ("sans" :font "Noto Sans")
> + ("mono" :font "Noto Sans Mono")
> + ("CJKmain" :font "Noto Serif CJK SC")
> + ("CJKsans&quo
ink that it is necessary, you should better just use
the idea with three separate keywords.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
e, may as well use rx for better
>> readability.
>
> Ah, this looks like a much better alternative. However, I'm not super
> familiar with rx, and would like to keep this refactoraization patch
> semantically equivalent to the old code. Do you mind if I do the rx
> change i
k-out)
+
+ ;; Check the limit case where the headline can't be displayed at all
+ (should
+ (equal
+" [0:00] "
+(org-test-with-temp-text
+"* This is a long headline blah blah blah"
+ (org-clock-in)
+ (prog1 (concat " "
+ (
I guess you should also update
https://orgmode.org/worg/worg-about.html#org00bd5c8
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https:
Ihor Radchenko writes:
> Mark Barton writes:
>
>>> May I know if you see this frequently?
>>
>> This is the first time I saw it, but I just compiled Emacs from master last
>> night. I usually compile a few times a week, so I will report again if it
>
Ihor Radchenko writes:
> The easiest solution is thus getting rid of the
> `org-babel-tangle-use-relative-file-links' branch in
> `org-babel-tangle--unbracketed-link'.
> ...
It has been a while since the last message in this thread.
Lei Zhe, do you need any furth
der if a modification of how keyword are parsed is necessary.
Yup. There is no such merge mechanism in ox.el machinery.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode&
ough, only when all three divs need to be set)
So, #+HTML_DIV_CONTENT/PREMABLE/POSTAMBLE: should also work.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
rg-latex-pdf-process' and `org-compile-file'.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
n when tab doesn't.
This might be related to the same issue you have with gc-lock.eld (race
condition between multiple Emacs instances). To confirm (and maybe solve
it for yourself), you can (1) add (setq org-element-cache-persistent nil)
to your config; (2) close emacs; (3) clean your org-
g in addition to alist.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Sébastien Gendre writes:
> If I debug the function `org-html-export-to-html', `ext-plist' is empty
> and so the function don't use the value of option `:html-extension' but
> of variable `org-html-extension' instead.
>
> Is it a bug, or is it planned ?
B
do not see any significant gain from consolidating
file+olp and file targets.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
l])\n\"\n Please report this to Org mode mailing list (M-x
> org-submit-bug-report).")
Thanks for reporting, but I am a bit confused.
In the subject line you say "gc-lock.eld", but judging from warnings,
you had some issue with parser.
Could you explain a bit what exactly hap
Version
> 3.24.49, cairo version 1.18.4)
> of 2025-03-30, modified by Debian
> Package: Org mode version 9.7.29 (9.7.29-79781b @
> /home/mba/.emacs.d/elpa/org-9.7.29/)
Thanks for reporting!
Do you see this warning frequently?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more a
first time sending a bug-report, so please pardon me if I
> make a stupid mistake or report something which was very obvious/ easy
> to solve. Thankyou so much for maintaining such a great package.
No mistakes. Do no worry. (And mistakes are allowed; this mailing list
is a kind of forum)
--
message as suggested in the warning. Hope this helps.
> ...
> Package: Org mode version 9.7.11 (release_9.7.11 @
> /usr/share/emacs/30.1/lisp/org/)
Thanks for reporting!
Could you upgrade to the latest Org mode version (9.7.29) and let me
know if you keep seeing the warning?
--
arser' you modify)
3. make sure that Org tests (make test) are not broken by your changes
4. Find the existing Org functions that should understand timezones,
share them here. We will then discuss how they should be modified.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Lear
(skip-when ...) will work inside `ert-deftest'
13. In `test-ob-csharp/additional-project-flags-are-respected'
I feel that you overdid lambdas. A simple `dolist' loop would do.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
r do something like removing the file specification and
> having file+olp cover its case.
We used to have file+datetree target, and a number of others. They have
been consolidated into a single file+olp+datetree in Org 9.1, 8 years ago.
See
https://list.orgmode.org/orgmode/CADn3Z2+AanLPvUO9E
the value of :html-divs to be a string (in addition to alist, as
now). Like ":preamble div preamble :content div content :postamble div
postamble"
This will require changing all the code that handles :html-divs
values. You will likely need to write a helper function transform
strin
valid-char-set)
Note that tag regexp is used manually in a number of places in Org
codebase. Search for "_@#%:" across Org codebase and see. All these
instances should be changed and ideally use the regexp constants instead
of hard-coded constants.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
ink that it will be more appropriate to call `org-html--reference'
directly rather than trying to repeat its logic. Same for headings.
Also, this is a breaking change, so please add a notice to etc/ORG-NEWS file.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode a
Ihor Radchenko writes:
>>> May you elaborate on the edge cases you encountered?
>>> It may be a good idea to add such cases to the tests as well.
>>
>> I think they all reduced to the case where adding the spaces increased
>> the minimum indent of the block, i
one comment - rather than creating a .pdf file in the same folder
with original .svg (which may or may not be writable), please use
org-persist cache. See
https://code.tecosaur.net/tec/org-mode/src/branch/dev/lisp/org-latex-preview.el#L2973
for an example how to do it.
--
Ihor Radchenko // yantar92
e, which
> could be better implemented I am sure:
> ...
Maybe. Or not. Depends on preferences. Some users do not like keeping
selection. If you want this feature, you can add support of
`org-edit-keep-region' to `org-comment-dwim'.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Raoul Comninos writes:
> My sincerest apologies. I will be more mindful about this in future. It's a
> combination of habit and Gmail defaults. I will consider switching to an
> email program that makes bottom-posting easier.
See https://useplaintext.email/#gmail-web
--
as well be written via
(eval-after-load 'org
(progn ))
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
ou can always bind it to a free binding. For example, C-c
bindings are all free. They are reserved for users and should not be
used by major modes.
Alternatively, you can enable/disable your hook depending on
current-prefix-arg value.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn m
de.org/e1uckb1-00062j...@lists.gnu.org/
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
adline':
> should we change that function to handle the case of its argument being
> a function that returns nil or have that handling in
> `org-capture-set-target-location'?
`org-capture-expand-headline' serves the same purpose as
`org-capture-expand-olp' - helper functi
t is that
this video and the video from previous patch may be merged into one item
in the WORG page. "Org-mode video tutorials by Raoul Comninos" will
become "Org-mode video tutorials by Raoul Comninos. part1, part2" or
something along those lines.
--
Ihor Radchenko // yantar92,
Or
agenda-related videos. (refiling is possible from agenda, but you do
not seem to cover this).
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
www.example.com
> ftp://ftp.example.com
> mailto:u...@rashi.com
> file:///C:/Users/Name/Documents/file.txt
> tel:+1234567890
> #+end_example
You can, if you manually remove the fontification by hooking into
font-lock settings. But plain links being highlighted in verbatim text
is a *feature*.
>
> :PROPERTIES:
> ...
> What's the reason for showing the commas?
I see no reason.
If you look into git history of that file, you will see that this file
had more problems like what you noticed. This particular code block was
missed during the cleanup in https://git.sr.ht/~bzg/w
Rudolf Adamkovič writes:
> Ihor Radchenko writes:
>
>> Rudolf, did you have a chance to look into this request?
>
> Sorry, I did not reply because I had nothing to add. The feature would
> be useful, and it all comes down to /not/ adding yet another snowflake
> to the
cular keybinding I must have fat-fingered to trigger the error.
Thanks for reporting!
You seemingly called an Org function that expected an Org mode buffer inside
Python buffer somehow.
Or maybe one of your packages did.
Or (unlikely), Org did.
If this keeps appearing regularly, we can investi
Hi,
What is this patch about?
Is it a continuation of
https://list.orgmode.org/102561680.13634571.1746363977973.javamail.zim...@mweb.co.za/T/#t
thread?
Note that I have already applied the patch there in commit bbea0983.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org
undecided here tbh. I will however
> adapt the code accordingly and add an appropriate test.
Most babel packages are rather lax on yes/no. Often, something like
:header-arg (lisp-expr ...), when evaluates to non-nil and not "no", is
treated as "yes". So, what you do is fine
command and maybe hook it to
org-shiftright-hook / org-shiftleft-hook.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Your version suffers from the same problem solved in this patch.
I expect that you will merge the patch as needed when syncing the branch
with upstream.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https
is listing packages that are not available in
repositories.
Also, ox-reveal (last updated 3 years ago) is probably superseded by
https://gitlab.com/oer/org-re-reveal
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
tline-path))
We should keep outline path processing inside
`org-capture-expand-olp'. Duplicating logic is a bad idea.
Otherwise, something along those lines, yes.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Ihor Radchenko writes:
>> -**
>> +**
>
> This is a stray change that affects markup. Space after stars
> matters. Without space, it won't be a heading.
Applied, after getting rid of that change.
https://git.sr.ht/~bzg/worg/commit/0c8fc861
--
Ihor Radchenko // yan
Raoul Comninos writes:
> This patch archives a completed bug task that seems fixed.
> -**
> +**
This is a stray change that affects markup. Space after stars
matters. Without space, it won't be a heading.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more abo
L, hovering the mouse over such a link remote-highlights the
corresponding code line(4), which is kind of cool.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
o
macs-devel/897ed591-43bc-4029-912a-917e5e9f6...@gmail.com/
That's not quite literate config, but the UI can be done via Org mode as well.
> By the way, do you use org to configure Emacs ?
I configure everything
https://github.com/yantar92/emacs-config/
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
quot;
:time-prompt t)))
2. cd /path/to/org/git/repo
3. make repro REPRO_ARGS="-l /tmp/bug.el"
4. M-x org-capture RET t +1 RET test C-c C-c
5. C-x C-f /tmp/bug.org
6. Observe
* 2025
** 2025-05 May
*** 2025-05-04 Sunday
TODO test
[2025-05-04 Sun 13:51]
No issues on my side using the latest main branch (Org 9.8-pre)
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
up my running emacs until the process has completed (which apears
> odd to me so I'm probably missing something).
That section does not suggest emacsclient. I uses emacs -batch.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>
necessary).
Using meaningful chunking tends to improve vector search and LLM
performance _a lot_.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
WORG. At least, it may be
worth it to add this comment to the todo file.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Sébastien Gendre writes:
> Ihor Radchenko writes:
>
>> But only update the manual for options already discussed there.
>
> By "there", you mean in the manual or in the mailing list ?
Sorry for the confusion.
What I mean is simple:
1. You go through all the expo
in, after adding news entry and updating the commit
message.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f2ec3c2eb5
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.
Ihor Radchenko writes:
>> (file+olp+datetree
>> function-returning-file-path function-returning-list-of-strings)
>
> This form is actually supported. Just not documented. You can already
> put a function there.
I now clarified this (on main) in the docstr
Ihor Radchenko writes:
>> Do you know other options I need to skip ?
>
> No idea :) I had to dig the list archives for this one.
> It is case-by-case consideration.
Practically speaking, you can just change all the options, as we
discussed. But only update the manual for
Sébastien Gendre writes:
> So, no modification of the option
> `:html-allow-name-attribute-in-anchors' ?
Yes, I think.
> Do you know other options I need to skip ?
No idea :) I had to dig the list archives for this one.
It is case-by-case consideration.
--
Ihor Radchenko //
sed on keymaps and does not support the usual -k
functionality.
The best you can do is (mapcar #'org-export-backend-menu
org-export-registered-backends)
or examine the source code of individual backends.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <http
/
because non-nil value of `org-html-allow-name-attribute-in-anchors' is
basically introducing an obsolete (in HTML5) tag parameter.
That was 11 years ago...
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org develo
strings)
This form is actually supported. Just not documented. You can already
put a function there.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
Fixed. (as much as it can be fixed on Org side)
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
t; [2025-05-01 Thu 00:00]
> [[file:~/org/superbug.org::*redacted][redacted]]
I am unable to reproduce.
Could you try to provide steps to replicate your problem starting from
emacs -Q? See https://orgmode.org/manual/Feedback.html#Feedback
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
lso added you to the contributor list.
https://git.sr.ht/~bzg/worg/commit/c94831b0
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
car prop)
> 'geometry)) list-of-attr))
And you can use `alist-get' rather than directly scanning an alist.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
ast, \usepackage{svg} requires inkscape and cannot use anything
else (AFAIK).
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
ht/~bzg/worg/commit/f8cd77344d1e15229dd71f9048f1c867039466fa
Note how I just put changelog headers, but only describe what is done on
the first line of the commit message.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at &
will record two points in undo history vs. a
single point in Emacs 31+ (because of `goto-char'). This is a subtle
difference that matters for us.
Conclusion: let's not touch the working code just for the sake of
refactoring. It is way too brittle.
--
Ihor Radchenko // yantar92,
Org mod
makes these pages easier to read.
I would personally just not spend too much time on this when there is a
choice between proofreading the texts and adding/fixing the actual
content.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/
ometimes.
P.S. Please avoid top-posting. See
https://orgmode.org/worg/org-mailing-list.html#org4778c4c
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
ried, but is there a way to call
> org-batch-store-agenda-views from the command line that allows me to run it
> the background in a cron tab?
See 11.7 Exporting Agenda Views section of the manual. It has an example
how to do what you want.
--
Ihor Radchenko // yantar92,
Org mode maintainer
If you want development version while using ELPA, try ELPA-devel.
See https://protesilaos.com/codelog/2022-05-13-emacs-elpa-devel/
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mod
nd \usepackage{svg} and instead
convert svg->pdf ourselves, without forcing users to provide
--shell-escape? Even in LuaLaTeX, where --shell-escape is not neccesary,
svg may not render correctly without inkscape.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org m
eems you would prefer more
> precise comments where every change is documented according to its category?
Yes. Although, in this particular case, it could suffice if you said
"Fix several grammatical and stylistic errors". Stylistic change is not
far from grammatical fixes. (But, since
ight behaves just as its docstring describes:
...
- on an item, switch entire list to the next bullet type
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mo
headline level"
Thanks!
Applied, onto main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=75f3cad71e
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/or
he commit message.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=75adbec2bf
I also added you to the contributor list.
https://git.sr.ht/~bzg/worg/commit/63ef81fe
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org develop
ly is the grammatical error you are trying
to fix here? Or do you mean that the style is not good?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
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>
tra safe)
>> 6. Re-apply a different version of 452584d9db53
>>obsoleting org-replace-buffer-contents by org-replace-region-contents
>>*only on main*
>
> Looks reasonable to me. Thank you.
I have executed steps 1-4.
May you help with backporting Stefan's commi
nly on main*
>From 3b0f08f8424b3fa2acc53a424e9ba2a97997fa1c Mon Sep 17 00:00:00 2001
Message-ID: <3b0f08f8424b3fa2acc53a424e9ba2a97997fa1c.1746169430.git.yanta...@posteo.net>
From: Ihor Radchenko
Date: Fri, 2 May 2025 09:01:56 +0200
Subject: [PATCH] org-replace-buffer-contents: Do not use obsolete
`replace
ing the second commit but not the initial.
Could you probably squash the commits ahead of origin/main (the
upstream) and create a unified patch that I can apply?
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at
Ihor Radchenko writes:
> That looks like a good optional addition.
>
>> If you're open to a patch, how do you like my implementation in the linked
>> package? I'm happy to take a different approach if you prefer something else.
>> ...
>> [2] https://githu
Ihor Radchenko writes:
>> Texinfo allows one to create new named indices using `@defindex NAME`,
>> which can then be used via `@NAMEindex`. I have been experimenting with
>> different ways of supporting this.
>
> Looks like a reasonable addition.
> CCing the ne
1 - 100 of 8434 matches
Mail list logo