Re: [BUG] org-clock-in opens buffers for all agenda files

2024-02-13 Thread jman
I am a bit confused and I am probably missing some context. The documentation of `org-clock-auto-clock-resolution` states: "When to automatically resolve open clocks found in Org buffers." and the options are "Never", "Always", "When no clock is running". I think I understand the idea behind

Re: [ANN] Please share useful blog posts on this list with the [BLOG] subject prefix

2024-02-27 Thread jman
> Yes, you can use "[BLOG] [Spanish] ..." so that people adapt their > filters, but the second prefix won't have any effect on Woof. If we want to add a hint about the blog post language, can I suggest using the two-letter ISO-639 language codes (SP, DE, IT, EN, ...)? I agree they don't cover a

Re: [POLL] Dealing with +1m/y repeaters when jumping to impossible date (should 05-31 +1m be 07-01 or 06-30?) (was: Leap-year bug with todo-cycle)

2024-04-05 Thread jman
> Generally, I did see several requests to change the strategy when > calculating next month/year. However, that would be a breaking change. > I'd only go for it if people are strongly in favor of the change. > So, changing this to a poll. I don't particularly have a skin in the game but I ask a

Re: Some org keybindings very hard to disable or overwrite

2024-08-20 Thread jman
Ihor Radchenko writes: Org mode does not bind M-k and M-j. It is something in your config. In addition, if I am correct one can check where those keybindings are overriden with `C-h k` (or `M-x describe-key`), example: M-x describe-key RET M-j

Understanding Publish (ox-publish.el)

2024-10-13 Thread jman
Hello, I'm trying to learn more about the publish export option or Org mode. Specifically I am using the function `org-latex-publish-to-pdf` to export Orgmode files into PDF. Since this export backend is transparently using Latex, there is stuff going on behind my back that makes it a bit d

Re: Understanding Publish (ox-publish.el)

2024-10-15 Thread jman
Christian Moe writes: It's due to Latex refusing to commit the typographic crime of leaving a heading at the bottom of the page. Wow. I had no clue something like this could happen. Note that this does /not/ happen with a list. (Try changing your long outline from headers to a list) Int

Re: Exporting tables with cell borders to Latex/PDF

2024-10-19 Thread jman
Mark Barton writes: Here is an example of using the #+ATTR_LaTeX: line to pass parameters to the LaTeX process that creates the pdf. #+ATTR_LaTeX: :environment tabular :align |l|l|l| |-+-+---| | one | two | three | |-+-+---| | 1 | 2 | 3 | |-+-+---|

Exporting tables with cell borders to Latex/PDF

2024-10-18 Thread jman
Hello, When export to Latex/PDF I'd like /all/ table cells to have borders, so also vertical column separators. After looking around a bit, I learned about column groups: https://orgmode.org/manual/Column-Groups.html I think the only way to accomplish what I want is the following trick, addin

Re: Understanding Publish (ox-publish.el)

2024-10-14 Thread jman
n subsequent pages https://paste.sr.ht/~jman/06239fa6624a1af23edfbb5154f5d9dcfdf8427a 2) Compiling this other document will produce strange empty pages. The content of the ordered list doesn't fit one page and instead of filling the next page, it will just "overflow" and

Re: Understanding Publish (ox-publish.el)

2024-10-14 Thread jman
jman writes: 2) Compiling this other document will produce strange empty pages. The content of the ordered list doesn't fit one page and instead of filling the next page, it will just "overflow" and "disappear": https://paste.sr.ht/~jman/35434b0fdf08164abf6c59a41

[Question] Getting cell value and use it in table formula

2024-10-01 Thread jman
Hello there, Let's look at the following table: --s-s-- | EUR |USD | Exchange rate | |-++---| | 10 | 8.97 | 0.897 | | 15 | 13.455 | | #+TBLFM: $2='(* (string-to-number $1) (string-to-number (org-table-get 2 3)))

Re: [Question] Getting cell value and use it in table formula

2024-10-01 Thread jman
writes: I think it's in the manual (this is Org v9.7): | 3.5.3 Emacs Lisp forms as formulas | -- For some reason, I think I got confused by the table formula modifiers (E, N, L) and various type casting. What I wanted to achieve was simply: --s-

Re: [DISCUSSION] Contributing policy for WORG

2025-01-20 Thread jman
Joseph Turner writes: Thanks for the suggestion! I imagine such a command would do this: (...) I am not a Worg contributor but such workflow would definitively scare me off. Just out of curiosity: what is wrong with a git workflow to contribute to Worg? Cheers,

Re: emacs hung chewing cpu trying to open meetings.org

2025-03-10 Thread jman
"Michael P. Soulier" writes: I tried to open meetings.org today and emacs burned 100% cpu and seemed to never return. I had to kill it. It's 100% reproducable in my setup. Not sure why. Any idea how to debug? If you suspect a recent addition is causing this issue, you can bisect the last cha

Re: Select a region and yank a URL to create a link

2025-02-28 Thread jman
Ryan Prior via "General discussions about Org-mode." writes: Lately I've noticed more applications supporting a method of creating a link by pasting a URL. The flow works like this: 1. write some text 2. select the text you want to linkify 3. paste a URL to turn the selected text into a named