Da: Benjamin Slade
Inviato: Lunedì 3 Settembre 2012 5:46
> Since updating to org 7.9, I've had an odd problem with another package that
> depends on org-mode (org-toodledo).
> It reports that it can't find org-version.
So the problem is in org-toodledo. Did you ask its maintainer?
> The f
Aloha list,
I'm having a difficult time installing org after upgrading to emacs 24.1
:(
If I make compile, then my initialization stops with an error because a
macro in org-compat.el can't be found. If I make uncompiled, then
initialization appears to work correctly.
I'm working on a Mac and ru
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha list,
>
> I'm having a difficult time installing org after upgrading to emacs 24.1
> :(
>
> If I make compile, then my initialization stops with an error because a
> macro in org-compat.el can't be found. If I make uncompiled, then
> initialization a
Hi all,
I've released Org 7.9.1.
http://orgmode.org/org-7.9.1.zip
http://orgmode.org/org-7.9.1.tar.gz
http://orgmode.org/org-mode-download.html
I updated the list of changes for 7.9.1 here:
http://orgmode.org/Changes.html
This release stabilizes some important new features
of Org 7.9.
On Mon, Sep 03, 2012 at 08:23:54AM +0100, Giovanni Ridolfi wrote:
> Da: Benjamin Slade
>
> Inviato: Lunedì 3 Settembre 2012 5:46
>
> > Since updating to org 7.9, I've had an odd problem with another package
> > that depends on org-mode (org-toodledo).
>
> > It reports that it can't find org-v
Hi all,
I'm trying to reference a slide using the beamer new exporter.
Each frame gets its own label automagically (sec-#-##).
Is there a way to reference those labels later on ? Using emacs-lisp ? Or ?
I tried another way to solve my problem and wanted to define my own label
on a frame :
** My
Charles Philip Chan writes:
> Jude DaShiell writes:
>
> Hi Jude:
>
>> It might be near time to investigate wunderground.com and loose google
>> for weather before igoogle disappears. Other weather sites capable of
>> text output may also be available, I haven't investigated that yet.
>
wunderg
Hallo,
I am using Org-mode 7.9 and I would like to create this kind of text
*B* odyweight *R* eduction in *O* besity *D* ependent
in order to explain the acronym "BROD". This works fine, however, I would
prefer a version without spaces after the bold letters. I have tried to use the
Zero-Wid
I did indeed start up by asking the org-toodledo maintainer. He suggested that it must be something funny in my org-setup (and pointed to previous issues like http://thread.gmane.org/gmane.emacs.orgmode/59337 and http://comments.gmane.org/gmane.emacs.orgmode/55412 - but neither of those seems to be
Charles Philip Chan writes:
> Jude DaShiell writes:
>
> Hi Jude:
>
>> It might be near time to investigate wunderground.com and loose google
>> for weather before igoogle disappears. Other weather sites capable of
>> text output may also be available, I haven't investigated that yet.
>
Followu
I'm the maintainer of the org-toodledo and the OP did indeed contact me
first.
org-toodledo effectively does:
(require 'org)
Then uses the variable org-version. This has worked just fine for a few
years, but when the OP upgraded to 7.9, the org-toodledo function that
checks the org-versio
Hi All,
I have the LOCATION property set for a few appointments in my org files.
When I look at the agenda, I sometimes want to be able to view the location
of an appointment quickly. Right now I hit TAB on the agenda item (to go to
its original location in the org file) and open the :PROPERTIES:
Alan Schmitt writes:
> By the way, what is the canonical way to install contribs? The
> doc.norang.ca site says to simply add a "load_path" to the source
> directory of org-mode, but maybe there is another way.
The canonical way would be the way described in the info documentation.
,[ (info
Alan Schmitt writes:
> I guess I'm too much into an OmniFocus way of organizing thing, and need
> to dig deeper in orgmode to find the canonical way of doing this. For
> repeating projects, do you use checklists like Memnon Anon?
FTR: I don't use checklists that often.
My point was:
TODO Items
Jambunathan K writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Aloha list,
>>
>> I'm having a difficult time installing org after upgrading to emacs 24.1
>> :(
>>
>> If I make compile, then my initialization stops with an error because a
>> macro in org-compat.el can't be found. If I make u
Hey guys,
I'm doing a small experiment and trying to print the agenda buffer to the
terminal. I have a elisp script (with the shebang in the top pointing to
emacs with the --script flag), and the following code (besides the code
that loads org);
(org-agenda nil "t")
(set-buffer "*Org Agenda*")
(m
Hi,
Marcelo de Moraes Serpa writes:
> If I eval this block in Emacs, the whole agenda text is shown in the
> *Messages* buffer, but when I run it from the command line, it only
> shows the first two lines:
>
> ➜ ~ ./script.el
> Global list of TODO items of type: ALL
> Available with `N r': (0
Ah, good catch! Damn, forgot about this. Works fine now, thanks!
On Mon, Sep 3, 2012 at 10:21 PM, Memnon Anon <
gegendosenflei...@googlemail.com> wrote:
> Hi,
>
> Marcelo de Moraes Serpa writes:
>
> > If I eval this block in Emacs, the whole agenda text is shown in the
> > *Messages* buffer, but
Hi,
I'm using "Org-mode version 7.9 (release_7.9-34-g4ca67b @
/home/dlm/share/org-mode.git/lisp/)" -- just discovered some garble-age related
to storing and inserting links in conjunction with TODO items and
org-mobile-push.
Suppose this is one of the org-agenda files that will be synced with
At Tue, 04 Sep 2012 12:50:44 +0800,
James Harkins wrote:
> Now, if I also want to link to this item (why?*), I would hit C-c l on the
> TODO headline, which tries to assign another SHA id. Then I get a mess.
>
> ~~~
> * TODO A headline to link
>
> :PROPERTIES:
> :ID: 331b4df1-3974-4c1b
while installing latest org-mode version after running make test I am
getting the following error.
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(add-to-list
'"'"'load-path "./lisp")' --eval '(add-to-list '"'"'load-path
"./testing")' -l org-install.el -l testing/org-test.el --eval '(require
'
Supriya Sawant wrote:
> while installing latest org-mode version after running make test I am getting
> the following error.
>
>
> TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(add-to-list
> '"'"'load-path "./lisp")' --eval ' (add-to-list '"'"'load-path
> "./testing")' -l org-install.el
Hello,
Fabrice Popineau writes:
> I'm trying to reference a slide using the beamer new exporter.
> Each frame gets its own label automagically (sec-#-##).
> Is there a way to reference those labels later on ? Using emacs-lisp ?
> Or ?
You refer to these labels when you create an internal link (
23 matches
Mail list logo