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 > >

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

2016-05-31 Thread Nicolas Goaziou
Hello, Georgiy Tugai writes: > Steps to reproduce > == > > 1) Org file with at least one first-level heading containing a TODO > keyword, with at least one of it's letters lowercased. > > 2) Rescan imenu, look at it's contents > > 3) Put point

Re: [O] [BUG] org-mode 8.3.x directly opens URL/ follows Timestamp, if Return is clicked

2016-05-31 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Unfortunately, that commit must have been applied only to the master > branch, as it is not present in the maint branch and thus was not > released as part of org-mode 8.3.4. I'm not sure why that commit was > never merged into maint. I'm flagging

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-05-31 Thread Matt Lundin
Nicolas Goaziou writes: >> A git bisect revealed that the change was introduced in 2015 with the >> following commit: >> >> , >> | commit 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c >> | Author: Nicolas Goaziou >> | Date: Sun Jun 7 00:38:58

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

2016-05-31 Thread Samuel Wales
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 The disease DOES progress. MANY people have

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-31 Thread Nicolas Goaziou
Hello, Brian Carlson writes: > Should I have made the changes to contrib/orgmanual.org rather than > doc/org.texi. Or should I have made changes to both? Changes to both is fine. I applied your patch. Thank you. Regards, -- Nicolas Goaziou

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-31 Thread John Hendy
On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug wrote: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >>> means that the tags are *not* in the

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

2016-05-31 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Some characters have multiple column width. Calculating string width > with points gives a wrong value than actual display width. Use > `string-width' instead. > > Here is an ECM for this problem. `M-x org-update-statistics-cookies` or

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-31 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > OK. Here it is: > > #+TITLE: An Example > #+EMAIL: rai...@krugs.de > > #+OPTIONS: tags:not-in-toc > > #+LATEX_CLASS: beamer > #+OPTIONS: H:2 toc:t > > * Level 1 :andHereIsTheTag: > ** A

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-05-31 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > When calling org-refile with org-completion-use-ido set to t, pressing > TAB in ido-mode results in an error. This is because ido-completion-help > expects a list of strings. However, org-refile sends ido-completing-read > a list of lists. > > To

Re: [O] Tags management strategies

2016-05-31 Thread Martin Leduc
On 05/17/2016 08:23 AM, Karl Voit wrote: David Weinberger Hi Karl, Thank you so much for these interesting resources. I've read your technique for tagging files and folders and must admit that it's quite impressing. I would love to implement such kind of a system one day along with my GTD

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-31 Thread Brian Carlson
On 2016-05-26 02:52, Nicolas Goaziou wrote: I realize that the org texinfo manual probably needs to be updated, as well. I'll take a stab at updating that unless someone else wants to take that on. You're right. You can merge ORG-NEWS modifications into the documentation patch. I just

Re: [O] Exported document does not open in associated application upon export completion (was Problem exporting to pdflatex)

2016-05-31 Thread Charles Millar
Hi, I now realize that the exporter (pdflatex) does create the desired document; however upon completing the export the new pdf document does not immediately open, to which I am accustomed. I can open the pdf by going to the exported document itself, etc. LMDE Betsy GNU Emacs 25.1.50.2

[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

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

2016-05-31 Thread Yasushi SHOJI
Some characters have multiple column width. Calculating string width with points gives a wrong value than actual display width. Use `string-width' instead. Here is an ECM for this problem. `M-x org-update-statistics-cookies` or `C-c #` on bar moves the tag on the headline. * foo [0/0]