Re: [PATCH] Re: No mathematics in Texinfo exports

2022-06-24 Thread Ihor Radchenko
Rudolf Adamkovič writes: > After thinking about this for a while, I realized I do not know when I > will have the time to implement the proposed improvements. So I wonder, > should we merge what we have, with the feature disabled by default using > the existing customization variable? That

Re: [PATCH] Avoid treating a number as an enum in manual

2022-06-24 Thread Ihor Radchenko
Stefan Kangas writes: > In "(org) Agenda Dispatcher", we have the following incorrect part: > > A prefix argument can be used > to specify the number of context lines for each match, default is > @enumerate > @item > @end enumerate Thanks! Applied onto main via db3870bfc

Re: Eshell automatically inserting spurious tabs

2022-06-24 Thread Ihor Radchenko
Alessandro Bertulli writes: > I noticed that, when using eshell, sometimes Emacs inserts some non > requested tabs. For instance, let's say I have: > ... Note that you are writing to the mailing list dedicate to Org mode. Your issue does not appear relevant. You may have better luck asking

Re: Missing from Info

2022-06-24 Thread Ihor Radchenko
Colin Baxter writes: > > I do not see much improvement using your variant as well. Also, > > note that, for example, Elisp manual is full of constructs like > > what we are discussing. > > The line could be removed? Then we will lose an important information. I personally do not

Re: [BUG] manual: confusing example of adding attributes to a link (affiliated keywords)

2022-06-24 Thread Ihor Radchenko
Max Nikulin writes: > Org Manual in info "(org) Links in HTML export" > https://orgmode.org/manual/Links-in-HTML-export.html has the following > example: > >> Org files can also have special directives to the HTML export >> back-end. For example, by using ‘#+ATTR_HTML’ lines to specify new >>

