Re: Modifying org-mode links

2025-07-21 Thread Chris Keschnat
Zoey Hewll writes: > Hi Heime, > > `org-insert-link' (bound to C-c C-l by default) lets you edit the link > URL and display text for the link at point, if there is one. > Otherwise, it inserts a link at point. This is what I use to edit > links in all my org documents. > > Regards, > > Zoey > > O

[BUG] org-plot/gnuplot with dates in brackets does not work anymore [9.8-pre (release_9.7.6-97-g90d4ae @ /home/ck/.emacs.d/straight/build/org/)]

2024-07-23 Thread Chris Keschnat
Hello, after e0924db3, =org-plot/gnuplot= does not work with dates in brackets anymore. I am unsure if this syntax is supported, but it was working before. Example table: #+PLOT: title:"Daily Temperature Readings" ind:1 deps:(2) type:2d with:linespoints timeind:1 | Date | Temperature

Re: Capture from Firefox to Org-mode

2024-07-09 Thread Chris Keschnat
Sébastien Gendre writes: Hi, I'm not actively using this but I had it configured and just tested that it works. It might not answer you're questions directly, but I hope it helps. > How to capture data from a web page to Org-mode ? > > * What I need > I want to be able to capture different kind

Re: Calc/TBLFM: how to conditionally insert hours:minutes?

2023-09-25 Thread Chris Keschnat
Hi Bruno, > You could switch to the "Lisp" syntax (as opposed to the "Calc" syntax), > and, write the conversion manually: > > | 19:55:00 | > | 40:01:00 | > | 40:01:00 | > > #+TBLFM: $1='(org-table-time-string-to-seconds (if (<= @# 1) "19:55" > "40:01"));T awesome, thank out. T

Calc/TBLFM: how to conditionally insert hours:minutes?

2023-09-23 Thread Chris Keschnat
Hi, I am trying to understand how to set hours:minutes values in tables conditionally. Just setting hours directly works: | 40:03:00 | | 40:03:00 | | 40:03:00 | #+TBLFM: $1=40:03;T But when doing that conditionally (first row different from the others), I do not understand the behavior: This