No I haven't waited long enough. :-S It took so long, that somehow I
thought it was broken ... sry.
Thanks for your help!
Jakob
2012/6/27 Nick Dokos :
> Jakob Lombacher wrote:
>
>> That I misunderstood. I thought this URL was for cloning as well.
>> Because there I got at least that error mess
Mahalo Tom,
It looks like that's what I'll be doing for the ruby block. That said, it
would be great if the :results code argument would allow a language
specification.
Greg
On Jun 27, 2012, at 10:22 AM, Thomas S. Dye wrote:
> Greg Tucker-Kellogg writes:
>
>> I have a Ruby block that crea
Greg Tucker-Kellogg writes:
> I have a Ruby block that creates some dot code. I'd like to be able
> to have the #+RESULTS block enclosed
> in a src block that starts "#+BEGIN_SRC dot". Using :results value
> code generates the enclosing SRC block,
> but using the same language (Ruby) used to ge
"Avner" writes:
> I have a list of org files associated with org-agenda.
>
> In the Org-Agenda buffer, I want to have a outline content view that
> shows the headings from all the files.
>
> In org-agenda, I can apply "search for keywords" (s) and "Multi-occur"
> (/) to present all the headings,
I have a Ruby block that creates some dot code. I'd like to be able to have
the #+RESULTS block enclosed
in a src block that starts "#+BEGIN_SRC dot". Using :results value code
generates the enclosing SRC block,
but using the same language (Ruby) used to generate the code. Is there a way
to s
Nick Dokos wrote:
> Using the system monitor applet in Gnome, I see my (gigabit ethernet)
> link getting pretty much saturated...
Duh - my gigabit ethernet was turned off at the time, so it was using
the wifi connection - no wonder it was saturated. But it's still some
significant fraction of 5
Hello,
org-switch-to-buffer-other-window should probably dynamically bind
display-buffer-function to nil, along with the other variables it does.
I use display-buffer-function on my system to do some tricky stuff with
frames, and I think org-switch-to-buffer-other-window would probably
want to ove
Jakob Lombacher writes:
> That I misunderstood. I thought this URL was for cloning as well.
> Because there I got at least that error message es response.
>
> Using http://orgmode.org/org-mode.git I don't get any response at all.
>
> Is there a possibility to clone orgmode via http?
Yes I succe
Jakob Lombacher wrote:
> That I misunderstood. I thought this URL was for cloning as well.
> Because there I got at least that error message es response.
>
> Using http://orgmode.org/org-mode.git I don't get any response at all.
>
Did you wait long enough? http is *very* slow and there is no
That I misunderstood. I thought this URL was for cloning as well.
Because there I got at least that error message es response.
Using http://orgmode.org/org-mode.git I don't get any response at all.
Is there a possibility to clone orgmode via http?
Jakob
2012/6/26 Bernt Hansen :
> Bernt Hanse
Hello,
I have a list of org files associated with org-agenda.
In the Org-Agenda buffer, I want to have a outline content view that shows
the headings from all the files.
In org-agenda, I can apply "search for keywords" (s) and "Multi-occur" (/)
to present all the headings, which I can then
Nicolas Goaziou writes:
> That may not solve the problem, but could at least simplify it.
The problem can be demonstrated with just this code snippet in place of
org-export.el:
--8<---cut here---start->8---
(eval-when-compile (require 'cl))
(require 'org-macs)
Jambunathan K writes:
> Apply the following patch and regenerate the html manual. You will see
> that the manual doesn't get *re*-generated. Can someone review the
> current rules to DTRT?
They do the right thing. Make considers sources vs. targets, not
recipes vs. targets. In this case, a sim
Nicolas Goaziou writes:
> Speaking about that, as you suggested already, we should move,
> temporarily, the dispatcher into another file (i.e. org-e-extra.el)
> which would require everything (org-element, org-export, org-e-publish,
> org-e-latex,...) and have _every_ back-end require org-export an
On Tue, Jun 26, 2012 at 5:20 PM, Bernt Hansen wrote:
> I can't find any references to the http://orgmode.org/w/org-mode.git for
> *cloning* the repository in worg. These links are for users to browse
> the repository online - not for cloning with git.
Maybe the various cloning urls could be show
* Gregor Zattler wrote:
> Hi Karl, Reiner, org-mode users and developers,
> * Karl Voit [26. Jun. 2012]:
>> You might be right with «Toggle between active and inactive
>> timestamp in CLOCK line does not make sense» but I do think that
>> «the toggle mechanism to change timestamp type behaves con
Bernt Hansen writes:
> Jakob Lombacher writes:
>> Btw.
>> Here (http://orgmode.org/worg/org-contribute.html) are two different
>> url's given (http://orgmode.org/w/org-mode.git and
>> http://orgmode.org/org-mode.git). This is confusing.
> git clone http://orgmode.org/org-mode.git
>
> If you c
Jakob Lombacher writes:
> It seems that git via http doesn't work anymore.
>
> --
>>> git clone http://orgmode.org/w/org-mode.git
> fatal: http://orgmode.org/w/org-mode.git/info/refs not found: did you
> run git update-server-info on the server?
Hi Jakob,
Wrong URL maybe?
git clone http://org
Hello,
Luis Anaya writes:
> Nick Dokos writes:
>
>> would be a good idea to change your starting point: org-latex.el is on
>> its way to extinction, to be replaced by Nicolas Goaziou's "new"
>> exporter. The code for that is in contrib/lisp/org-export.el
>
> Oh... ok.. good! I have no problem t
Hello,
Achim Gratz writes:
> Achim Gratz writes:
>> This causes the (current-buffer) to expand literally into the byte-code
>> (look at the byte-code!) instead of being compiled as a function, which
>> obviously isn't going to work. This does not happen if I either remove
>> the cond form or if
Nick Dokos writes:
Hi Nick!
> would be a good idea to change your starting point: org-latex.el is on
> its way to extinction, to be replaced by Nicolas Goaziou's "new"
> exporter. The code for that is in contrib/lisp/org-export.el
Oh... ok.. good! I have no problem taking a look at it. I'll j
Hi Karl, Reiner, org-mode users and developers,
* Karl Voit [26. Jun. 2012]:
> You might be right with «Toggle between active and inactive
> timestamp in CLOCK line does not make sense» but I do think that
> «the toggle mechanism to change timestamp type behaves consistently
> everywhere» is more
Jambunathan K writes:
> Apply the following patch and regenerate the html manual.
Clarification: This is not a patch to Orgmode. Just a local change I
needed.
--
Apply the following patch and regenerate the html manual. You will see
that the manual doesn't get *re*-generated. Can someone review the
current rules to DTRT?
--
diff --git a/default.mk b/default.mk
index 7bdb7df..af871b6 100644
--- a/default.mk
+++ b/default.mk
@@ -103,7 +103,7 @@ MKDIR = i
Hi Florian,
please take a look at the variable org-mobile-force-id-on-agenda-item. This is
likely what is going on - luckily your post showed that you are using
org-mobile.
Regards
- Carsten
On 26.6.2012, at 14:57, Florian Lindner wrote:
> Hello,
>
> recently (I think it could be after the
Hello,
recently (I think it could be after the emacs 24 update) I have a
behavior of org-mode that it adds some PROPERTIES drawer when cyling
the state TODO/DONE/ I was not really able to reproduce that. I'm
not using todo inter-dependencies or alike so I see no reason why that
should be neede
On 26/06/12 12:16, Bastien wrote:
Hi Varun,
Varun Vats writes:
I looked through the Org Mode manual for a way to report errors and/
or suggest changes in it, but could not find anything other than a
way to report bugs in the Org Mode implementation itself. I was
wondering if someone could poi
Hi.
It seems that git via http doesn't work anymore.
--
>> git clone http://orgmode.org/w/org-mode.git
fatal: http://orgmode.org/w/org-mode.git/info/refs not found: did you
run git update-server-info on the server?
--
Via git protocol it works just fine, but unfortunately the firewall in
my com
Hello,
** Achim Gratz [2012-06-26 06:52:19 +0200]:
> Baptiste Fouques writes:
>> * lisp/emacs-lisp/cl.el (flet): Don't autoload.
>> Makes my org not working in several places (babel, coupling with
>> remenber, …). I think that the point in using 'flet' has appears
>> several t
Luis Anaya wrote:
> Hi:
>
> Being that groff is not available in org mode (at least by default, I
> decided to give it a try and write a driver to export Org files into
> groff with the use of the -mm macros.
>
> Being that I'm not familiar with many of the facilities in Org mode,
> I am mo
* Rainer Stengele wrote:
> Hi,
Hallo Reiner!
> having a CLOCK line: (example)
>[2012-06-26 Di 11:00] CLOCK: [2012-06-26 Di 11:00]--[2012-06-26 Di
> 12:00] => 1:00
>
> many times I do adjust the timestamps.
> Unintentionally having point on "]" and or "[" instead of the minute part of
Hi Varun,
Varun Vats writes:
> I looked through the Org Mode manual for a way to report errors and/
> or suggest changes in it, but could not find anything other than a
> way to report bugs in the Org Mode implementation itself. I was
> wondering if someone could point me in the right direction
Please submit a patch doc/org.texi. See
http://orgmode.org/worg/org-contribute.html
> Hi,
>
> I looked through the Org Mode manual for a way to report errors and/
> or suggest changes in it, but could not find anything other than a
> way to report bugs in the Org Mode implementation itself. I wa
Hi,
I looked through the Org Mode manual for a way to report errors and/or
suggest changes in it, but could not find anything other than a way to
report bugs in the Org Mode implementation itself. I was wondering if
someone could point me in the right direction to report errors and/or
suggest chan
Thanks. I forgot to mention that it also wrongly parsed when exporting to
html at my place.
On Tue, Jun 26, 2012 at 6:29 PM, Carsten Dominik
wrote:
>
> On 26.6.2012, at 12:23, Sebastien Vauban wrote:
>
> > Hi Carsten,
> >
> > Carsten Dominik wrote:
> >> On 26.6.2012, at 10:45, Zihan, Sheldon Liu
On 26.6.2012, at 12:23, Sebastien Vauban wrote:
> Hi Carsten,
>
> Carsten Dominik wrote:
>> On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote:
>>
>>> I wrote the following line in org-mode, which contains two equations.
>>>
>>> $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$
>>>
>>> But the org
Indeed, it is wrongly showed in the emacs buffer, before exporting. FYI,
I'm use org-mode 7.8
On Tue, Jun 26, 2012 at 6:23 PM, Sebastien Vauban <
wxhgmqzgw...@spammotel.com> wrote:
> Hi Carsten,
>
> Carsten Dominik wrote:
> > On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote:
> >
> >> I wrote the
Hi Carsten,
Carsten Dominik wrote:
> On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote:
>
>> I wrote the following line in org-mode, which contains two equations.
>>
>> $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$
>>
>> But the org-mode didn't identify them as equations. Instead, it highlight
>>
On 26.6.2012, at 10:45, Zihan, Sheldon Liu wrote:
> I wrote the following line in org-mode, which contains two equations.
>
> $(Z^{*}_{m}, \cdot m)$ $(Z^{*}_{m}, \cdot m)$
>
> But the org-mode didn't identify them as equations. Instead, it highlight the
> part between the two *s, i.e. }_{m},
Hi,
having a CLOCK line: (example)
[2012-06-26 Di 11:00] CLOCK: [2012-06-26 Di 11:00]--[2012-06-26 Di
12:00] => 1:00
many times I do adjust the timestamps.
Unintentionally having point on "]" and or "[" instead of the minute part of
the timestamp
and shifting up or down in order to in
40 matches
Mail list logo