Re: [PATCH] Re: Change in `org-cycle-hook' breaks behavior

2022-06-24 Thread Ihor Radchenko
Ihor Radchenko writes: > A more efficient way could be introducing a new customization similar to > org-cycle-hide-block-startup. Say, it can be > org-cycle-hide-drawer-startup. See the attached patch. Applied onto main via bcfed0f34. Best, Ihor

Re: ox-latex table tabbing support.

2022-06-24 Thread Ihor Radchenko
em...@vergauwen.me writes: > Hi Robert,  > I used the instructions provide on  > https://orgmode.org/worg/org-contribute.html#first-patch. > For me, it was a first too, send a patch via email. Can I  > prevent these issues in the future or use a different method > to send my patches? I think we

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ihor Radchenko
Ypo writes: > elisp-bug-hunter sadly seems to have some bug, so I can't use it > interactively anymore. > > https://github.com/Malabarba/elisp-bug-hunter/issues/29 > > You are right, about the .org files though. I haven't seen any issues using M-x bug-hunter-init-file. I follow the procedure

Re: Orgmode plain list bullet : change automatically with list depth

2022-06-24 Thread Ihor Radchenko
DEBRY.Edouard writes: > if I perform Alt-leftarrow on mmd, this element is shift on the left > but then the whole list is turned into : > - first >- ssdsd >- mmd > - second > > Is there a way to avoid that ? I am unable to reproduce on the latest main and bugfix. Best, Ihor

Org inside LaTeX (a poor man's approach with LuaTeX)

2022-06-24 Thread Juan Manuel Macías
Hi all, I know some old school LaTeX users who are interested in giving Org a try, but seem to have a hard time getting out of their LaTeX comfort zone. So I thought maybe it wouldn't be a bad idea to invite them to try some Org doses without leaving LaTeX. I got the idea from the LaTeX markdown

Re: Tribute to org-anki

2022-06-24 Thread Ypo
Better video quality, I hope: https://youtu.be/JyXaGiaCeOA El 25/06/2022 a las 3:40, Ypo escribió: I am studying a matter and I wanted to make some tests. I've found that org-anki allows to use org-mode notes to generate anki flashcards, so I could

Tribute to org-anki

2022-06-24 Thread Ypo
I am studying a matter and I wanted to make some tests. I've found that org-anki allows to use org-mode notes to generate anki flashcards, so I could play with them on the mobile. I've done a video as tribute to org-anki, quite poor, but in 7 minutes I

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi João: Oantolin no doubt can speak to Embark much better but my present understanding is that it is a toolkit package for generating contextual popup or completion menus with a few standard context menus included. Hyperbole is a much broader personal information management environment, one

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Hi Ihor. elisp-bug-hunter sadly seems to have some bug, so I can't use it interactively anymore. https://github.com/Malabarba/elisp-bug-hunter/issues/29 You are right, about the .org files though. Thanks El 25/06/2022 a las 2:53, Ihor Radchenko escribió: Ypo writes: Yes, I tried your

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ihor Radchenko
Ypo writes: > Yes, I tried your assertion for bug-hunter, but it didn't work. > > (unless (eq 'universal-argument (keymap-lookup global-map "C-u")) > (error "C-u has been redefined")) You can also bisect interactively instead of using assertion. Note that your assertion is not expected

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Thanks, Greg. Yes, I wanted to jump to the mark with C-u C-SPC. Thanks El 24/06/2022 a las 18:06, Greg Minshall escribió: Ypo, fwiw, [C-h k C-SPC] has a paragraph that says With prefix argument (e.g., C-u C-SPC), jump to the mark, and set the mark from position popped off the local mark

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Hi, Bruno Yes, I tried your assertion for bug-hunter, but it didn't work. (unless (eq 'universal-argument (keymap-lookup global-map "C-u")) (error "C-u has been redefined")) And you are right: In Emacs with -Q, C-u C-SPC works, but describe-key C-u C-SPC doesn't work. Probably, in

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi Juan: Thanks for the positive thoughts on Hyperbole. I must say everyone here has a great attitude and writes thoughtfully from what I have seen. It seems like you are off to a good start utilizing core features as you get familiar with them and then adding on across time. We do like avy

Re: [PATCH] Re: No mathematics in Texinfo exports

2022-06-24 Thread Rudolf Adamkovič
Ihor Radchenko writes: > First of all, checking version should probably be controlled by some > customization. Especially when we export to .texi (which does not > involve calling makeinfo), not to .info. > > This customization might be set to 'auto by default, making ox-texinfo > check makeinfo

Re: ox-latex table tabbing support.

2022-06-24 Thread General discussions about Org-mode.
Hi Robert,  I used the instructions provide on  https://orgmode.org/worg/org-contribute.html#first-patch. For me, it was a first too, send a patch via email. Can I  prevent these issues in the future or use a different method to send my patches? Kind regardes, Bob  -- Sent with Tutanota, enjoy

Re: Org and Hyperbole

2022-06-24 Thread João Pedro
Hey Robert. Thanks for coming here to offer to clarify any doubts people have regarding Hyperbole. I haven't been interacting with the thread, but I've been lurking about and I've tried Hyperbole in the past, but couldn't precisely figure out its use case in my particular workflow, so I gave up

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Bruno Barbier
Ypo writes: > C-h k C-u C-SPC returns: > > C-u C-SPC is undefined In my emacs (28 and 29), with or without "-Q": C-h k C-u => (universal-argument) My emacs doesn't let me query: C-h k C-u C-SPC What about your question about debugging in the other thread ? Did you try what I

[PATCH] Avoid treating a number as an enum in manual

2022-06-24 Thread Stefan Kangas
In "(org) Agenda Dispatcher", we have the following incorrect part: A prefix argument can be used to specify the number of context lines for each match, default is @enumerate @item @end enumerate The attached patch should fix this. From

Re: ox-latex table tabbing support.

2022-06-24 Thread Daniel Fleischer
Robert Pluim [2022-06-24 Fri 17:01] wrote: > git commit --author='Bob Vergauwen ' > > which would show you as the committer, and Bob as the author. Thanks for the tip; I wasn't aware one can use any identity to author a commit. Perhaps that's why there's an option to do GPG signing in git.

Re: C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Greg Minshall
Ypo, fwiw, [C-h k C-SPC] has a paragraph that says With prefix argument (e.g., C-u C-SPC), jump to the mark, and set the mark from position popped off the local mark ring (this does not affect the global mark ring). Use C-x C-@ to jump to a mark popped off the global mark ring (see

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
> On Fri, 24 Jun 2022 17:20:37 +0300, Daniel Fleischer > said: Daniel> Robert Pluim [2022-06-24 Fri 15:37] wrote: >> Hi Daniel, I see this was committed with you as Author: and Bob as >> Created-by:, which is somewhat unusual. I canʼt find anything about >> Created-by

Re: Orgmode plain list bullet : change automatically with list depth

2022-06-24 Thread DEBRY . Edouard
The only trouble with this is that if I have a list with both numbers and bullets : 1. first - ssdsd - mmd 2. second if I perform Alt-leftarrow on mmd, this element is shift on the left but then the whole list is turned into : - first - ssdsd - mmd - second Is there a

Eshell automatically inserting spurious tabs

2022-06-24 Thread Alessandro Bertulli
Hi all! I noticed that, when using eshell, sometimes Emacs inserts some non requested tabs. For instance, let's say I have: ~ $ <--> I can type her normally But let's say I'm passing a parameter between quotes, like 'echo "something"'. When I type the quotes ("),

Re: Org and Hyperbole

2022-06-24 Thread Juan Manuel Macías
Hi, Robert, First of all, welcome to the list. And of course congratulations on all the great work you've done with hyperbole. In my ignorance, when I recently installed it from ELPA, I thought it was a relatively recent package. But it seems that you have been developing it for a long time,

Re: ox-latex table tabbing support.

2022-06-24 Thread Daniel Fleischer
Robert Pluim [2022-06-24 Fri 15:37] wrote: > Hi Daniel, I see this was committed with you as Author: and Bob as > Created-by:, which is somewhat unusual. I canʼt find anything about > Created-by in the descriptions of org-mode's processes (and this is > the only instance I can see in the commit

Re: ox-latex table tabbing support.

2022-06-24 Thread Robert Pluim
> On Tue, 21 Jun 2022 07:43:12 +0300, Daniel Fleischer > said: Daniel> Hi Bob, Daniel> Thank you very much for the patch. It was merged to master in 4a0d951c. Daniel> Also, you were added to the orgmode contributes at Daniel> https://orgmode.org/worg/contributors.html.

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi Jonathan: Yes, the backlink issue is one of the reasons we have not focused on moving kcells with permanent hyperlink anchors from one file to another. We generally feel that the context of kcells within an outline is important and thus should stay as a unit. You obviously can and do link to

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi Tim: Great to see you working with Org and Hyperbole together. It is funny you mention a dashboard as that is the main next feature we are working on for Hyperbole. Presently, there is a 'personal button file' that serves as your launch pad for any commonly used hyperbuttons, accessed with

Re: [PATCH] oc-basic.el: Stringify year from CSL-JSON date-parts

2022-06-24 Thread Ihor Radchenko
David Lukeš writes: > Thanks! OK, will do, thanks for letting me know. Note that FSF should reply within 5 working days. If they do not, feel free to ask here for further assistance. Best, Ihor

Re: [PATCH] oc-basic.el: Stringify year from CSL-JSON date-parts

2022-06-24 Thread David Lukeš
Thanks! OK, will do, thanks for letting me know. David

Re: Org and Hyperbole

2022-06-24 Thread indieterminacy
Hi Robert, On 24-06-2022 07:34, Robert Weiner wrote: Hi Samuel: On Jun 24, 2022, at 12:32 AM, Samuel Wales wrote: hi robert, welcome to the org list and thanks for your offer. for starters, does hyperbole have any concept of links that are: - unbreakable [like org-id] This one is not

Re: Org and Hyperbole

2022-06-24 Thread Robert Weiner
Hi Samuel: > On Jun 24, 2022, at 12:32 AM, Samuel Wales wrote: > > hi robert, welcome to the org list and thanks for your offer. > > for starters, does hyperbole have any concept of links that are: > > - unbreakable [like org-id] This one is not so simple to answer. Hyperbole only uses

Customizing org-columns-modify-value-for-display-function to shorten time-stamps in colview

2022-06-24 Thread Mekeor Melire
Hello, I'm trying to customize org-columns-modify-value-for-display-function in order to change how time-stamps are displayed. I tried this kind of function: --8<---cut here---start->8--- (lambda (column-title value) (pcase column-title ((or "SCHEDULED"

C-SPC works; C-u C-SPC doesn't. How could be?

2022-06-24 Thread Ypo
Hi I have a weird problem that only happens in org-mode. I know very little, but I can't think how could this could be possible: C-SPC works, but C-u C-SPC doesn't work. In emacs -q it works as it should, though. C-h k C-SPC returns: C-SPC runs the command set-mark-command (found in

Re: Org and Hyperbole

2022-06-24 Thread Tim Cross
Hi Robert, welcome to the list. I find hyperbole very interesting and am trying it out now. I can see a few areas where I think it may augment my current org based workflows and development tasks. One thing I will be looking at is how well hyperbole works with an evil-mode based