Hi,
I'm trying out org-mode's tagging-system. In my init.el file I added
(setq org-tag-alist '((:startgroup . nil)
("@work" . ?w) ("@home" . ?h)
("@tennisclub" . ?t)
(:endgroup . nil)
("laptop" . ?l) ("pc" . ?
2016-05-19 10:27 GMT+02:00 Nicolas Goaziou :
>
> FWIW, I cannot reproduce it. You may want to debug
> `org-fast-tag-selection' to understand what happens in your case.
>
> Are you using dedicated windows or some such ?
No. I will try and debug. Thank you for your assistance.
Hi.
I want to have a capture template that generates a datetree under an
existing headline in an org file with existing headlines. I tried this:
("j" "Journal" entry (file+datetree "~/workspace/org/notes.org" "Journal")
"* %?\n Added %U\n %i\n%a")
I tried creating the Journal headline before cap
Hi,
I'm trying to export an org-file to a beamer presentation. I would like to
divide a frame into two or more frames.
Suppose I have this org-file:
* Heading 1
** Subheading 1
** Subheading 2
* Heading 2
When I export subheadings are shown as blocks and headings as frames.
I would like each