Following the installation instructions in the manual I failed at 'make
test' with
this message:
Cannot open load file: testing/org-test.el
make: *** [test] Error 255
Indeed, the testing directory is not present in the org-7.9.2.tar.gzand
therefore not
in the org-mode top directory, whereas it
Hi,
Current the org-log-into-drawer function does not honor the value of
the LOG_INTO_DRAWER property if the property has the value nil. For
example, if the org-log-into-drawer variable is set to t, but we have
the file:
* Foo
:PROPERTIES:
:LOG_INTO_DRAWER: nil
:END:
** TODO Bar
On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus:
> I want some events to show up every week with start and end-time in the
> agenda.
> Is it possible to combine a time-range with a repeater? I think I tried
> every combination of range and repeater, but I can only get one of both
> to
On 10/25/2012 12:42 AM, Bastien wrote:
Hi Simon,
Simon Thum writes:
I just set up another machine and noticed that the ELPA install still
recommends (require 'org-install).
http://orgmode.org/elpa.html
That worked but got me warnings.
I added a note about (require 'org-install) not being
That's curious.
Achim Gratz writes:
> Actually, you will need to customize that variable if you want to use
> ditaa. But the error is that ob-ditaa is missing a (require
> 'org-compat), I've pushed a fix for that. But you may still do your
> own customizations for Org too early, you should defe
Christopher Schmidt wrote:
> Christopher Witte writes:
> > It probably has something to do with this thread:
> > http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html
>
> I do not think so, latex export has nothing to do with reftex. This is
> the commit in questions
>
> h
Hello everybody, I was trying to use org-mode from console and realized
that there are no Org-Mode menus when I open the text menu with
(tmm-menubar) or lacarte.
Do you have an idea why there are not there. They appear in a gtk emacs
window. I didn't find a reason.
Best regards
Lennart
Christopher Witte writes:
> It probably has something to do with this thread:
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html
I do not think so, latex export has nothing to do with reftex. This is
the commit in questions
http://orgmode.org/cgit.cgi/org-mode.git/commi
Chong Yidong writes:
> OK, reverted. Please go ahead and commit your other fix.
Thanks.
I've merged the bugfix branch of Org in current Emacs trunk.
I'm closing this bug.
--
Bastien
Bastien writes:
> Thanks. I've added (require 'org-agenda) to org-contacts.el.
Thank you very much.
Christopher
Hi Stefan,
Stefan Monnier writes:
> IOW, if needed we could wrap the calls to bookmark-set in
> with-demoted-errors, but maybe those errors are signaled late enough
> already that while the command signals an error, it did do what it was
> expected to do.
I've now wrapped calls to `bookmark-set
Hi Christopher,
Christopher Schmidt writes:
> Bastien writes:
>> Christopher Schmidt writes:
>>
>>> org-contacts uses agenda functions but does not require org-agenda.
>>
>> No, org-contacts does not use any org-agenda.el function.
>
> I see, some functions prefixed with org-agenda- are define
Hi Christopher,
Christopher Schmidt writes:
> Org-mode version 7.9.2 (release_7.9.2-52-g921998)
>
> C-x b test RET
> insert "* dub"
> M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET
>
> org-export-region-as-latex returns
>
> "\\section{dub}\n\\label{sec-1}\n\n\\end{d
Hi Jonas,
Jonas Bernoulli writes:
> I created a patch using git-filter-branch opened the file and turned on
> message-mode and hit C-c C-c - obviously that is not enough. Could
> someone enlighten me how to actually submit the patches?
Quick patch:
1. edit
2. C-x v =
3. copy the buffer strin
Hi Toby,
Toby Cubitt writes:
> The commit message in the attached patch explains the problem, and the
> simple fix.
Applied, thanks!
--
Bastien
Hi Myles,
"Myles English" writes:
> * lisp/org-clock.el (org-clock-in): Moved the call to
> org-clock-in-prepare-hook until the task's properties
> can be accessed.
>
> The problem was when using a function to add an effort
> property via the hook, it would not recognise an existing
> effort pro
Hi All,
Since I use Orgmode 7.9.2, I tri to do this:
- parsing a directory in which several Org files are located. Basically,
each files is a blog post. So one org file pear day.
- import or include them in a main ORG file (index.org)
- export the main Org file to HTML to create a website.
To be
Hi,
> Maybe adding CUSTOM-ID in your navigation bar would solve the problem.
>
> You don't say whether you use the old (current) or the new (in the to-be
> Org 8) HTML exporter??
Don't know, meaning probably the old one ... a CUSTOM-ID property is ignored,
but it sounds like what I am looking f
Hi,
I want some events to show up every week with start and end-time in the
agenda.
Is it possible to combine a time-range with a repeater? I think I tried
every combination of range and repeater, but I can only get one of both
to work.
Example:
#+begin_src org
** Weekly meeting
<2012-1
Hello Vincent,
Vincent Beffara wrote:
> I want to manage my web page using org-mode, and to have a navigation bar
> also encoded in org. The problem is that the org-to-html conversion function
> adds IDs to all headers, and the same ids occur on the nav bar and the main
> content. Things link sec-
The commit message in the attached patch explains the problem, and the
simple fix.
Toby
--
Dr T. S. Cubitt
Mathematics and Quantum Information group
Department of Mathematics
Complutense University
Madrid, Spain
email: ts...@cantab.net
web: www.dr-qubit.org
>From b777c7ca29c74476893dd62599c344
Hi,
I want to manage my web page using org-mode, and to have a navigation bar also
encoded in org. The problem is that the org-to-html conversion function adds
IDs to all headers, and the same ids occur on the nav bar and the main content.
Things link sec-1, outline-2 and so on. The words 'sec
Hello Myles,
"Myles English" wrote:
> From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001
> From: Myles English
> Date: Fri, 26 Oct 2012 12:38:09 +0100
> Subject: [PATCH] Clocking: Move to task before calling
> org-clock-in-prepare-hook
>
> * lisp/org-clock.el (org-clock-in):
On Fri, Oct 26, 2012 at 11:30:17AM +0200, Christopher Witte wrote:
> It probably has something to do with this thread:
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html
>
> That thread was about auctex prompting for the master file name every
> time an org file is opened.
>
>From d7c3f0a4611ced0a240af9115f29f888beb60af2 Mon Sep 17 00:00:00 2001
From: Myles English
Date: Fri, 26 Oct 2012 12:38:09 +0100
Subject: [PATCH] Clocking: Move to task before calling
org-clock-in-prepare-hook
* lisp/org-clock.el (org-clock-in): Moved the call to
org-clock-in-prepare-hook unti
Hello,
Nicolas Goaziou wrote on Wed, 17 Oct 2012 15:07:23
+0200:
> Since you provide both the patch and the commit message, what about
> providing it completely as an attachement (with i.e. git format-patch)?
I attach a patch against the current git master.
>> - d2 diff dfrac wdays pos pos
Hello all-
I hacked together a python script based on some already-existing code,
which allows one to push an org file to a google-tasks list, or to
pull the contents of a google-tasks list into an org file. Though the
code isn't beautiful at the moment, it is functional. Feel free to
improve it
It probably has something to do with this thread:
http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html
That thread was about auctex prompting for the master file name every
time an org file is opened.
On 26 October 2012 10:43, Christopher Schmidt
wrote:
> Suvayu Ali writes:
>>
Sorry...
1. org- version*7.8.11-1*
2. emacs version*45.0*
3.1 which exporter didi you use*C-c C-e l => "Export as latex"
3.2 then, I compile in the terminal with pdflatex (TexLive 2012)
4- I use Linux Debian "testing"
*
Le 26/10/2012 10:18, Giovanni Ridolfi a écrit :
Hi, Nicolas,
works wel
Suvayu Ali writes:
> I believe the reason was to get rid of auctex prompting for the master
> file name every time an org file is exported to LaTeX.
The default value it t anyway. The docstring suggests that this
variable should be set via file variables. I do not think org-mode
should worry ab
Bastien writes:
> Christopher Schmidt writes:
>
>> org-contacts uses agenda functions but does not require org-agenda.
>
> No, org-contacts does not use any org-agenda.el function.
I see, some functions prefixed with org-agenda- are defined in org.el.
> It uses some org-agenda.el variables, tho
Greetings.
I got an email saying that the patch has now been committed to git. I
also added a link to the tutorial on the tutorial index page at
http://orgmode.org/worg/org-tutorials/
All the best.
Jarmo
Hi, Nicolas,
> works well. Example 2:
> \chapter{Vie politique et économique \protect\footnote{\cite{CARCERI2001}}}
>\label{sec-1-2}
Org-mode version 7.9.2 (b5aded1 @ c:/Users/ridolfi/programs/emacs-o/org/lisp/)
GNU Emacs 24.1.1 (i386-mingw-nt6.1.7601) of 2012-06-10 on MARVIN
Cannot reproduce,
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> Org code (protected by a comma, in a code block) is interpreted, when
>> exported
>> to Beamer. See with this ECM:
>
> This should be fixed. Thanks for the report.
Confirmed OK. Thanks.
> Note : this isn't related to new ex
Hi Christopher,
Christopher Schmidt writes:
> org-contacts uses agenda functions but does not require org-agenda.
No, org-contacts does not use any org-agenda.el function.
It uses some org-agenda.el variables, though.
What is the problem you did encounter?
> This is a bug.
Not yet.
--
Ba
Hello,
I have a problem exporting my file.org into file.tex.
_file.org:_
#+LaTeX_CLASS:book
#+LaTeX_CLASS_OPTIONS: [a4paper,oneside]
#+LATEX_HEADER: \usepackage[frenchb]{babel} \pagestyle{empty}
#+LATEX_HEADER: \usepackage[style=verbose-trad2]{biblatex}
\bibliography{/home/
36 matches
Mail list logo