Org-capture %K "Link to the currently clocked task" link with id?

2021-05-24 Thread Nathaniel W Griswold
> > On May 19, 2021, at 8:26 AM, Nathaniel W Griswold > wrote: > > Looking at the source (org-capture.el), it appears org-capture doesn't allow > you to make a permalink for "Link to the currently clocked task", or %K in > your template. > > I u

Quick help when pressing '?' in an agenda view?

2021-05-24 Thread Nathaniel W Griswold
I noticed that org-agenda-mode stands out in that '?' is not bound to open some kind of help by default. Org agenda is unique in this, it is the first out of many views i have used that did not have '?' bound to open some kind of help. Seems to be convention in pretty much anything builtin to em

Re: Org-capture %K "Link to the currently clocked task" link with id?

2021-05-19 Thread Nathaniel W Griswold
On May 19, 2021, at 8:26 AM, Nathaniel W Griswold > wrote: > > Looking at the source (org-capture.el), it appears org-capture doesn't allow > you to make a permalink for "Link to the currently clocked task", or %K in > your template. > > `org

Org-capture %K "Link to the currently clocked task" link with id?

2021-05-19 Thread Nathaniel W Griswold
Looking at the source (org-capture.el), it appears org-capture doesn't allow you to make a permalink for "Link to the currently clocked task", or %K in your template. `org-capture-fill-template` looks like this: ... (v-K (if (marker-buffer org-clock-marker) (org-link-

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-15 Thread Nathaniel W Griswold
!!! Great! > On May 15, 2021, at 6:50 AM, Bastien wrote: > > Hi Nathaniel, > > Ihor Radchenko writes: > >> Nathaniel W Griswold writes: >>> The formatting i get looks strange: >>> >>> #+begin_src sh >>>echo hi >>>

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
nsert-structure-templatesshecho hiecho hi The formatting i get looks strange: #+begin_src sh echo hi echo hi #+end_src Thank you > On May 7, 2021, at 4:03 PM, Nathaniel W Griswold wrote: > > I messed up the paste, it's supposed to be: > > -- > #+begin_sr

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
I messed up the paste, it's supposed to be: -- #+begin_src sh echo hi echo hi #+end_src -- > On May 7, 2021, at 4:01 PM, Nathaniel W Griswold wrote: > > If i launch emacs with emacs -Q /tmp/blah.org > > M-x org-insert-structure-templatesshecho hiecho hi >

begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
If i launch emacs with emacs -Q /tmp/blah.org M-x org-insert-structure-templatesshecho hiecho hi It looks like this: omw -- #+begin_src sh echo hi