Re: [O] Tags completion with Helm

2017-03-14 Thread aaermolov
followup: Further debugging revealed that helm-hide-minibuffer-maybe is not guilty of anything. But for some reason, helm-mode-fuzzy-match / helm-completion-in-region-fuzzy-match fix the problem, but only using 2+ chars queries. Maybe some other customizations are responsible for that.

Re: [O] Tags completion with Helm

2017-03-14 Thread aaermolov
Yes, with some some config fiddling I've seen this crm-based tagging wotkflow you describe, but problems were the same. Suddenly, I tried to remove some customization code for Helm (namely this - https://github.com/search?q=helm-hide-minibuffer-maybe=Code=✓) and it seems proper completion starts

Re: [O] Tags completion with Helm

2017-03-14 Thread aaermolov
Hi John, no, these do not seem to fix anything. :( Namely, the following is still happens: 1) I'm pressing C-c C-q then TAB to select freeform input 2) then there is "org-set-tags" above candidates list and buffer title is "*helm-mode-org-set-tags*" 3) after any input candidates list looks

[O] Tags completion with Helm

2017-03-14 Thread aaermolov
Hi, I've spotted a problem with completing Org tags with Helm. While Helm is not at least about [fuzzy] completion, when I try to input any completion subsequence, all candidates are gone and variants are shrinked to whatever will be typed. Is there any widely known mistake, that I've stepped

Re: [O] Literate config and :tangle clauses

2016-12-26 Thread aaermolov
Hi, Chuck I do not blame Org at first place, but I've bisected my config and the behaviour is the same for a significant list of commits deeper in git history. And, as I've already mentioned, it started to behave as described only some time ago (about a week), after one of the package updates.

Re: [O] Literate config and :tangle clauses

2016-12-26 Thread aaermolov
Yes, I've ended up doing the same. It's not a problem at all, but I was just curious how has it gone that way. regards, Alex joa...@verona.se writes: > aaermo...@gmail.com writes: > >> Hi all! >> >> Recently I've experienced a kind of a problem - my literate Emacs config >> stopped tangling

[O] Literate config and :tangle clauses

2016-12-23 Thread aaermolov
Hi all! Recently I've experienced a kind of a problem - my literate Emacs config stopped tangling correctly, only a subset of code blocks were found in resulting .el file. I've looked at it a bit closer and it seems now (not earlier than 9.0.2) the :tangle clause became required. I've searched

Re: [O] Remove Org from Emacs repository?

2016-12-18 Thread aaermolov
2 cents from me... Besides I continuously see many users praising Emacs just for Org presence (they even may be completely non-technical users), I'm personally think Org may be removed from Emacs distribution because: 1) all Reuben's argument seems sane; 2) there are situations when someone

Re: [O] Exporting cyrillic documents to LaTeX/PDF

2016-10-29 Thread aaermolov
Thanks Rasmus, it works! xelatex solves the problem. In case someone interested, here is the solution (Gentoo distro): Add "app-text/texlive l10n_ru" somewhere portage/package.use info lives it will trigger "dev-texlive/texlive-langcyrillic" package installation (or install it directly if you

[O] Exporting cyrillic documents to LaTeX/PDF

2016-10-29 Thread aaermolov
Hi all, I have a problem exporting org-mode documents with cyrillic text to LaTeX/PDF. As a result, Emacs says "PDF file produced with errors." and only English text is displayed in resulting pdf, cyrillic chunks are just omitted. Googling this topic gave me a bunch of contradictory ways to

Re: [O] Defining directory tree structure from org-attach to reflect headers

2016-10-16 Thread aaermolov
I'm not completely up to topic, but it seems to me that org-attach machinery is more about a content-addressable storage, so it makes little sense for what you want this way. But those who know more, can obviously correct me. cheers, Alex Rainer M Krug writes: > Hi > > I have