Hi,
I'm not exactly sure when this started happening, but I assume it came
with the update to Org 9:
In any org file, potentially lengthy information about (I'm guessing
here) org objects is displayed in the minibuffer, e.g.:
(headline (:raw-value Nutzer :begin 805 :end 3472 :pre-blank 0 :conten
Hi
When I try to open some messages[1] the minibuffer pops up asking
orglist
"Which function for creating the link?
And offers org-mairix-store-gnus-link
Which I don't want. How can I stop this annoying behavior, because
mairix links seem not to work for me.
BTW, 3 message of mine did not arri
On Thursday, 2 Mar 2017 at 11:38, Uwe Brauer wrote:
> Hi
>
> When I try to open some messages[1] the minibuffer pops up asking
> orglist
> "Which function for creating the link?
Maybe give a bit more context? What messages? How is this related to
org?
--
: Eric S Fraga (0xFFFCF67D), Emacs 26.
Do you use org-ref? It did that for a short time. If so an update of
org-ref should make it go away.
On Thu, Mar 2, 2017 at 3:40 AM Loris Bennett
wrote:
> Hi,
>
> I'm not exactly sure when this started happening, but I assume it came
> with the update to Org 9:
>
> In any org file, potentially
Updating org-ref solved the problem. Thanks.
John Kitchin writes:
> Do you use org-ref? It did that for a short time. If so an update of org-ref
> should make it go away.
>
> On Thu, Mar 2, 2017 at 3:40 AM Loris Bennett
> wrote:
>
> Hi,
>
> I'm not exactly sure when this started happening
>>> "Eric" == Eric S Fraga writes:
> On Thursday, 2 Mar 2017 at 11:38, Uwe Brauer wrote:
>> Hi
>>
>> When I try to open some messages[1] the minibuffer pops up asking
>> orglist
>> "Which function for creating the link?
> Maybe give a bit more context? What message
1. Write a file named agenda_bug.org with the following content
(remove indentation):
*** TODO Dummy
SCHEDULED: <2017-03-06 Seg> DEADLINE: <2017-03-07 Ter ++1m -6d>
2. Start GNU Emacs 25.2.1 (25.2-rc2) with an empty init.el.
3. (require 'org-agenda)
4. Customize org-agenda-skip-deadlin
Hi
I have even put in my init file
(setq org-store-link-functions
(list 'org-gnus-store-link
'org-rmail-store-link
'org-mhe-store-link
'org-irc-store-link
'org-info-store-link
'org-docview-store-link
'org-bibtex-store-l
Uwe Brauer writes:
> org-store-link-functions is a variable defined in ‘org.el’.
> Its value is
>
>
> (org-mairix-store-gnus-link org-rmail-store-link org-mhe-store-link
> org-irc-store-link org-info-store-link org-gnus-store-link
> org-docview-store-link org-bibtex-store-link org-bbdb-store-link
On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote:
> I have even put in my init file
> (setq org-store-link-functions
Following this up, in org v8, this was a variable but in org v9 it is
now a function.
--
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.4-242-g2c27b8
signature.
>>> "Nick" == Nick Dokos writes:
> Uwe Brauer writes:
>> org-store-link-functions is a variable defined in ‘org.el’.
>> Its value is
>>
>>
>> (org-mairix-store-gnus-link org-rmail-store-link org-mhe-store-link
>> org-irc-store-link org-info-store-link org-gnus-store-link
> Uwe Brauer writes:
> You are probably either loading explicitly org-mairix (from contrib)
> or requiring 'org-mairix (explicitly or implicitly).
I think I found the culprit, I started emacs -q and the
variable org-store-link-functions did not contain
org-mairix-store-gnus-link.
Uwe Brauer writes:
> Hi
>
> I have even put in my init file
> (setq org-store-link-functions
> (list 'org-gnus-store-link
> 'org-rmail-store-link
> 'org-mhe-store-link
> 'org-irc-store-link
> 'org-info-store-link
> 'org-docview-st
Uwe Brauer writes:
> > Uwe Brauer writes:
>
> > You are probably either loading explicitly org-mairix (from contrib)
> > or requiring 'org-mairix (explicitly or implicitly).
>
> I think I found the culprit, I started emacs -q and the
> variable org-store-link-functions did not conta
>>> "Eric" == Eric S Fraga writes:
> On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote:
>> I have even put in my init file
>> (setq org-store-link-functions
> Following this up, in org v8, this was a variable but in org v9 it is
> now a function.
Right, but I am still using
org
Hi
I thought that sometimes the following worked. I open an article in
gmane, say in the org mode group. I use org-store-link.
I use gnus-summary-post-news and then via org-insert-link, I insert the
stort link and send it (to myself).
The link has the form
[[http://mid.gmane.org/87wpc83nwc
Nicolas Goaziou writes:
> Correcting myselfè
>
> Nicolas Goaziou writes:
>
>>> + :filters-alist '((:filter-final-output . org-confluence-fix-timestamps))
>>
>> Why do you use a final filter? It is a pretty gross tool, couldn't you
>> simply generate the correct output from the plain-list or ite
On Thursday, 2 Mar 2017 at 13:20, Uwe Brauer wrote:
[...]
> Hm I am using gnus.
[...]
> (add-hook 'gnus-select-article-hook 'my-org-store-link-simple)
Ah, okay, now makes sense. Unfortunately, I cannot help with
this. Hopefully others on the list can.
--
: Eric S Fraga (0xFFFCF67D), Emacs
Hello all,
I've been using org mode for several months now on my Mac without problems.
Since most of what I do is for work I've tried using it on our company Windows
7 machines, using the official GNU Emacs 25.1
for Windows. Unfortunately, I've had a nagging issue both with the september
and t
Hello,
I just updated emacs to GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-21
and orgmode to Org mode version 9.0.5 (9.0.5-elpa @
c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20170210/).
I've been using Bernt Hansen's clock setup for over a year now, without
issues. I realize that thi
Hello,
Markus Heller writes:
> I just updated emacs to GNU Emacs 25.1.1 (x86_64-w64-mingw32) of 2016-09-21
> and orgmode to Org mode version 9.0.5 (9.0.5-elpa @
> c:/Users/mheller/AppData/Roaming/.emacs.d/elpa/org-20170210/).
>
> I've been using Bernt Hansen's clock setup for over a year now, wi
Uwe Brauer writes:
>> Try
>
>>emacs -q -l /path/to/minimal.el
>
> I am not sure what minimal.el is supposed to be, but
> emacs -q I might try.
>
It may be a no-op or it may be a few lines of code, depending on how
you get your org-mode. For me, building from latest master every so
of
> Uwe Brauer writes:
> Probably you've set `gnorb-gnus-mail-search-backend' to 'mairix. Then,
> when you call `gnorb-bbdb-mail-search', that would result in a call to
> `mairix-search', which I'm sure is autoloaded and will bring in the
> whole package.
No it is set to nil.
Uwe Brauer writes:
> Hi
>
>
>
> I thought that sometimes the following worked. I open an article in
> gmane, say in the org mode group. I use org-store-link.
>
> I use gnus-summary-post-news and then via org-insert-link, I insert the
> stort link and send it (to myself).
>
> The link has the form
> Uwe Brauer writes:
> What version of org are you using? In 9.0.5, I don't have a variable
> called 'org-store-link-functions', but I have a function called that.
> Is it possible that you have a mixed install?
As I said to Eric A., yes I had a terrible mix of old org installations
>>> "Eric" == Eric S Fraga writes:
> On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote:
>> I have even put in my init file
>> (setq org-store-link-functions
> Following this up, in org v8, this was a variable but in org v9 it is
> now a function.
Yep I upgraded to 9.0.5 and thi
Nicolas Goaziou writes:
> Fixed. Thank you.
So the behaviour that whatever :maxlevel is set to becomes the number of
columns even when the rightmost columns are empty is now considered a
feature? I haven't tried to bisect for when that changed, but empty
columns used to be dropped from the table.
Hello,
Thomas Rikl writes:
> The patch (i think the first in my life delivered to public)
> contains a superfluous comment line first inserted then removed
> other parts come from fill-paragraph.
>
> I tried also to unify the spelling of M-TAB somtimes M-, or variants.
>
> $ git format-patch -2
Hello,
Achim Gratz writes:
> So the behaviour that whatever :maxlevel is set to becomes the number of
> columns even when the rightmost columns are empty is now considered a
> feature? I haven't tried to bisect for when that changed, but empty
> columns used to be dropped from the table.
I'm a
Hello,
Marc Ihm writes:
> this is a corrected patch, which handles timestamps in a more canoncial
> way.
Great. Thank you.
It looks good. Could you provide a commit message?
Regards,
--
Nicolas Goaziou
On Thursday, 2 Mar 2017 at 15:57, Uwe Brauer wrote:
> Hi
>
> I have even put in my init file
> (setq org-store-link-functions
In my org, which is reasonably up to date, there is no such
variable. There *is* a function by that name, however.
What version of org are you using?
--
: Eric S Fraga
Uwe Brauer writes:
> > Uwe Brauer writes:
>
> > Probably you've set `gnorb-gnus-mail-search-backend' to 'mairix. Then,
> > when you call `gnorb-bbdb-mail-search', that would result in a call to
> > `mairix-search', which I'm sure is autoloaded and will bring in the
> > whole
your message ended in spam folder.
i have long wondered if autoclocking is possible in org.
you'd be working in emacs and not explicitly clock in or out. no
logbook entries are automatically created. if the current entry does
not have one, search upward for one. if there is not one, then use a
Nicolas Goaziou writes:
> Hello,
>
> Detlef Steuer writes:
>
>> after updating org this morning from git I get:
>>
>> org-duration-to-minutes: Invalid duration format: " 9:00"
>>
>> if I try to invoke my agenda with C-c a a
>>
>> What gives me headaches: I don't use, AFAIK, durations anywhere
>>
David Mann writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Detlef Steuer writes:
>>
>>> after updating org this morning from git I get:
>>>
>>> org-duration-to-minutes: Invalid duration format: " 9:00"
>>>
>>> if I try to invoke my agenda with C-c a a
>>>
>>> What gives me headaches: I don'
Nick Dokos writes:
>> Who is the culprit, org-mode or gmane?
>>
>
> My money would be on the latter.
>
> IME gmane is moribund: if anybody has a different experience, I would
> love to know about it.
I should amend that a bit: I am using gmane's nntp feed to read this list, so
that
part of it i
The attached patch is a simple fix for the problem with ob-clojure using an
incorrect cider-current-session call instead of cider-current-ns. For
background on the issue see
https://emacs.stackexchange.com/questions/30857/clojure-code-evaluation-in-org-mode-produces-no-output/31169#31169
Not 100%
On 2017-03-02, at 23:49, Samuel Wales wrote:
> your message ended in spam folder.
>
> i have long wondered if autoclocking is possible in org.
Yes. In fact, I have something like this half-baked, only not withing
Org-mode/clocking, but in a custom format. Each N seconds, Emacs
records the buf
Just ran into a problem due to the most recent org-plus-contrib
(org-plus-contrib-20170210) including org-mime.el.
This file is no longer in the contrib directory of the repo and according
to the commit log
commit eb87e9b8fed78f02e3d546874cab9e471846a48e
Author: Bastien
Date: Sun Jan 29 18:47:
39 matches
Mail list logo