[O] org-tag-alist - fullscreen problem when adding tags

2016-05-17 Thread Peter Sterner
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" . ?

Re: [O] org-tag-alist - fullscreen problem when adding tags

2016-05-20 Thread Peter Sterner
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.

[O] Capture template for datetree under existing headline

2016-09-23 Thread Peter Sterner
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

[O] Frame-break with beamer

2016-11-26 Thread Peter Sterner
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