[O] Bug in Recent Agenda Mod

2017-03-20 Thread Ian Dunn
Commit d262ae53c966c7a745c0fa779149f9eb7486333d "org-agenda: Fix agenda standard name when going unsticky" sets org-agenda-buffer-name to "*Org Agenda*" if not in sticky. However, org-agenda-redo sets org-agenda-sticky to nil before redoing the agenda command. Steps to Reproduce: 1. Turn on

[O] Org Contacts

2017-03-20 Thread Francesco Turco
Hello. I successfully managed to add birthdays with Org Contacts using the :BIRTHDAY: property, but what about some other kind of anniversaries such as wedding anniversaries? How can I set them? Can I use the :WEDDING: property for example? See also: http://emacs.stackexchange.com/questions/31559

[O] tsia-up sorting strategy sorts agenda by date and ignores time. How can I change that?

2017-03-20 Thread Arkady Grudzinsky
Hi, I'd like to sort my tasks in agenda by inactive creation timestamp which includes the time portion. I have found that tsia-up strategy ignores the time portion of the timestamp. Is there a way to take time into account? Thanks. -- Arkady

Re: [O] Babel R source blocks problem

2017-03-20 Thread Charles C. Berry
On Mon, 13 Mar 2017, Thomas S. Dye wrote: Aloha Chuck, Charles C. Berry writes: On Fri, 10 Feb 2017, Thomas S. Dye wrote: Aloha Chuck, Charles C. Berry writes: A look at the `slidify-example.org' file in the `org-9-plus' branch of my (chasberry) `orgmode-accessories' github repo might be

Re: [O] [patch, ox-latex] captions and latex-environments

2017-03-20 Thread Rasmus
Hi, Nicolas Goaziou writes: >>> Since environments do not necessary start with \begin{...}, I think the >>> following is better >>> >>> (and (string-match ...) >>>(match-string ...)) >> >> Don't the element `latex-environment' always start \begin{.}? >> Cf. org-element--latex-begin-env