Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-16 Thread Philip Kaludercic
Sławomir Grochowski writes: > Philip Kaludercic writes: >> I have pushed the changes to master. > > Thank you Philip for your help. It works. > > But there is one more small thing. > A message that is displayed in the minibuffer. > It contains two pieces of infor

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-13 Thread Philip Kaludercic
Philip Kaludercic writes: > Sławomir Grochowski writes: > >> Thank you Philip for the explanation and preparing the code snippet. >> >> So what are the next steps? >> Can you merge your patch? > > If this is everything, I can push the change. But I'll test

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-11 Thread Philip Kaludercic
Philip Kaludercic writes: > Sławomir Grochowski writes: > >> Thank you Philip for the explanation and preparing the code snippet. >> >> So what are the next steps? >> Can you merge your patch? > > If this is everything, I can push the change. But I'll te

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-11 Thread Philip Kaludercic
Sławomir Grochowski writes: > Thank you Philip for the explanation and preparing the code snippet. > > So what are the next steps? > Can you merge your patch? If this is everything, I can push the change. But I'll test it first. -- Philip Kaludercic on peregrine

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-10 Thread Philip Kaludercic
Sławomir Grochowski writes: > Philip Kaludercic writes: > >> We could add a `help-quick-use-map' variable and bind it to `global-map' >> by default. You can then re-bind it in your command. > > I'm sorry, but I don't quite understand it. Just this here: diff --g

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-08 Thread Philip Kaludercic
mode - column view > package. See first email in this thread - there is even a screenshot. > >> It looks like you may be trying to have multiple >> simultaneous quick-help buffers active at once? > > Philip Kaludercic writes: > >> Is there a reason not to re-use

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-04-06 Thread Philip Kaludercic
ge "") > -(help-quick))) > +(help-quick name-for-buffer sections keymap))) > > -(defalias 'cheat-sheet #'help-quick) > +(defalias 'cheat-sheet #'help-quick-wrapper) > > (defun help-quit () >"Just exit from the Help command's command loop." > -- > 2.30.2 > > > > JD Smith writes: > >> Also recall we had a discussion in bug#68236 >> <https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-01/msg00124.html> >> about expanding quick-help to include mode-local >> personalized binding shortcuts (with org as a particular target of interest). > > Thank you for the link I haven't seen that topic. > > Regards, -- Philip Kaludercic on icterid

Re: [BUG] (wrong-type-argument integer-or-marker-p nil) [9.6.15 (release_9.6.15 @ /home/phi/Source/emacs/lisp/org/)]

2024-03-05 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >>> Thanks for reporting! >>> Does the error persist if you upgrade Org mode to the latest 9.6.20 >>> version? If yes, what about the development version? >> >> Sorry, I cannot really reproduce

Re: [BUG] (wrong-type-argument integer-or-marker-p nil) [9.6.15 (release_9.6.15 @ /home/phi/Source/emacs/lisp/org/)]

2024-03-04 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >> This just popped up in my *Warnings* buffer: >> >> --8<---cut here---start->8--- >> ⛔ Warning (org-element-cache): org-element--cache: Org parser error >> in .

[BUG] (wrong-type-argument integer-or-marker-p nil) [9.6.15 (release_9.6.15 @ /home/phi/Source/emacs/lisp/org/)]

2024-03-01 Thread Philip Kaludercic
'(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-loop-over-headlines-in-active-region nil org-link-elisp-confirm-function 'yes-or-no-p org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines org-cycle-optimize-window-after-visibility-change org-cycle-display-inline-images) org-persist-before-read-hook '(org-element--cache-persist-before-read) org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-odt-format-drawer-function #[514 "\207" [] 3 ("/home/phi/Source/emacs/lisp/org/ox-odt.elc" . 16675)] ) -- Philip Kaludercic on peregrine

Re: [DISCUSSION] "quick-help" popup for org-columns (column view)

2024-02-12 Thread Philip Kaludercic
version of `describe-bindings' (sort of like how `shortdocs' is a curated version of `apropos-functions'). > I am wondering if transient style to define how various options in the > menu/help buffer/which-key buffer can be unified. -- Philip Kaludercic

Re: Htmlize support, maintenance, and Org mode

2023-08-14 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >>> We might consider extending engrave-faces to cover all the htmlize >>> features. >> >> Perhaps I missed something, but is there an issue with the built-in >> `htmlfontify'? > > Org uses ht

Re: Htmlize support, maintenance, and Org mode

2023-08-14 Thread Philip Kaludercic
Ihor Radchenko writes: > Jonas Bernoulli writes: > >> `htmlize' is currently maintained at https://github.com/hniksic/emacs-htmlize >> but its maintainer hasn't been responding to any issues and pull-requests >> for quite some time now and seems to be inactive on Github altogether. > > Hmm...

Re: org-mode for package documentation

2023-05-29 Thread Philip Kaludercic
Ihor Radchenko writes: > Payas Relekar writes: > >> IIRC, Richard Stallman said he'd be amenable to it, _provided that_ Org >> fulfilled all the requisite functionality from Texinfo. > > Correct. We need to add more flexible markup. The idea was to add > something similar to special blocks, but

Re: org-mode for package documentation

2023-05-28 Thread Philip Kaludercic
Björn Bidar writes: > Philip Kaludercic writes: > >> Christopher Dimech writes: >> >>> Dear Compeers, >>> >>> Some months ago there had been a discussion about using org-mode >>> to produce package documentation. Which would allow the us

Re: org-mode for package documentation

2023-04-28 Thread Philip Kaludercic
Christopher Dimech writes: > Dear Compeers, > > Some months ago there had been a discussion about using org-mode > to produce package documentation. Which would allow the use of > Latex3 (e.g. use of colour, floating images). Where/when did this happen? Could you provide a few pointers? >

Re: About org-mode-tests and CI

2022-11-19 Thread Philip Kaludercic
Bastien writes: > Thanks Simon for bringing this up! > > Our first need is to have someone volunteering for maintaining our > current test infrastructure - Christian is helping with this right > now but cannot afford to become the maintainer right now. > > Philip, is this something you would

Re: About org-mode-tests and CI

2022-11-16 Thread Philip Kaludercic
Simon Tournier writes: > Hi, > > Recently, Bastien told me about using GNU Guix for some tests of Org. > Neat! Then, Bastien pointed this org-mode-tests [1] effort. > > Unrelated, Philip provides Guix recipes [2] for various old Emacs > versions. I cannot find the discussion right now, but I

Some feature requests/questions

2022-04-19 Thread Philip Kaludercic
become sloppy after a while, which defeats the entire purpose. I have little experience with the Org codebase, but would be interested in helping to implement these features, in so far they don't just exist and I haven't found out about them. -- Philip Kaludercic

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >> For some reason ox-texinfo removes periods from node names. It seems >> this is not necessary as info can render these files without any issues, >> and in certain cases not intended (e.g. I had

Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
ld resolve the issue: >From f9a8d9738cb118939a8307bf13f63ec5950bd59b Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Tue, 19 Apr 2022 12:17:40 +0200 Subject: [PATCH] ox-texinfo: Allow for periods in node names * ox-texinfo.el (org-texinfo--sanitize-node): Don't remove periods from n

Re: [ANN] EmacsConf 2021 Call for Proposals

2021-08-09 Thread Philip Kaludercic
tulations > for the organizers for making this a free software event and not just an > event with free software. -- Philip Kaludercic