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
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
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
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
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