Re: [O] Bug: org-catch-invisible-edits still allows some invisible edits [9.1.9]

2019-05-17 Thread Bruno Barbier
Vlad Shcherbina writes: > Steps to reproduce: > 1. runemacs.exe -Q > 2. In the scratch buffer, M-x org-mode > 3. M-: (setq org-catch-invisible-edits 'show-and-error) > (could be also reproduced with 'smart) > 4. Replace the content of the scratch buffer with the following: > * hello > ** w

Re: [O] Show weekday in daily agenda view

2019-05-17 Thread J. David Boyd
Nick Dokos writes: > db...@attentigroup.com (J. David Boyd) writes: > >> Nick Dokos writes: >> >>> johanna@th-koeln.de writes: >>> maybe I did not search the right way in google alias startpage. But I could not figure out how to write next to the date e.g. 2000-04-01 the weekd

Re: [O] Cut and paste an entry programmatically

2019-05-17 Thread Michael Brand
Hi all I found something else with ~org-paste-subtree~ that surprises me and that reminds me of ~C-c *~ where I was never able to get a remindable understanding of what it does until now when investigating deeper with this minimal complete example: #+begin_src org ,* a ,** b - x ,** c - y ,* d ,*

[O] [PATCH] Docstring update

2019-05-17 Thread Cheong Yiu Fung
Fix docstring of `org-latex-packages-alist'. -- YiufungFrom f854de4a4570a433871a2559160a7499c4c054d7 Mon Sep 17 00:00:00 2001 From: Cheong Yiu Fung Date: Fri, 17 May 2019 17:15:43 +0800 Subject: [PATCH] org.el: Fix docstring of org-latex-packages-alist * lisp/org.el (org-latex-packages-alist): F