Thx, /PA
On Sun, 27 Apr 2025 at 07:50, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > I have pushed a modified version of Juan Manuel Macías' char-set listing
> > function. You can try it out from the scratch buffer with
>
> Note that you do not need to announce every singl
* Ihor Radchenko [2025-04-26 20:59]:
> Jean Louis writes:
>
> >> Is the source code available anywhere?
> >
> > Of course it is available on request but my system is too complex. I would
> > like to make the simpler system and first I need to find some binary vector
> > database or easiest way
Pedro Andres Aranda Gutierrez writes:
> I have pushed a modified version of Juan Manuel Macías' char-set listing
> function. You can try it out from the scratch buffer with
Note that you do not need to announce every single new function in
ORG-NEWS file. Internal functions (with --) do not need
Worg is the community-driven documentation for Org. It complements the
Org reference manual as a resource that many users consult, with about
~1K views per day.
Worg is a Git repository consisting of .org files:
https://git.sr.ht/~bzg/worg.
Worg files are exported as HTML and published to orgmode
Dear all,
Oe push a day to keep git happy ;-)
I have pushed a modified version of Juan Manuel Macías' char-set listing
function. You can try it out from the scratch buffer with
--- cut here ---
(require 'ox-latex)
(defun test()
(interactive)
(message "Scripts: %s" (org-latex--get-doc-script
On 2025-04-20 13:27, Ihor Radchenko wrote:
> Although, I would add some comments to the code, decrypting what 5 and 7
> refer to.
Done, and a bit more.
> Not that hard. All you need is to re-implement your reproducer in pure
> Elisp. Even a single test will do.
Here I could not resist to add m
Suppose my cwd is at the top-level of the Org Git repo.
- How would I byte-compile a single Org source? Any make target
available for that?
I use this to byte-compile "org.el" after changes:
~/work/emacs-master/src/emacs --batch -L lisp --eval '(byte-compile-file
"lisp/org.el")'
but
Jean Louis writes:
>> Is the source code available anywhere?
>
> Of course it is available on request but my system is too complex. I would
> like to make the simpler system and first I need to find some binary vector
> database or easiest way to install the vector database maybe with the
> Po
Ihor Radchenko writes:
> I have addressed the poor performance of `file-truename' and
> `find-buffer-visiting' in
> https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b7a737ef49e
> That commit should be a part of Emacs 30.1 release, while you are on
> Emacs 30.0.50 pre-release. Try to upgrad
Hi list
I have the following org file
#+TITLE: Some title
#+INCLUDE: another.org
* Some section
Some content.
Where the file another.org only contains some section.
When I export this to html the TOC is missing, commenting out the
#+INCLUDE the TOC is correctly exported
Dear all,
I have pushed a *highly experimental* branch to the git repo called
feature/all-tex-fonts to try to crystallise our discussions into something
more material.
WARNING: It'll take a couple of days before it provides a first functional
implementation.
TIA for any feedback,
/PA
--
Fragen
kevin lucas writes:
> #+begin_src sage
> %gp primepi(666)
> #+end_src
>
> and get the result in my org buffer.
>
> I would like to have the ability to do something similar with
> multiline scripts, since Sage also provides interfaces for multiple
> lines via `%%` methods. When I try to use e.g. t
12 matches
Mail list logo