[O] %K template escape doesn't link to exact task headline

2017-07-13 Thread Michal Politowski
Hello everyone and thank you for the fascinating org mode, Is the behaviour of %K a bug in the documentation, in the implementation, or just my unfounded expectation? It is supposed to link "to the currently clocked task" but it is implemented in org-capture.el as (v-K (if (marker-buffer org-clo

Re: [O] %K template escape doesn't link to exact task headline

2017-07-13 Thread Michal Politowski
On Thu, 13 Jul 2017 14:27:11 +0200, Nicolas Goaziou wrote: > Hello, > > Michal Politowski writes: > > > Hello everyone and thank you for the fascinating org mode, > > > > Is the behaviour of %K a bug in the documentation, in the implementation, > > or just

Re: [O] funny remote time/duration values

2019-01-07 Thread Michal Politowski
On Mon, 7 Jan 2019 11:29:15 +0100, Robert Klein wrote: > > Hi, > > when using values (time/duration) from a remote table I sometimes get > funny values: > > > #+name: teta > | 4:50 | > > > | 2:25 | > #+TBLFM: @1$1=remote(teta,@1$1) > > > When I set e.g. 7:50 in “teta” the same value shows

Re: [O] funny remote time/duration values

2019-01-07 Thread Michal Politowski
On Mon, 7 Jan 2019 11:29:15 +0100, Robert Klein wrote: > > Hi, > > when using values (time/duration) from a remote table I sometimes get > funny values: > > > #+name: teta > | 4:50 | > > > | 2:25 | > #+TBLFM: @1$1=remote(teta,@1$1) > > > When I set e.g. 7:50 in “teta” the same value shows

Re: bi-monthly steps.

2020-03-13 Thread Michal Politowski
Fortnightly :) Such a useful word. On Thu, 12 Mar 2020 18:55:16 -0400, Christian Hopps wrote: > could use semimonth then :) > > > On Mar 12, 2020, at 2:15 PM, Nick Dokos wrote: > > > > "Bi-monthly" is ambiguous: it can mean twice a month or it can mean > > once every two months and there is no

Re: [O] Tracking Interruptions -- Work Flow Question

2017-08-17 Thread Michal Politowski
On Sun, 13 Aug 2017 02:02:00 +, Raymond Zeitler wrote: > Does anyone schedule and "org-clock" interruptions?  I really need to > quantify how much of a drain they are to my productivity. > I thought I'd include a generic "** TODO Interruption" in my todo.org (or an > inter.org file) and sched

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-23 Thread Michal Politowski
On Sun, 22 Oct 2017 19:30:55 +0200, Nicolas Goaziou wrote: > Hello, > > Louis Strous writes: > > > When I edit a c++ code block using C-c ' and then finish the edit using > > C-c ' again, then org-mode sometimes adds a comma to the code. [...] > > Note the appearance of a comma in front of t

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-23 Thread Michal Politowski
On Mon, 23 Oct 2017 12:15:29 +0200, Nicolas Goaziou wrote: > Hello, > > Michal Politowski writes: > > > Interesting, even if not very likely to hit anyone, that lines > > intentionally starting with ,,* are not escaped and thus > > lose one comma on the next edit.

Re: Changed list indentation behavior: how to revert?

2020-11-16 Thread Michal Politowski
On Mon, 16 Nov 2020 16:24:45 -0700, T.F. Torrey wrote: [...] > The proper fix for this is one of two choices: > > 1. If keeping electric-indent-mode on is really important, the easiest >way to restore intuitive behavior is to change the default of >org-adapt-indentation to nil. Yes, this

Re: idea for capture anywhere in x

2022-06-13 Thread Michal Politowski
Dnia Thu, 9 Jun 2022 19:35:52 -0700, Samuel Wales napisał(a): [...] > otoh, if there is such a thing as "a cli command that will ask firefox > for its current url" then it is possible. Not exactly this (and what is current with many windows and tabs?), but it seems that when Firefox owns a selec

Re: idea for capture anywhere in x

2022-06-13 Thread Michal Politowski
Dnia Mon, 13 Jun 2022 17:04:46 +0700, Max Nikulin napisał(a): > On 13/06/2022 16:10, Michal Politowski wrote: > > > > $ xclip -selection clipboard -o -t text/x-moz-url-priv > > https://orgmode.org/ > > Thank you for the trick. > > Have you ever tried to set dr

Re: Since Emacs 30.1, commenting lines in code blocs does not work correctly

2025-03-04 Thread Michal Politowski
Dnia Tue, 4 Mar 2025 11:28:42 +0100, Denis Bitouzé via General discussions about Org-mode. napisał(a): > Hi, > > * Context > > - GNU Emacs 30.1 > - Org mode version 9.7.11 > > * Problem > > Since Emacs 30.1, commenting lines in code blocs does not work > correctly. As an example, run: > > em