Skip to content

Feat: Refile to heading from capture #196

Closed
@joshpetit

Description

@joshpetit

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

https://orgmode.org/manual/Template-elements.html

(setq org-capture-templates
      '(("w" "Work time (file+headline "~/org/refile.org" "Work Timesheet")
         "** Working on %?\n%T")))

Feature value

No response

Additional context

Discussed in #184

Originally posted by joshpetit December 13, 2021
I'm not sure if this is implemented yet, but I'd like to refile a template to a heading. For example having something like this:

    org_agenda_templates = {
        w = {
            description = 'Work time',
            template = '** Working on  %<%Y-%m-%d>\n%?',
            target = 'refile.org/Work Timesheet'
        },
    },

I'm not sure if I just do't have to syntax correct, if it's not implemented yet I can file a feature request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    core-featureFeature is in orgmode core

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions