[O] [Ann] contrib/org-attach-embedded-images.el: Attach embedded images

2018-07-19 Thread Marco Wahl
Hi, org-attach-embedded-images.el is a new file in contrib to store the images which somehow (e.g. by cut and paste) landed in a subtree. >From the documentation: #v+ ;;; Commentary: ;; ;; There are occasions when images are displayed in a subtree which ;; are not (yet) org attachments. For

Re: [O] bug: org-table-sort-lines does only case sensitive alphabetical sorting

2018-07-19 Thread Sebastian Reuße
Heikki Lehvaslaiho writes: > (string-collate-lessp "ß" "ssa" "de_DE.utf-8") ; nil > (string-lessp "ß" "ssa") ; nil This shows us that your Emacs installation does not support alphabetic sorting at all, regardless of case, and instead only sorts lexicographically (i.e.,

[O] Superagenda selector ":priority" matches only deadlines

2018-07-19 Thread Sven Bretfeld
Hi This can't be a feature. The org-super-agenda selector ":priority" matches no entries except those that have a deadline. Example: (setq org-agenda-custom-commands (quote ( (" " "Super Agenda View" ( (agenda "" ((org-agenda-span 'day)

Re: [O] bug: org-table-sort-lines does only case sensitive alphabetical sorting

2018-07-19 Thread Heikki Lehvaslaiho
My emacs is from homebrew without any manual settings on locale. I assume a number of locale settings come with it. I have not had any problems before this. OS X does not have LANG envvar set. This computer came with Finnish language set and I switched to English (Australian) for interface. This