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

2017-03-29 Thread Arkady Grudzinsky
On Wed, Mar 22 2017, Arkady Grudzinsky wrote: > On Tue, Mar 21 2017, Matt Lundin wrote: > >> You could use something like this and then add user-defined-up or >> user-defined-down where desired in org-agenda-sorting-strategy: >> >> (defun my-sort-by-inactive-times

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

2017-03-22 Thread Arkady Grudzinsky
On Tue, Mar 21 2017, Matt Lundin wrote: > You could use something like this and then add user-defined-up or > user-defined-down where desired in org-agenda-sorting-strategy: > > (defun my-sort-by-inactive-timestamp-incl-time (a b) > (let* ((ma (get-text-property 1 'org-marker a)) > (mb

[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] org-mode 9.0 LaTeX export figure labels do not work

2016-11-23 Thread Arkady Grudzinsky
On Wed, Nov 23 2016, Arkady Grudzinsky wrote: > org-mode 9.0 seems to generate random figure labels instead of > the ones specified in #+NAME:, so the cross-references do not work. Figured out that the LaTeX reference syntax does not work anymore. But the org-mode reference [[fig:tcp

[O] org-mode 9.0 LaTeX export figure labels do not work

2016-11-23 Thread Arkady Grudzinsky
org-mode 9.0 seems to generate random figure labels instead of the ones specified in #+NAME:, so the cross-references do not work. .org source: , | Temperature profile is shown in Fig. \ref{fig:tcprofile}. | | #+NAME: fig:tcprofile | #+CAPTION: Temperature Cycling Profile |

Re: [O] Repeating tasks with scheduled time

2016-10-05 Thread Arkady Grudzinsky
On Wed, Oct 05 2016, Nicolas Goaziou wrote: > Hello, > > Arkady Grudzinsky <agrudzin...@gmail.com> writes: > >> On Tue, Oct 04 2016, Arkady Grudzinsky wrote: >> >>> Say, I have this TODO item which needs to be repeated every >>> evening after 2

Re: [O] Repeating tasks with scheduled time

2016-10-04 Thread Arkady Grudzinsky
On Tue, Oct 04 2016, Arkady Grudzinsky wrote: > Say, I have this TODO item which needs to be repeated every > evening after 20:00 and if it is not marked as DONE for several > days, I want it to be moved to the NEAREST 20:00 in the future, > i.e. to 20:00 TODAY if I mark it at noon

[O] Repeating tasks with scheduled time

2016-10-04 Thread Arkady Grudzinsky
Say, I have this TODO item which needs to be repeated every evening after 20:00 and if it is not marked as DONE for several days, I want it to be moved to the NEAREST 20:00 in the future, i.e. to 20:00 TODAY if I mark it at noon. I thought, this would accomplish the goal: * TODO Load and run