Hello,
I notice that the makefile in version 7.9.1 has been changed (with regard to v.
7.8.11). When I tried to run it under Windows7, it didn't work (the makefile
for 7.8.11 ran OK). Can anyone provide some information?
Regards,
bostjanv
Something is undocumented and broken. Attempting to create the table
documented in section 3.1 of the manual generates a beep and the message:
Symbol's value as variable is void: org-use-sub-superscripts
at the bottom of the screen and hitting tab just tells me I'm at the
beginning of the buffer
Hi,
· Giovanni Ridolfi wrote:
> Da: Thomas Holst
> Inviato: Mercoledì 5 Settembre 2012 12:20
>>· Carsten Dominik wrote:
>
>>> On 5.9.2012, at 11:08, Thomas Holst wrote:
>>
Hello,
>>>
there is a different behaviour of sub (_) and superscripts (^) depending
on =org-pretty-entities
Jude DaShiell writes:
Hi Jude:
> Something is undocumented and broken. Attempting to create the table
> documented in section 3.1 of the manual generates a beep and the message:
> Symbol's value as variable is void: org-use-sub-superscripts
> at the bottom of the screen and hitting tab just te
This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is the
current debian package version. I used git clone to install and update
org mode too.
On Fri, 7 Sep 2012, Charles Philip Chan wrote:
> Jude DaShiell writes:
>
> Hi Jude:
>
> > Something is undocumented and broken. Attem
Jude DaShiell writes:
Hi Jude:
> This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is
> the current debian package version. I used git clone to install and
> update org mode too.
Maybe it is a mixed installation problem again. Have you tried the
suggestions here:
,[ http://
As an experiment, I replaced the org-mode from git with the debian
org-mode package version 7.8.11 and tried creating the table again.
This time, no errors. Apparently something happened between 7.8.11 and
7.9.11 to make this happen even with emacs 23.x systems.
On Fri, 7 Sep 2012, Charles Ph
On 07/09/12 10:16, Jude DaShiell wrote:
As an experiment, I replaced the org-mode from git with the debian
org-mode package version 7.8.11 and tried creating the table again.
This time, no errors. Apparently something happened between 7.8.11 and
7.9.11 to make this happen even with emacs 23.x sy
Jude DaShiell writes:
> As an experiment, I replaced the org-mode from git with the debian
> org-mode package version 7.8.11 and tried creating the table again.
> This time, no errors. Apparently something happened between 7.8.11 and
> 7.9.11 to make this happen even with emacs 23.x systems.
> >I still wonder if org is the right medium for this. Most of the
> >devices are going to give you a TON of data (the neurosky raw stream
> >is ~500hz update, emotiv is ~128hz, etc...). Pedometers and blood
> >pressure monitors that do one-time large dumps might be somewhat more
> >feasible.
>
>
>
On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote:
> Hello,
> I notice that the makefile in version 7.9.1 has been changed (with regard to
> v. 7.8.11). When I tried to run it under Windows7, it didn't work (the
> makefile for 7.8.11 ran OK). Can anyone provide some information?
Can you prov
Hello,
On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote:
> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote:
>> Hello,
>> I notice that the makefile in version 7.9.1 has been changed (with regard to
>> v. 7.8.11). When I tried to run it under Windows7, it didn't work (the
>> makefile for 7
Hmm, at the moment this still isn't working. The following compile log
is possibly relevant:
Leaving directory `/home/prayner/'
Compiling file /home/prayner/packages/org-mode/contrib/lisp/org-e-latex.el at
Fri Sep 7 22:28:37 2012
Entering directory `/home/prayner/packages/org-mode/contrib/lisp/
On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin
wrote:
> Hello,
>
> On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote:
>> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan wrote:
>>> Hello,
>>> I notice that the makefile in version 7.9.1 has been changed (with regard
>>> to v. 7.8.11). When I
Hi John,
John Hendy writes:
> Can someone else confirm? I'm just pulled again and have no UTILITIES
> dir.
I confirm there is no UTILITIES/ directory anymore.
It has been rename as mk/ for git cloners, and it is absent
from the .tar.gz and .zip.
--
Bastien
On Fri, Sep 7, 2012 at 8:14 AM, Bastien wrote:
> Hi John,
>
> John Hendy writes:
>
>> Can someone else confirm? I'm just pulled again and have no UTILITIES
>> dir.
>
> I confirm there is no UTILITIES/ directory anymore.
>
> It has been rename as mk/ for git cloners, and it is absent
> from the .t
Hello,
On Fri, Sep 7, 2012 at 9:05 AM, John Hendy wrote:
> On Fri, Sep 7, 2012 at 7:45 AM, Jonathan Leech-Pepin
> wrote:
>> Hello,
>>
>> On Fri, Sep 7, 2012 at 8:33 AM, John Hendy wrote:
>>> On Fri, Sep 7, 2012 at 2:13 AM, Bostjan Vilfan
>>> wrote:
Hello,
I notice that the makefile
Hello,
Code blocks which return (almost) nothing aren't correctly handled by Babel.
When they really don't return anything, "error" displayed in the echo area;
when they return the empty string, a backtrace is generated.
* Examples
#+PROPERTY: engine msosql
#+PROPERTY: cmdline -S server -U us
Peter Rayner wrote:
> Hmm, at the moment this still isn't working. The following compile log
> is possibly relevant:
> Leaving directory `/home/prayner/'
>
> Compiling file /home/prayner/packages/org-mode/contrib/lisp/org-e-latex.el at
> Fri Sep 7 22:28:37 2012
> Entering directory `/home/pra
Hi all
On Wed, Sep 5, 2012 at 11:46 PM, Kyle Andrews wrote:
> [...]
> #+TBLFM: $2=uconvert($1, lb)
> [...]
> #+begin_src emacs-lisp
> (defmath uconvert (expression new-units)
> (math-convert-units expression new-units)))
> #+end_src
Calc `defmath' is not mentioned in the Org manual or on Wor
Hi Achim,
that fixes it, thank you very much!
Cheers,
Simon
On 09/06/2012 07:54 PM, Achim Gratz wrote:
Simon Thum writes:
recently my org-contacts template broke; I get
%![Error: (void-function gnus-alive-p)]
in the capture buffer where the name should have been.
The template is
("c" "K
John Hendy writes:
> [1] http://orgmode.org/worg/org-hacks.html#compiling-org-without-make
I've just fixed this to refer to mk/ rather than UTILITIES/.
I don't really know where your other problems come from, but it seems
that whatever you are invoking as "emacs" fails to properly set up the
load
Jude DaShiell writes:
> This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is the
> current debian package version. I used git clone to install and update
> org mode too.
… I sincerely hope that after cloning the orgmode repo you also did at
least a
make uncompiled
If not, pleas
Hello,
Thanks for all the answers. It seems that my problem was that I was not
aware of some changes in the 7.9.1 version. I was finally able to make
the 7.9.1 version operational by following the procedure in
http://orgmode.org/worg/org-hacks.html#compiling-org-without-make
However, there are s
On Tue, Sep 4, 2012 at 3:35 AM, Nicolas Goaziou wrote:
> Using new back-end (and probably the old one, /mutatis mutandis/), you
> can use something like:
>
> (add-to-list 'org-e-beamer-environments-extra
>'("onlyenv" "O" "\\begin{onlyenv}%a" "\\end{onlyenv}"))
>
> You can then a
I'm wondering: Do you use the agenda more as a query interface or as your
main view?
I tend to use the agenda for its powerful search capabilities, and either
use follow mode and or enter to get more hierarchical context of the task
(since I tend to follow GTD, and there's always a project/sub-pro
* If you're worried about "a TON of data" filling the emacs buffer then
expand the max buffer size or you might want to look into QEmacs by Fabrice
Bellard (of Pi calculation fame, and creator of QEMU)
** I've used QEmacs to edit gigabyte+ size files.
*** I'm not sure that's what you're worried a
Hello,
I plan to put my org directory (where I keep among other my agenda
files) under version control and would like to have some sort of
specialized function for that.
My dream setup would be a range of functions hooking into all sorts of
org-mode hooks, automatically committing changes done v
I have not done yet, but I do use git for my org repo; however, I commit
every 6 hours via cron (and the commit message is a timestamp). I'm
planning to do something similar to what you described, but I haven't used
org-merged-driver yet. I'll play with it and post my findings, if you do,
let us kn
Okay, that make ./uncompiled did the trick, everything had its autoloads
made again and now the example in 3.1 works with no problems. Thanks.
On Fri, 7 Sep 2012, Achim Gratz wrote:
> Jude DaShiell writes:
> > This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is the
> > current
Marcelo de Moraes Serpa writes:
Hello Marcelo and Moritz:
> I have not done yet, but I do use git for my org repo; however, I
> commit every 6 hours via cron (and the commit message is a timestamp).
I have my org repo under git too. However, instead of a cron job, I use
an after-save-hook:
#+B
I have an org file in which I will be keeping tracking of time spent
on that particular document.
This will help me with billing the client. What I do not want to do
is to have that time tracking
information be a part of the generated PDF file. How do I do
something like that ?
Say I have the f
Mehul Sanghvi wrote:
> I have an org file in which I will be keeping tracking of time spent
> on that particular document.
> This will help me with billing the client. What I do not want to do
> is to have that time tracking
> information be a part of the generated PDF file. How do I do
> somet
On Fri, Sep 7, 2012 at 10:10 PM, Nick Dokos wrote:
>
> Tag the 2012 headline :noexport:
>
> Nick
Nick, John,
Thanks for that pointer. If I put a :noexport: tag on that
headline, will I at some later point be able to
export just that headline to PDF ? How ?
cheers,
mehul
Mehul Sanghvi writes:
Hello Mehul:
> Thanks for that pointer. If I put a :noexport: tag on that headline,
> will I at some later point be able to export just that headline to PDF
> ? How ?
Get rid of the "noexport" tag. Select the subtree with "C-c @" and then
use an export command.
Cheers,
Mehul Sanghvi wrote:
> On Fri, Sep 7, 2012 at 10:10 PM, Nick Dokos wrote:
> >
> > Tag the 2012 headline :noexport:
> >
> > Nick
>
>
> Nick, John,
>
> Thanks for that pointer. If I put a :noexport: tag on that
> headline, will I at some later point be able to
> export just that hea
Hi Bostjan,
Bostjan Vilfan writes:
> http://orgmode.org/worg/org-hacks.html#compiling-org-without-make
>
> However, there are still some things I don't understand; there is this
> reference
> to the UTILITIES directory, which is absent in the distribution file
> for Windows.
Yes, the Worg file
37 matches
Mail list logo