Hi Eric,
Eric Fraga writes:
> Again, my apologies for the noise.
no problem, thanks for tracking this down and reporting it to the list.
I had no idea people could use org-agenda-format-item, which operates in
the very internals for the agenda display.
Anyway, good you've got beyond that probl
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Is it possible to expand links, too? If I have
>> #+CAPTION: Data from [[textcite:ladefoged08:_variab_hawaii][;]].
>> I get
>> \caption{Data from [[textcite:ladefoged08:_variab_hawaii][;]].}
>>
>> My textcite link t
Hi Bastien,
I tracked the problem down!
There was a change, in commit b508ff69 two or so weeks ago, to the
argument sequence of org-agenda-format-item which I was using to extract
the time information from the diary entry so that I could sent that to
my Outlook calendar! This meant that I was pa
Bastien writes:
> Hi Eric,
>
> Eric Fraga writes:
>
>> I am not entirely sure what you mean but I have tested this now with an
>> empty diary.org file (i.e. no tags at all in that file at least) and I
>> get:
>
> I've pushed a fix, please let me know if it solves your problem.
Hi Bastien,
Than
Oh my.
It's fixed...
I should add a function to the hooks, right?
So this works
(add-hook 'org-mode-hook
(lambda () (local-set-key ...
as expected.
Thanks, sorry :)
On Sun, Sep 30, 2012 at 11:23:08PM +0200, Bastien wrote:
> Hi Philipp,
>
> Philipp Kroos writes:
>
> > The same happens
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> Is it possible to expand links, too? If I have
> #+CAPTION: Data from [[textcite:ladefoged08:_variab_hawaii][;]].
> I get
> \caption{Data from [[textcite:ladefoged08:_variab_hawaii][;]].}
>
> My textcite link type is here:
>
> #+name: define-biblat
Hi Philipp,
Philipp Kroos writes:
> The same happens if I don't add the git-version to load-path,
> i.e., with Org-mode version 7.8.11
I still cannot reproduce this. The error is only displayed when
I use M-/ on a subtree that has folded children.
Maybe someone else can reproduce.
--
Basti
Max Mikhanosha writes:
> I've had commit access (for sticky agenda), so unless someone removed
> me I should still have it.
Yes, you still have it.
> The reason I did not commit it directly, that its kind of innocent
> looking change but in the sensitive area of the code, so I wanted more
> eye
Hi,
I just pulled from master.
$> emacs -Q -l minimal-init.el
M-x version
M-x org-version
C-x C-f minimal-org.org
C-x b *Messages* RET
Org-mode version 7.9.2 (release_7.9.2-347-gd79227 @
/home/philipp/Lisp/elisp/org-mode/lisp/)
GNU Emacs 24.2.1 (i686-pc-linux-gnu, GTK+ Version 3.4.4) of 2012-08
At Sat, 29 Sep 2012 08:21:08 +0200,
Bastien wrote:
>
> Max Mikhanosha writes:
>
> > Following patch changes (org-agenda-change-all-lines) to call
> > (org-agenda-finalize) for each line changed, with agenda buffer
> > narrowed to just that line, and it speeds up redisplay of current item
> > a l
Hi Eric,
Eric Fraga writes:
> I am not entirely sure what you mean but I have tested this now with an
> empty diary.org file (i.e. no tags at all in that file at least) and I
> get:
I've pushed a fix, please let me know if it solves your problem.
Thanks,
--
Bastien
Hi Philipp,
Philipp Kroos writes:
> sorry, I missed your answer till tidying up my mailbox was due today ;)
> This error doesn't prevent anything from working, so I haven't looked
> into it much deeper yet.
> Anyway, last time I even forgot the obvious step to investigate my
> .emacs first.
>
> Bastien :
> Steinar Bang writes:
>> Cool! I've been looking for something like this for a long time. Is it
>> possible to show the CLOCKSUM_T value on the status line as well?
> Do you mean in the mode line?
Yes.
> Nope, this is not possible.
> The clock mode line will be reworked
Using git master 2bd95b6b of Fri Sep 28 10:05:20 2012, if I tangle this
with org-babel-tangle:
#+BEGIN_SRC sh :tangle file.sh
a
#+END_SRC
then file.sh would contain a blank line at the top, which I would not
have expected to be there.
Myles
Emacs : GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu,
Hi,
sorry, I missed your answer till tidying up my mailbox was due today ;)
This error doesn't prevent anything from working, so I haven't looked
into it much deeper yet.
Anyway, last time I even forgot the obvious step to investigate my
.emacs first.
Now I could narrow down the reason for the m
Hello,
itmejl writes:
> This is about using the new exporter.
>
> I use Emacs 24.2 on win7 and org-mode 7.9.2.
If you plan to use the new exporter, I strongly advise to load Org from
git development branch instead of the latest release.
> The following two lines (with real paths of course) are
Nicolas Goaziou writes:
> Hello,
>
> henry atting writes:
>
>> Only a single file. I understand that something like this will no work
>> anymore with the new exporter.
>>
>> #+SETUPFILE: /home/me/.setup.org
>
> It's #+SETUP_FILE: in the new exporter.
Okay, then it applies the `#+STYLE:' option
Hello!
This is about using the new exporter.
I use Emacs 24.2 on win7 and org-mode 7.9.2.
The following two lines (with real paths of course) are in .emacs:
(require 'org-export)
(add-to-list 'load-path (expand-file-name "/path/to/org/contrib/lisp"))
When starting with M-x org-export-dispatch I
Bastien writes:
> Hi Eric,
>
> Eric Fraga writes:
>
>> I should note that
>> I have set org-agenda-diary-file to point to an org file instead of the
>> default
>> Emacs diary file and that file is based on a date-tree layout.
>
> Can you get this error with a limited set of (tagged) items?
Hel
Hello,
henry atting writes:
> Okay, then it applies the `#+STYLE:' option from the setup file but not
> the path to org-info.js set in `#+INFOJS_OPT: path:~/.org-info.js'.
This is to be expected: org-jsinfo.el doesn't recognize the new exporter
yet.
> As to me I am content with e.g. org-export
Hi Eric,
Eric Fraga writes:
> I should note that
> I have set org-agenda-diary-file to point to an org file instead of the
> default
> Emacs diary file and that file is based on a date-tree layout.
Can you get this error with a limited set of (tagged) items?
> The actual entry does get insert
Hello,
sometime in the past few weeks, something has changed that has led
to problems inserting items in my diary from the agenda view, using
"i d" (org-agenda-diary-entry). The traceback is
--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-ty
Torsten Wagner writes:
> h an entire kill of emacs (including emacs-server) and restart did not
> help.
> However,
> M-x org-reload did...
This is a symptom of Org being required before the Org package is
loaded. Please check that you have (package-initialize) *before*
any Org customizatio
onHi Bastien,
h an entire kill of emacs (including emacs-server) and restart did not help.
However,
M-x org-reload did...
figured out I had (require 'org-install) not set for some strange
reason. It was set before using the Arch Linux git packages.
Now it seems ok. Can confirm ELPA upgrade se
Bastien writes:
> That's because I updated the ELPA packages manually, not with the script
> which outputs this file.
That too. But there's also apparently a bug in package manager that no
matter how often you refresh the package archives it will still show you
the old version in the package menu
Achim Gratz writes:
> I've checked just a minute ago and no, this is not what's currently up
> on "Org ELPA" => http://orgmode.org/elpa/build-org-pkg.txt. The version
> that's published (20120928) installs and reports just fine.
That's because I updated the ELPA packages manually, not with the
Hi Steinar,
Steinar Bang writes:
> Cool! I've been looking for something like this for a long time. Is it
> possible to show the CLOCKSUM_T value on the status line as well?
Do you mean in the mode line?
Nope, this is not possible.
The clock mode line will be reworked for 8.0.
--
Basti
Bastien writes:
> Achim Gratz writes:
>
>>> Org-mode version N/A (N/A @
>>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>>
>> This is not the version that is published on orgmode.org currently.
>
> Torsten updated from (Org) ELPA and this is the latest ELPA version.
I've checked just
Bastien writes:
> Er... forget that. I'll try and let you know if I get the same.
I just did this:
emacs -Q
Eval'ed this:
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
M-x list-packages RET
installed org-20120929
then M-x org-reload RET
I get
> Memnon Anon :
> ,
> | * New special property CLOCKSUM_T to display today's clocked time
> |
> | You can use CLOCKSUM_T the same way you use CLOCKSUM. It will
> | display the time spent on tasks for today only.
> `
> This is so *immensely* useful, thanks!
Cool! I've b
Bastien writes:
> Torsten Wagner writes:
>
>> just made an update...
>> org-version gives now
>>
>> Org-mode version N/A (N/A @
>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>>
>> Is that intended?
>
> Did you restart Emacs?
Er... forget that. I'll try and let you know if I get t
Achim Gratz writes:
>> Org-mode version N/A (N/A @
>> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>
> This is not the version that is published on orgmode.org currently.
Torsten updated from (Org) ELPA and this is the latest ELPA version.
--
Bastien
Torsten Wagner writes:
> just made an update...
> org-version gives now
>
> Org-mode version N/A (N/A @
> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
>
> Is that intended?
Did you restart Emacs?
--
Bastien
Torsten Wagner writes:
> just made an update...
> org-version gives now
>
> Org-mode version N/A (N/A @
> /home/torsten/.emacs.d/elpa/org-20120929/org-install.el)
This is not the version that is published on orgmode.org currently.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb A
Hi Bastien,
On 30 September 2012 16:39, Bastien wrote:
>
> As long as people have http://orgmode.org/elpa/ as the new Org ELPA
> repo, I don't really mind the way they add it :)
Sure,
just made an update...
org-version gives now
Org-mode version N/A (N/A @
/home/torsten/.emacs.d/elpa/org-20120
Hi Torsten,
Torsten Wagner writes:
> Not sure if this is really good or better, but I would like to point
> out as an alternative.
As long as people have http://orgmode.org/elpa/ as the new Org ELPA
repo, I don't really mind the way they add it :)
--
Bastien
Hi Bastien,
thanks for the release and the hard work.
As for ELPA, the changelogs say add
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
to the emacs config. I am not a big fan of add-to-list for pure users
config, since it fragments the those settings a little bit
Inst
Hi Carsten,
> Thorsten, if you look at the manual, there are ways to write this limits of
> vsum etc in a way that they are relative to the table boundaries or to
> horizontal lines. This is robust agains changes of rows.
Yes I know, thanks for pointing to it. It is just an dangerous culprit
s
38 matches
Mail list logo