Re: [O] Org mode bug submission and viewing?

2018-01-13 Thread Adonay Felipe Nogueira
If I recall correctly, org-mode uses GNU's Debbugs, see . Reports are sent to . The report-emacs-bug procedure already sets almost everything for you, including the address mentioned above. I hope this helps. ;) 2017-12-01T20:05:03-0800 Al

Re: [O] Bilingual text in org

2018-01-13 Thread Adonay Felipe Nogueira
You're welcome! ;) 2017-12-02T08:14:53+0100 org-m...@axelkielhorn.de wrote: > You are right, I forgot that option. > > I have re-added babel to my latex-defaults and added > #+LATEX_CLASS_OPTIONS > to the file. > > Thanks for reminding me. > > Axel

[O] [PATCH] Allow :urgency flags for org-notify

2018-01-13 Thread Jay Kamat
Hi, I recently began using the org-notify package, and I would like to pass the :urgency flag to `notifications-notify' occasionally. This small patch passes the :urgency key from the org-notify configuration on to `notitifications-notify'. For example, after this patch, you can: (org-notify-add

[O] org-html-head documentation mistake?

2018-01-13 Thread Adam Porter
Hi, The docstring for org-html-head gives this example: #+BEGIN_SRC html p { color: #33 !important; font-size: 95% !important; } ]]> #+END_SRC When I customized the variable, I used those "CDAT

[O] How to apply function on org-capture template substitute variable %i?

2018-01-13 Thread numbch...@gmail.com
I have a org-capture template like this: ``` (setq org-capture-templates (append '(("w" "org-drill [w]ords" entry (file my-org-drill-words-file) "* %i :drill: :PROPERTIES: :DRILL_CARD_TYPE: %^{Drill Difficulty|simple|twosided|multisided|hide1cloze} :END