emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Axel Kielhorn <org-mode@axelkielhorn.de>, emacs-orgmode@gnu.org
Subject: [PATCH 0/4] dynamic block-related fixes
Date: Tue,  5 May 2020 00:15:18 -0400	[thread overview]
Message-ID: <20200505041522.30222-1-kyle@kyleam.com> (raw)
In-Reply-To: <3CE37EF0-6C7A-4CC0-AFEE-2B82296D63E1@axelkielhorn.de>

Axel Kielhorn writes:

> while exchanging mails with Uwe Brauer I discovered some errors in the manual:
>
> 7.5.3 Capturing column view
>
> links to 
>
> A.6 Dynamic Blocks
>
> which describes
>
> org-dynamic-block-insert-dblock
>
> But this commands does not know about columnview

It does, but it will only offer "columnview" as an option until after
org-colview.el is loaded.

> Further down it says:
>
> C-c C-x i (org-insert-columns-dblock)
> Insert a dynamic block capturing a column view. Prompt for the scope or ID of the view.
>
> This binding does not exist for me, "C-c C-x i" is undefined.
> Should it be defined?

It was removed in 34b71a0ca (Add a dispatcher command for inserting
dynamic blocks, 2018-12-23), but the manual wasn't adjusted.

> There is no key binding for clocktable.
> (Well, the manual (8.4.2) says „C-c C-x C-r“ is a binding, but my emacs disagrees.)[*]

Same here.

> The commands
>
> org-insert-columns-dblock
>
> is obsolete, the new commands is
>
> org-columns-insert-dblock

True, that should have been updated in 3debe06bd (Rename
`org-insert-columns-dblock' into `org-columns-insert-dblock',
2016-02-17).

> The command is available in the menu:
>
> <Org><TAGS and Properties>
>
> It would be nice to have this information in the manual as well.
>
> [*] While comparing columnview and clocktable I discovered that C-c C-x x clocktable doesn’t work either.
> The command to create a clocktable (org-clock-report) is available in the menu as well.

The follow series (in particular the first and third patch) hopefully
resolves the above issues.  I think it should remove the need for this
last point, as 'C-c C-x x' should offer clocktable and columnview
candidates even before the associated library is loaded.

base-commit: f3c137a69797b0432db4dd887c547b2d69c4ed4d
-- 
2.26.1



  reply	other threads:[~2020-05-05  4:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03  7:05 Manual 7.5.3 Capturing column view outdated Axel Kielhorn
2020-05-05  4:15 ` Kyle Meyer [this message]
2020-05-05  4:15   ` [PATCH 1/4] manual: Remove stale information about dynamic block bindings Kyle Meyer
2020-05-05  4:15   ` [PATCH 2/4] orgcard: Update binding for org-columns-insert-dblock Kyle Meyer
2020-05-05  7:18     ` Axel Kielhorn
2020-05-05 12:39       ` Kyle Meyer
2020-05-05  4:15   ` [PATCH 3/4] Autoload dynamic block definitions Kyle Meyer
2020-05-05  4:15   ` [PATCH 4/4] org: Retain prefix arg when dispatching dynamic block commands Kyle Meyer
2020-05-06  2:48   ` [PATCH 0/4] dynamic block-related fixes Kyle Meyer
2020-05-23  9:26 ` Manual 7.5.3 Capturing column view outdated Bastien
2020-05-23 15:49   ` Kyle Meyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200505041522.30222-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=org-mode@axelkielhorn.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).