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
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
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.
&
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
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
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 |
--
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
>
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,
>>
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
> '(
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)
--
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
...
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo