Re: [O] Is it possible for a TODO item not to be an outline item?

2017-10-08 Thread Georgiy Tugai
Inline tasks come to mind. Here's your example with inline tasks: , | * Installation of PC X | | ** Hardware configuration | blah,blah,blah, | | ** Software configuration | I intall app x, no trouble | | I try to install app y, but no luck | *** TODO App Y is giving trouble, fix

[O] [PATCH v2] org-clock: Fix clock report sometimes ignoring hours before :wstart

2017-10-07 Thread Georgiy Tugai
* lisp/org-clock (org-clocktable-steps): Fix weekly-step clock report ignoring hours between start of period and start of week, when start of period is on a day of week numerically less than start of week. Clock report now always inserts a "week" starting at the start of the period, if nec

Re: [O] [PATCH] org-clock: Fix clock report sometimes ignoring hours before :wstart

2017-10-06 Thread Georgiy Tugai
, Georgiy On 05 Oct, Nicolas Goaziou wrote: > Hello, > > Georgiy Tugai writes: > > > * lisp/org-clock (org-clocktable-steps): Fix weekly-step clock report > > ignoring hours between start of period and start of week, when start > > of period is on a day of week

[O] [PATCH] org-clock: Fix clock report sometimes ignoring hours before :wstart

2017-10-04 Thread Georgiy Tugai
* lisp/org-clock (org-clocktable-steps): Fix weekly-step clock report ignoring hours between start of period and start of week, when start of period is on a day of week numerically less than start of week. Clock report now always inserts a "week" starting at the start of the period, if nec

Re: [O] Add caption to babel-generated images

2016-08-30 Thread Georgiy Tugai
I don't know if it'll work for Python, but here's an example of what works for me with Ditaa: > #+BEGIN_SRC ditaa :file figs/-mininet-ovsk.png :cache yes >/+ /+ /+ /+ >|host| |host| |host| |host| Containers >+-+--/ +-+--/ +--+-/ +--+-/ > | | |

Re: [O] org: Fix tag width calculation for multi-column chars

2016-05-31 Thread Georgiy Tugai
On 31 May, Samuel Wales wrote: > i wonder if this also fixes tags for variable pitch (proportional) > fonts. i have been having great success with variable pitch fonts and > it would be great if this fixes tags for them too. > > -- > The Kafka Pandemic: http://thekafkapandemic.blogspot.com > >

[O] Bug: imenu and eldoc breadcrumb false-positive match non-uppercase todo keywords

2016-05-31 Thread Georgiy Tugai
GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.3) of 2016-05-06 on arojas Org-mode version 8.3.4 (8.3.4-67-g610564-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20160523/) Steps to reproduce == 1) Org file with at least one first-level heading containing a TODO

Re: [O] [ANN] Remove XEmacs compatibility layer

2016-05-26 Thread Georgiy Tugai
If I may ask, was there any particular reason for ditching XEmacs compatibility? I have no intentions of starting an "edition war" and pre-emptively ask for forgiveness should this inadvertently occur. On 26 May, Nicolas Goaziou wrote: > Hello, > > I finally did the grunt job and removed all XEm

[O] Strange interactions between org-indent-mode and other overlays, including show-paren-mode

2016-05-10 Thread Georgiy Tugai
Minor modes which use dynamic overlays, such as - show-paren-mode - show-smartparens-mode - beacon-mode interact strangely with buffers in org-indent-mode. Expected behaviour: The org-indent-mode indentation is maintained. Observed behaviour: The insertion and/or removal of the dynamic overlays

Re: [O] Special alignment in org-mode

2016-04-28 Thread Georgiy Tugai
I believe that org-indent-mode (#+STARTUP: indent) might do what you want with the content, although I expect that it will interfere with the specialized overlays for right-aligning the *'s. On 28 Apr, David Cao wrote: > Hi! > > This solution works fairly well with the headers themselves, but the

Re: [O] Is there an easy way converting html -> orgmode?

2016-04-24 Thread Georgiy Tugai
On 24 Apr, numbch...@gmail.com wrote: > ​Is there relative project which can convert and save current web page from > browser to Org-mode type file?​ > > [stardiviner] GPG key ID: 47C32433 > IRC(freeenode): stardiviner Twitter: @numbchild > Key fingerprint = 9B

[O] Bug: org-store-link misinterprets headings containing multiple links [8.3.4 (8.3.4-34-gacfd41-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-04-23 Thread Georgiy Tugai
Reproducing the bug === - Create a heading (of any level). The heading title should contain at least two links, of any type. For example, `[[#A][alpha]]' `[[#B][beta]]' - With point on the heading, call `org-store-link'. Expected behaviour == - The