Dear maintainers,
both the link to the English reference card as .pdf as well as the
plain ASCII version mentioned on https://orgmode.org/worg/ are
inaccessible. (Not affected are the English .html and French (.tex,
.pdf)). At present, the last blue link to access the document
archive.org points
Max Nikulin writes:
> On 16/05/2022 18:57, Ihor Radchenko wrote:
>> Craig STCR writes:
>>> But with the new form in 9.5.3, /home/user/myscript is opened by
>>> /bin/less, not emacs. I assume mailcap is not consulted. Which does
>>> not work well. These behaviors are only for org. Outside of o
Craig STCR writes:
> I know your time is valuable. No need for you to spend a lot of time on
> this if I am the only one having this problem. It could be some random
> artifact in my installation, maybe something in my ~/.emacs. My
> ~/.emacs has a lot in it. And I have a work-around, sinc
Sébastien Gendre writes:
> I want to use Org-mode to manage a reading list and I'm looking for
> tips.
>
> My goals are to:
> * List books and articles I want to read
> * Track books I have to buy and which I already own
> * Track books and articles I have read
> * Take notes on books I h
Daniel Fleischer writes:
> Have `elpy' installed with enabled fringe markers (have
> `elpy-folding-fringe-indicators' non-nil). Then try to export, say to
> HTML. I get the error
>
> cons: Args out of range: " ", 0, -3
Can you set debug-on-error to t and share the full backtrace?
Best,
Ihor
Shankar Rao writes:
> Using ``org-speed-command-add'', I don't have to be concerned with
> whether or not a given key is already present in
> ``org-speed-commands''.
Sure. However, the same can be achieved with fairly simple Elisp, as you
saw in the earlier messages. I do not clearly see how a s
Hi
I have a strange problem. Till recently the following worked
File x.org
,
|
| * Table
| :PROPERTIES:
| :ID: test-table
| :END:
|
| | Nombres ||
| |-+|
| | User4 | 10 |
| | User5 ||
| | User6 | 12 |
`
Running org-id-update-id-locations
and then swit
>>> "UB" == Uwe Brauer writes:
> Hi
> I have a strange problem. Till recently the following worked
> File x.org
> ,
> |
> | * Table
> | :PROPERTIES:
> | :ID: test-table
> | :END:
> |
> | | Nombres ||
> | |-+|
> | | User4 | 10 |
> | | User5 ||
> | | User6 |
On 18/05/2022 18:36, Ihor Radchenko wrote:
Max Nikulin writes:
Sounds reasonable. However I just have tried a [[file:~/path/to/script]]
link running Org main HEAD and the file is opened in emacs (26.3) other
window.
The behaviour is dependent on the OS-level mailcap defaults. What does
(mailc
On 18/05/2022 00:56, Juan Manuel Macías wrote:
Max Nikulin writes:
Do termux and emacs build for it have support of D-Bus or notify-send
binary?
I'm not sure, but I would say yes, because Termux has a repository for
X11 applications and to be able to run desktop environments and
graphical app
Ihor Radchenko [2022-05-18 Wed 20:54] wrote:
> Can you set debug-on-error to t and share the full backtrace?
Attached.
Debugger entered--Lisp error: (args-out-of-range " " 0 -3)
substring(" " 0 -3)
(cons (substring text strpos addpos) textlist)
(setq textlist (cons (substring text strpos a
Guillaume MULLER writes:
> Hi,
>
> I noticed that hitting Meta-Return in org in Doom does not behave as
> in Vanilla Emacs. If I have (with <> being the cursor):
>
> * outline 1
> ** outline 2
> + no<>te1
> + note2
>
> In Vanilla Emacs, hitting M-Ret (i.e. calling org-meta-return) resulted in
I’m running Emacs 28.1 under macOS 12.4 and want to create tables from Python
code blocks that can be exported to either LaTeX or HTML. The simplest way to
do this seems to be to generate the output as an org table, and using the
built-in version of org (9.4.6 (9.4.6-798-g738759.dirty-elpaplus @
I use a function in an after execute hook for this:
https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L205
This works on a subtree, which has been fine for me. You could adapt it to
only work in the results section.
John
---
Professor John Kitchin (he/h
Thanks for the suggestion, John. I’ve tried playing around with this, and am I
right that it seems to have trouble when execution is asynchronous?
> On May 18, 2022, at 1:16 PM, John Kitchin wrote:
>
> I use a function in an after execute hook for this:
> https://github.com/jkitchin/scimax/blo
I would guess it could. I don't do anything asynchronous, and I am not sure
when org-babel-after-execute-hook runs, if it is immediately there is no
table to clean up I suppose. It is not necessary to run on a subtree, but
on a very large document you probably don't want to do org-element-parse
of
Dear Orgers,
Just pushed the little feature "RET to go from overlay to edit buffer".
As always complaints and comments are welcome.
Ciao,
--
Marco
A bit more experimenting shows that asynchronous execution is actually a part
of my original problem. By default, I have jupyter-python blocks running
asynchronously. In that case, the tables don’t format quite right, as I noted.
But if I add the header ":async nil", the table comes out fine. Ta
Hi! I've recently started using org mode, and have loved pretty much every
step of it. Thanks for all your work!
I just discovered the power of tables and spreadsheets and started toying
around with it, but there are a few things I can't get to work the way I
want. Would someone please help me
Hello all,
I've had this project functionally completed for a while and it works
quite well for me. It's "yet another alert package for org", which
supports Termux. I saw a discussion here a couple days ago about using
Termux and I thought some people in this group might be interested.
If you w
Marco Wahl writes:
> Dear Orgers,
>
> Just pushed the little feature "RET to go from overlay to edit buffer".
>
> As always complaints and comments are welcome.
Two comments:
1. It would make sense to mention the new key binding in NEWS
2. org-edit-src-goto binding is slightly confusing given t
21 matches
Mail list logo