Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-19 Thread Miro Bezjak
Ahh, hadn't thought of that. Thanks for the suggestion. Regards, Miro On Tue, Nov 18, 2014 at 10:32 PM, Nicolas Goaziou wrote: > Hello, > > Miro Bezjak writes: > >> I rather like that `org-read-date` takes over windmove keys during the >> second or two that I

Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-14 Thread Miro Bezjak
Hi all, I rather like that `org-read-date` takes over windmove keys during the second or two that I'm using it. By reverting this, I guess I'll have to copy and paste the whole `defvar` just to add `(org-replace-disputed-keys nil)`. May I make a compromise here? Can we make a new defcustom (org-d

Re: [O] Contribution: ob-groovy.el

2014-03-17 Thread Miro Bezjak
Hi all, it took a while, but my FSF papers finally pulled through. I guess that means ob-groovy.el can now move from `contrib' and into `lisp'. Kind Regards, Miro On Mon, Dec 30, 2013 at 3:53 AM, Eric Schulte wrote: > Miro Bezjak writes: > > > Sure - attached. &

Re: [O] Contribution: ob-groovy.el

2013-12-28 Thread Miro Bezjak
Sure - attached. Kind Regards, Miro Bezjak On Sat, Dec 28, 2013 at 5:12 PM, Eric Schulte wrote: > Hi Miro, Thanks for this contribution! > > t...@tsdye.com (Thomas S. Dye) writes: > > > Aloha Miro, > > > > Miro Bezjak writes: > > > >> can I do all

Re: [O] Contribution: ob-groovy.el

2013-12-27 Thread Miro Bezjak
s.html > > I was going to suggest that you use the Scala documentation as a guide, > but it doesn't exist! In fact, Scala doesn't appear in Worg's list of > languages supported by Babel. One of those days ... > > Thanks again for your contribution. > > All the

[O] Contribution: ob-groovy.el

2013-12-26 Thread Miro Bezjak
7; println 1 + 2 #+END_SRC #+RESULTS: =1 2 3 --- testing table -- #+BEGIN_SRC groovy :results verbatim raw """ | 1 | 2 |-- | a | b """.trim() #+END_SRC #+RESULTS: | 1 | 2 | |---+---| | a | b | --

Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-12-07 Thread Miro Bezjak
Regards, Miro On Fri, Dec 6, 2013 at 3:30 PM, Bastien wrote: > Hi Miro, > > Miro Bezjak writes: > > > It appears that `org-agenda-tag-filter-preset' does not work when I > > define > > multiple commands under one. The agenda is rendered as if filter was >

Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-11-28 Thread Miro Bezjak
Any ideas? On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > Forgot to mention. I'm using org-mode 8.2.2. > > Regards, > Miro > > > On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > >> Hi all, >>

Re: [O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-11-27 Thread Miro Bezjak
Forgot to mention. I'm using org-mode 8.2.2. Regards, Miro On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote: > Hi all, > > consider the following configuration: > > > (setq org-agenda-custom-commands > '(

[O] multiple agenda custom commands causes tag-filter-preset not to work?

2013-11-27 Thread Miro Bezjak
Hi all, consider the following configuration: (setq org-agenda-custom-commands '(("h" "home" ((agenda "" ((org-agenda-span 'day) (org-agenda-tag-filter-preset '("-work" (alltodo) --

[O] makefile target: update to latest release?

2013-11-08 Thread Miro Bezjak
Hi all, before attemting to implement the script I was wondering if there exists a makefile target that updates the repository to the latest release? I was thinking something along the lines of: current=... # determine the current version git checkout mas

Re: [O] disable org-replace-disputed-keys for org-read-date

2013-09-07 Thread Miro Bezjak
... In words: I just added `(let* ((org-replace-disputed-keys nil)' right where init-value of `org-read-date-minibuffer-local-map' is being determined. Kind Regards, Miro On Sat, Sep 7, 2013 at 10:22 PM, Miro Bezjak wrote: > Dear Carsten, > > sorry for not resp

Re: [O] disable org-replace-disputed-keys for org-read-date

2013-09-07 Thread Miro Bezjak
ough, that would cause some backwards incompatibilities. Any thoughts? Kind Regards, Miro On Mon, Sep 2, 2013 at 7:50 AM, Carsten Dominik wrote: > Hi Miro, > > I have implemented this. > > Please test and make sure it works. > > Regards > > - Carsten > > On

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Miro Bezjak
Once this gets implemented I'd really like to see the same table in org manual. It's a really good summary. Regards, Miro On Thu, May 16, 2013 at 8:21 AM, Bastien wrote: > Samuel Wales writes: > > > > |-+--++--| > > | command

[O] disable org-replace-disputed-keys for org-read-date

2013-05-15 Thread Miro Bezjak
Hi all, for orgmode 7.9.x I had the following defadvice. (defadvice org-read-date (around my-no-disputed-keys activate) "Ignore org-replace-disputed-keys when calendar is active." (let ((org-replace-disputed-keys nil)) ad-do-it)) Contrary to the `org-replace-disputed-keys' docu

Re: [O] Unwanted scrolls from org-agenda-todo

2013-03-21 Thread Miro Bezjak
Ok. Thanks for the info. Regards, Miro On Thu, Mar 21, 2013 at 12:10 AM, Bastien wrote: > Hi Miro, > > Miro Bezjak writes: > > > `org-agenda-todo' seems to scroll (up or down - depending on how > > you're looking at it) in a way to make the task, currentl

[O] Unwanted scrolls from org-agenda-todo

2013-03-20 Thread Miro Bezjak
Hi all, my Arch Linux has just received an update to Emacs 24.3 that comes with new & shiny (& slightly outdated :) org-mode (org-version: 7.9.3f). I ran into a little annoyance, though. Suppose `-' represents top of the window and `0' cursor position. I type `C-c a a', `o' to `delete

[O] replace-disputed-keys by default; but not for calendar

2012-11-14 Thread Miro Bezjak
Hi all, I configured (setq org-replace-disputed-keys t) since I'm used to windmove.el. I would, however, like to use shift+arrow keys just for calendar. Does anyone have a suggestion how to accomplish such a feat? I'm looking at source code for `org-read-date' but I'm not getting any ideas. If i

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Miro Bezjak
Hi Sylvain, Bastien, I have indeed noticed `org-make-link-description-function'. Though, from its documentation I've somehow concluded that it makes the final (and not default) description. By rereading documentation and source code for `org-insert-link', it appears that with addition of Sylvain's

[O] org-insert-link with HTML title as default description

2012-09-29 Thread Miro Bezjak
Hi all. I'm new to the whole emacs/elisp/org-mode thing and I have to say I'm amazed by it. Thank you for all the hard work. That having been said, I've hacked together two functions that are useful to me. I was wondering what are your thoughts on including their idea (but with a better implement