[O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-25 Thread Oleh Krehel
these changes to the stable versions of Org and to Emacs trunk? regards, Oleh

Re: [O] navigate between source code blocks

2015-04-30 Thread Oleh Krehel
. And it's got the best Helm implementation for navigating to headings. I've just added named blocks to this list as well. Screenshot: http://oremacs.com/download/worf-goto.png. The command to call is M-x `worf-goto' or g while in `worf-mode'. Oleh

Re: [O] navigate between source code blocks

2015-05-01 Thread Oleh Krehel
is an isearch replacement, so I could just: 1. C-s break - see 38 matches. 2. C-a \* SPC - see 9 matches. 3. C-n repeatedly to navigate to the one that I want. As you see, I kind of stole your notes and the org-bullets customization, so thanks for that:) Oleh

Re: [O] navigate between source code blocks

2015-04-28 Thread Oleh Krehel
, Oleh

Re: [O] Could org-mode use `completing-read-function' instead of `org-icompleting-read'?

2015-04-16 Thread Oleh Krehel
Hi Rasmus, On Thu, Apr 16, 2015 at 4:10 PM, Rasmus ras...@gmx.us wrote: Hi Oleh, Oleh Krehel ohwoeo...@gmail.com writes: I was just trying to customize the completion back end for refiling (ido isn't great for that, even with the ido-vertical upgrade). And it's not at all easy, since

[O] Could org-mode use `completing-read-function' instead of `org-icompleting-read'?

2015-04-16 Thread Oleh Krehel
of `org-icompleting-read'? regards, Oleh

Re: [O] Could org-mode use `completing-read-function' instead of `org-icompleting-read'?

2015-04-16 Thread Oleh Krehel
On Thu, Apr 16, 2015 at 5:21 PM, Rasmus ras...@gmx.us wrote: Hi Oleh, Oleh Krehel ohwoeo...@gmail.com writes: I was just trying to customize the completion back end for refiling (ido isn't great for that, even with the ido-vertical upgrade). And it's not at all easy, since ido seems

Re: [O] Could org-mode use `completing-read-function' instead of `org-icompleting-read'?

2015-04-16 Thread Oleh Krehel
. All is fine then. Except that iswitchb is obsolete. Should we remove it? Oleh

Re: [O] Could org-mode use `completing-read-function' instead of `org-icompleting-read'?

2015-04-16 Thread Oleh Krehel
Hi Marcin, On Thu, Apr 16, 2015 at 7:45 PM, Marcin Borkowski mb...@mbork.pl wrote: On 2015-04-16, at 17:35, Oleh Krehel ohwoeo...@gmail.com wrote: I don't know how to use helm of ivy. But I think the attached patch is better. Would that work with helm and ivy? Yes, both work fine. Just

[O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-09 Thread Oleh Krehel
if this is bug that needs to be fixed, or maybe CUSTOM_ID was replaced with something. regards, Oleh

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
-container-my-id class=outline-2 h2 id=my-ida id=sec-1/aspan class=section-number-21/span Headline/h2 div class=outline-text-2 id=text-my-id /div And the corresponding Firefox bar: testorg.html#my-id regards, Oleh

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Oleh Krehel ohwoeo...@gmail.com writes: It's not: I'm getting this in my Firefox address bar if I click the link: testorg.html#orgheadline1 What link? There is no link in your example. The link to the headline in the table of contents

[O] Unclear org-icompleting-read interface

2015-06-25 Thread Oleh Krehel
arguments are used. This change would make the calls to `org-icompleting-read' much easier to read. regards, Oleh

Re: [O] Unclear org-icompleting-read interface

2015-06-25 Thread Oleh Krehel
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Moreover, `org-icompleting-read' is not harder to read as `completing-read' anyway. I disagree on this. `completing-read' at least declares its own argument list. So it's possible to distinguish which argument is which, albeit with some effort

Re: [O] old ob-clojure in orgmode.org/elpa/?

2015-06-28 Thread Oleh Krehel
Hi Julien, I asked this before, and the reason is that it was missed in the last release. And there's still some time until the next release that will finally update it. regards, Oleh

Re: [O] John's amazing indexing posts

2015-07-28 Thread Oleh Krehel
database aggregates instead of the actual line context, like grep does. With 30 candidates and no line context, a pure list of files looks simpler than a list of files and a list of out-of-sequence words that each file contains. --Oleh

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Oleh Krehel
Marcin Borkowski mb...@mbork.pl writes: As Oleh Krehel pointed out in a reply to another mail of yours, if your code links to org-mode code (or other GPL code) you cannot release it under a different license. I'm not sure about how linking is intended in Elisp sense of ('require)ing a library

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Oleh Krehel
Eric S Fraga e.fr...@ucl.ac.uk writes: On Monday, 27 Jul 2015 at 19:04, Marcin Borkowski wrote: [...] Nope. As stated by someone here (Oleh, I guess), if I (require 'org), or possibly even just write Elisp, and want to distribute it, it has to be GPL. I do not think this is true. I

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Oleh Krehel
, theoretically they could do it. Therefore, the second party should not be allowed to change to BSD if they're linking to GPL code. --Oleh

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Oleh Krehel
of using Emacs like an interpreter and not relying on the bindings to the code that it provides. --Oleh

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-28 Thread Oleh Krehel
license, and I don't want people who casually read this list to think that GPL has no supporters or that we are somehow stuck with it, or it is imposed on us. Even if I was not *required* to use this license, I would *choose* to use it, because I like the idea. --Oleh

[O] Is it possible to remove org-completing-read and org-completing-read-no-i?

2015-07-28 Thread Oleh Krehel
variables and `org-tags-completion-function' altogether and have the lambda enclose on tag-list and colon instead. regards, Oleh

Re: [O] John's amazing indexing posts

2015-07-31 Thread Oleh Krehel
. Showing those is a possibility, but at times it's just too much information. For instance, here's one candidate for input 'git': text/plain [file:///home/oleh/Dropbox/org/wiki/git.org][git.org] 9921bytes ABSTRACT title my git notes language en ... css articles done http git scm

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-30 Thread Oleh Krehel
it would be fine if a link to my blog is provided, since then the reader is then aware of the option for ad-free posts. On the other hand, I wouldn't want to restrict anyone from significantly building upon my content and making money from that. --Oleh

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-30 Thread Oleh Krehel
Hi Charles, Charles Philip Chan cpc...@bell.net writes: Just want to let you know, this commit: , | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 | Author: Oleh Krehel ohwoeo...@gmail.com | Date: Tue Jul 28 15:06:25 2015 +0200 | | lisp/org.el (org-set-tags): Simplify

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Oleh Krehel
Rasmus ras...@gmx.us writes: Oleh Krehel ohwoeo...@gmail.com writes: If anywhere in your code there's (require 'org), you have to release your code under GPL. Are you sure about that? By this logic, *any* .el file should be GPL as they use (defun ยท), implicitly loaded from byte-run. I'm

Re: [O] Org-mode exporters licensing

2015-07-27 Thread Oleh Krehel
be PD, while the couple-line Elisp shell call would still be GPL. regards, Oleh

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-27 Thread Oleh Krehel
or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher. Now who is the evil guy here? regards, Oleh

Re: [O] John's amazing indexing posts

2015-07-27 Thread Oleh Krehel
you a list of files that match the query. After selecting the file, it's searched for the current query. Unfortunately, the -A (abstract) switch isn't as useful as the context that e.g. grep gives, so I went only with the file names. regards, Oleh

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-27 Thread Oleh Krehel
, but if you don't want to listen that's fine. --Oleh

Re: [O] Conditional link export?

2015-11-08 Thread Oleh Krehel
HEAD") 0 -1). It should be fairly easy to add this to the syntax, since the "!(" string is very unique, and `forward-sexp' can be used to find the ending of the inline block. I'd appreciate everyone's thoughts on the proposed addition. Best case scenario, Nicolas agrees and it's actually easy to add the new "!()" inline Elisp syntax. Mid case, everyone's indifferent and I can add the code myself. Worst case, people are opposed to this change and I'm sad. regards, Oleh

Re: [O] Conditional link export?

2015-11-08 Thread Oleh Krehel
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Oleh Krehel <ohwoeo...@gmail.com> writes: > >> Is that a new feature? > > It is probably almost as old as Babel itself. > >> First time I've heard about it, and I did google >> for inline code block ev

Re: [O] Conditional link export?

2015-11-08 Thread Oleh Krehel
o)} No one would quickly forget the first call syntax after using it once, while the second one is highly forgettable and clumsy. Additionally `org-edit-src-code' doesn't work for these blocks. regards, Oleh

Re: [O] Conditional link export?

2015-11-07 Thread Oleh Krehel
e page. How to export each heading to its own page and have them all linked? 4. Is Org-mode powerful enough to have all of Emacs' manuals re-written in it, without any change in the final Info output? regards, Oleh

[O] Conditional link export?

2015-11-06 Thread Oleh Krehel
information, but in different browsers basically. How could this be done? I'm thinking of something like: #ifdef TEXINFO [[info:emacs#Packages]] #else [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html]] #endif Oleh

Re: [O] Is there a way to search for link target, not description?

2015-09-07 Thread Oleh Krehel
I haven't used `isearch' for half a year now, only occasionally for testing. Oleh

Re: [O] Merge branch 'maint'

2015-09-10 Thread Oleh Krehel
Kyle Meyer <k...@kyleam.com> writes: > Hello, > > Oleh Krehel <ohwoeo...@gmail.com> writes: > >> Hi all, >> >> Was the issue of abundant "Merge branch 'maint'" commit messages >> discussed before? I couldn't find a reference... >>

[O] Merge branch 'maint'

2015-09-09 Thread Oleh Krehel
: just use the "rebase" instead of the "merge" command. Anyway, it's a small thing, and if Nicolas or Bastien strongly like the merge method I won't bring it up again. But if they don't care either way, I think it's better to start rebasing. Oleh

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
d to maint, and then merged into master. Why? Oleh

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Stefan Nobis <stefan...@snobis.de> writes: > Oleh Krehel <ohwoeo...@gmail.com> writes: > >> Would it be so hard for Git to perform a single merge of master into >> maint on release, while keeping them separate and cherry-picking >> in-between fo

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
-between for the sake of a clean linear history? The easy way would be to rewrite maint on each release, but perhaps Git can do better? Oleh

Re: [O] Merge branch 'maint'

2015-09-11 Thread Oleh Krehel
Achim Gratz <strom...@nexgo.de> writes: > Am 11.09.2015 um 13:59 schrieb Oleh Krehel: >> What is the purpose of maint exactly? > > It's a bit short on the explanation side, but does that help? > > http://orgmode.org/worg/dev/index.html It does help a bit. > Also

[O] Need some help in customizing ox-texinfo

2015-12-18 Thread Oleh Krehel
that "@" is escaped later on and I get "@@subsubheading" in the end. How can I fix that? Is there an easier way to do this in general? regards, Oleh

Re: [O] Why does evaluating a piece of Elisp code seemingly not expand a macro?

2016-01-15 Thread Oleh Krehel
; (message ;;"The answer is %s." ;;42)) By the way, it might be more appropriate to ask similar questions on help-gnu-em...@gnu.org. Oleh

[O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Oleh Krehel
(Org mode 8.2.10) regards, Oleh

Re: [O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Oleh Krehel
re of the change. I assume that #+TEXINFO: and #+HTML: one-line blocks remain unchanged? Oleh

Re: [O] (message "Greedy org-protocol handler. Killing client.")

2016-02-24 Thread Oleh Krehel
r immediately after I disabled the advice. So I suggest examining your custom advises. And see if disabling some of them fixes the problem. And maybe someone could look into using something better than `defadvice' in org-protocol.el. Oleh

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-26 Thread Oleh Krehel
Nicolas Goaziou writes: > So is Lisp. I like Lisp. > It boils down to ask users to write Lisp by hand at some point. Not > everyone wants to use interactive tools. I claim that a user can get by without having to write a single line of Lisp manually. M-x `customize'

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-28 Thread Oleh Krehel
.com/abo-abo/swiper/blob/master/doc/ivy-ox.el. I made use of my own kbd markup that I wrote once in Org, but exported the same both to Texinfo and HTML (see e.g. http://oremacs.com/swiper/#key-bindings). regards, Oleh

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: > I do not feel like asking users to write directly the AST for their > plain text documents, really. It's not an AST though. It's simply nested lists. Like JSON or XML but better. And the idea is to both have it automatic and manual. For example,

[O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
stored in a :LOGBOOK:, separately from :PROPERTIES: - The :SCHEDULED: and :DEADLINE: time stamps - I also have the "Added: ..." line from a recommended capture setup, I think it would be better placed in :PROPERTIES: Is it possible to set up what I described above? Any pointers? Ideas to do it better? thanks, Oleh

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: >> Here's a list of the diverse things that I'd like to hide into >> :PROPERTIES: >> >> - Tags - there are always a pain to re-align, they show up as diffs in >> git commits >> - The clock entries - they are stored in a :LOGBOOK:, separately from

Re: [O] Is it possible to keep /all/ the heading properties in one place?

2016-02-25 Thread Oleh Krehel
Nicolas Goaziou writes: > Because not everything is a node property. This shouldn't prevent us from keeping things that /are/ node properties all in one place. > TODO keywords, tags and properties are all different, and blurring the > distinction between them would not

Re: [O] New package: ox-minutes [Please critique]

2016-08-10 Thread Oleh Krehel
_input.org ./ox-minutes/test_output.txt Both test_input.org and test_output.txt could be moved from README.md. regards, Oleh

[O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-07-31 Thread Oleh Krehel
Hi all, I updated Org recently and noticed that the agenda display looks very broken, especially in `org-agenda-log-mode'. I did a bisect; reverting commit 912a385518bcf2e320cc161d573ad329111de6c7 fixes it. Anyone else have this problem? regards, Oleh

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-16 Thread Oleh Krehel
an alternative addon that installs without a downgrade. But that one doesn't seem to work. regards, Oleh On Wed, Aug 16, 2017 at 2:58 PM, Marcin Borkowski <mb...@mbork.pl> wrote: > Hi all, > > the title text says it all. Anybody can confirm that? How to configure > capture

Re: [O] [RFC] New "kbd" macro?

2017-09-14 Thread Oleh Krehel
> Copying Oleh, as I believe he would also have some interest in this. Thanks for the info. I still prefer to denote keys as ~C-x C-f~, and code as =forward-char=: 1. It looks good in text. 2. It looks good on Github/Gitlab render. 3. It still exports as C-x C-f for HTML, and @kbd{C-x

Re: [O] Ediff org files starts folded

2017-10-25 Thread Oleh Krehel
Here's what I use: (defun ora-ediff-prepare-buffer () (when (memq major-mode '(org-mode emacs-lisp-mode)) (outline-show-all))) (add-hook 'ediff-prepare-buffer-hook 'ora-ediff-prepare-buffer) regards, Oleh

Re: [O] do you need a separate LaTeX installation to export org mode files to pdf?

2018-01-22 Thread Oleh Krehel
apt install -y software-properties-common RUN apt install -y texlive-latex-extra cm-super I also install Emacs and some project specific stuff on top of it. In the end, the built Docker image is only 2.19GB. If you don't care for Docker, you can just install the above minimal packages with sudo. regards, Oleh

Re: [O] org-drill extremely slow with Org 9.2.5

2019-08-25 Thread Oleh Krehel
red in commits as well. Check it out. It might have less features, but it's really fast and has served me well. regards, Oleh

<    1   2