Hello. An excerpt of the page
https://orgmode.org/manual/Installation.html
is
Using Emacs packaging system
Recent Emacs distributions include a packaging system which lets you
install Elisp libraries. You can install Org from the “package menu”,
with M-x list-packages. See Packag
Frederic Santos writes:
> I noted that, roughly since the first updates of the Org 9.7.x series,
> ob-R.el produces outputs that have alignment issues in the first line of
> the output, if and only if the code block includes several lines of
> code.
>
> For instance, here is a code block includin
ParetoOptimal writes:
> Problem: Running two shell source blocks with the same session doesn't
> properly extract out results from the sentinel value relating to each
> respective source block.
>
> This could be a known issue which might make this an enhancement request
> rather than a bug report
Robert Klein writes:
> When I have an emphasized section with a macro inside and the macro
> contains the emphasis delimiter, macro expansion is broken (i.e. doesn't
> happen, it is exported verbatim, including the braces and the macro name).
>
> In for / and * the emphasis section ends where th
Jordan Ellis Coppard writes:
> I tried orc-toc out and invoked org-toc-mode which resulted in my org
> mode file being shown raw, so I restarted Emacs. Emacs auto-saved my org
> mode file and when attempting to load it (without org-toc loaded) the
> combination of the various prompts for file loc
Avraham Pinkas writes:
> dafsum is a compressed version.
> ...
>> running C-u C-c C-x f s fails with "Lisp nesting exceeds
>> max-lisp-evel-deapth". I have tried increasing it very high, & emacs
>> crashed with a stack overflow. (all export fails too.)
Thanks for reporting!
Fixed, on main.
https
This outputs
#+RESULTS:
| (linenum:0, |
| 4 |
I suppose the issue is the "linenum:0". In fact, running any of the test
src blocks does that, e.g.
#+begin_src maxima :results verbatim :batch batch
(assume(z>0),
integrate(exp(-t)*t^z, t, 0, inf));
#+end_src
#+RESULTS:
#+begin_example
(lin
John C writes:
> Thanks for the feedback. I incorporated some of your suggestions for
> org-mode. I'll add the examples to https://git.sr.ht/~bzg/worg once
> the changes become part of org-mode.
Thanks for the update!
> Regarding (defvar org-babel-default-header-args:matlab '((:session .
> "*MA
Nathaniel Nicandro writes:
> I've gotten around to working on this again. Sorry for the long
> periods between updates.
No problem.
Thanks for the update!
I will need some time to review the patch. It would be helpful for the
review if all the functions had a docstring and the data structure f
Sébastien Gendre writes:
> But I need to define the criteria of selection.
> Here is my suggestion:
>
> - Libre Software
>
> - Exist for more than a few years
>
> - Still maintained
>
+1
> - Can index content from command line
>
> - Can search with only frontend components (no backend needed)
Stefan Monnier writes:
> Would the 100% untested patch below make sense?
> ...
> +(if (fboundp 'major-mode-remap)
> +(major-mode-remap mode)
> + mode)))
Thanks!
Applied, onto main, after adding proper commit message.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?i
>> Would the 100% untested patch below make sense?
>> ...
>> +(if (fboundp 'major-mode-remap)
>> +(major-mode-remap mode)
>> + mode)))
>
> Thanks!
> Applied, onto main, after adding proper commit message.
Oh! Wonderful, thanks Ihor!
Stefan
Amy Grinn writes:
> I want to export a document with a different encoding to ODT. The file
> has a buffer coding system of 'utf-8-with-signature-unix' and exports to
> other formats, such as HTML, well. No errors occur when exporting to
> odt, these are all the messages that are printed:
> ...
>
Benjamin McMillan writes:
> Sure, a call of
> maxima --version
> returns
> Maxima 5.47.0
I have the same and all the tests are passing.
Might be something Mac-related.
What if you try
1. M-: (require 'ob-maxima)
2. Evaluate the following src block
#+begin_src maxima :var s=4
print(s);
#+end_
Avraham Pinkas writes:
> whenever exporting to ODT, the result is a left-to-right file, disregarding
> the right-to-left-mark (as entered by C-x 8 RET 200f RET).
> I remember that in a previous version of emacs it worked.
> This applies to all files I have tried (hebrew).
Thanks for reporting!
M
Karthik Chikmagalur writes:
>>> I'm using texinfo 7.1 now, the pdf build is still failing when I try
>>> "make docs", with the same errors. Not sure what to do now.
>>
>> May you please try to create a reproducer then?
>> Starting from a freshly cloned Org repo.
>
> Here's what I get when I run
Tor-björn Claesson writes:
> Ah, then it has to go. Here comes a fixed patch. ...
Thanks.
See my comments below.
> +*** Menu for choosing how to follow citations
Maybe "New transient menu when following citations"
> +Following citations with the org-cite-basic citation backend can now present
Jan Rehders writes:
> I wrote a package called org-menu which uses transient to add a
> discoverable menu to Orgmode. It's a bit of a mix of a modal editing
> mode or speed commands and a Magit style hierarchical menu to find
> less frequently used commands. I'd like to start a discussion here
>
18 matches
Mail list logo