Re: [O] Easy templates broken with 9.2

2019-01-27 Thread Thomas S. Dye
Aloha Chuck, That is helpful. Thanks. All the best, Tom

Re: [O] Bind pcomplete to C-M-i

2019-01-27 Thread Johannes Altmanninger
Hi Nicolas, On Sun, Jan 27, 2019 at 10:01 PM Nicolas Goaziou wrote: > > Hello, > > Johannes Altmanninger writes: > > > However, I want to use org-plus-contrib from the Org ELPA repository. > > which uses a slightly different definition: > > > > (org-defkey org-mode-map (kbd "M-") #'pcomplete) >

Re: [O] [PATCH] Add feature to org-drill to auto pronounce word

2019-01-27 Thread Nicolas Goaziou
Hello, stardiviner writes: > Nicolas Goaziou writes: > >> Hello, >> >> stardiviner writes: >> >>> A gentle ping.. >> >> I'm not sure "org-drill.el" is still actively maintained. I'm Cc'ing >> Paul Sexton. In the long run, I think this package could be packaged >> through ELPA instead. > > It

Re: [O] please read: bug when marking tasks done

2019-01-27 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > commented repeater cookies does not have any of the above drawbacks. > it might require a 3rd party tool to update its re if that tool uses > repeaters. this is not unprecedented. the inactive repeater feature > might already require a 3rd party tool to update

Re: [O] Bind pcomplete to C-M-i

2019-01-27 Thread Nicolas Goaziou
Hello, Johannes Altmanninger writes: > However, I want to use org-plus-contrib from the Org ELPA repository. > which uses a slightly different definition: > > (org-defkey org-mode-map (kbd "M-") #'pcomplete) > (org-defkey org-mode-map (kbd "ESC ") #'pcomplete) Would (kbd "M-TAB") and (kbd "ESC

Re: [O] Mark vacation days

2019-01-27 Thread JRSS
What if you set the category in the function? So the function has something like cond (( or (org-category vacation) (org-category f_event) (background: red)) I obviously don't know how to write it, but the idea is that the categories are already set in the function. I won't have many, three

Re: [O] Mark vacation days

2019-01-27 Thread Ken Mankoff
Hi, On 2019-01-27 at 12:20 -0800, JRSS wrote... > This is a bit over my head still. I'm trying to wrap my head around it. > > I see what it does (colors day-of-the-week 1 and day-of-the-week-3, > which are Monday and Wednesday, red) but not sure how to tie it to a > category (so say, category

Re: [O] Mark vacation days

2019-01-27 Thread JRSS
Thanks Ken, This is a bit over my head still. I'm trying to wrap my head around it. I see what it does (colors day-of-the-week 1 and day-of-the-week-3, which are Monday and Wednesday, red) but not sure how to tie it to a category (so say, category "vacation" would be red). Once I have the

Re: [O] Mark vacation days

2019-01-27 Thread Ken Mankoff
Hi, On 2019-01-27 at 07:20 -0800, JRSS wrote... > Does anyone know where I start getting something like this working? > Programming is not my strong suit, but I can slowly wrap my head > around some bits of code. It looks like this function might be a good place to start:

Re: [O] Bind pcomplete to C-M-i

2019-01-27 Thread Gustavo Barros
Hi all, Hi Johannes, for the record, there has been a question regarding this in Emacs.SX as of recent: https://emacs.stackexchange.com/q/47239/18951 Best, Gustavo. On 27/01/2019 15:51, Johannes Altmanninger wrote: Hi, My installation of Emacs bundles Org mode 9.1.9 and it defines

[O] Mark vacation days

2019-01-27 Thread JRSS
I tried to post to stackoverflow but I'm not sure it took, so I'm trying here as well: I'm looking for a way to mark vacation days in my agenda view in different color. This would probably be triggered best by category (so when a header is marked as a vacation). I found [this

[O] Bind pcomplete to C-M-i

2019-01-27 Thread Johannes Altmanninger
Hi, My installation of Emacs bundles Org mode 9.1.9 and it defines keyboard mapping for completion like this: (org-defkey org-mode-map "\M-\t" #'pcomplete) (org-defkey org-mode-map [?\e (tab)] #'pcomplete) Here I can also use C-M-i to call pcomplete. (Both in windowed and terminal mode).

Re: [O] Easy templates broken with 9.2

2019-01-27 Thread Berry, Charles
> On Jan 27, 2019, at 9:17 AM, Thomas S. Dye wrote: > > Aloha LB, > > I'm working my way through this change, too, hunting down all the places I've > modified org-structure-template-alist. You'll need to get rid of the > templates you've added to this list. The new function won't run if

[O] Easy templates broken with 9.2

2019-01-27 Thread Thomas S. Dye
Aloha LB, I'm working my way through this change, too, hunting down all the places I've modified org-structure-template-alist. You'll need to get rid of the templates you've added to this list. The new function won't run if it finds an old-style template on the list. Once the list is

Re: [O] org-tempo violating org-mode conventions since 9.2

2019-01-27 Thread Gabriele Lana
On Fri, 25 Jan 2019 at 17:04, Amin Bandali wrote: > Just to throw in my 2¢, I personally strongly prefer the less-obnoxious > all-lowercase variant for all ‘#+’ keywords, though I do sometimes use > uppercase for things like #+TITLE or #+AUTHOR every now and again. > > I think it would be nice

Re: [O] org-tempo violating org-mode conventions since 9.2

2019-01-27 Thread Gabriele Lana
On Fri, 25 Jan 2019 at 18:01, Nicolas Goaziou wrote: > > following the conventions (https://orgmode.org/manual/Conventions.html > ) > > "Keywords and blocks are written in uppercase to enhance their > readability" > > but since 9.2 all blocks inserted are lowercase, why? > > To make it clear,

[O] A section in file 2 being referenced in file 1, then exported to latex and built into a PDF?

2019-01-27 Thread Sharon Kimble
How can I, in org-mode, reference another heading in a different file in the same directory please? For example - --8<---cut here---start->8--- * Testing ** Testing number one :mydrawer: See \uline{Testing number one} on page