Re: [O] git repository via http broken

2012-06-26 Thread suvayu ali
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

Re: [O] new exporter

2012-06-26 Thread Achim Gratz
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

Re: [O] [Makefile] Re-compile if FLAGS change

2012-06-26 Thread Achim Gratz
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

Re: [O] new exporter

2012-06-26 Thread Achim Gratz
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)

[O] Org-agenda - show content outline from multiple org files

2012-06-26 Thread Avner
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

Re: [O] git repository via http broken

2012-06-26 Thread Jakob Lombacher
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

Re: [O] git repository via http broken

2012-06-26 Thread 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 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

Re: [O] git repository via http broken

2012-06-26 Thread Bernt Hansen
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

[O] org-switch-to-buffer-other-window

2012-06-26 Thread John J Foerch
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

Re: [O] git repository via http broken

2012-06-26 Thread Nick Dokos
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

[O] specifying the coding language resulting from a a :results code source block

2012-06-26 Thread Greg Tucker-Kellogg
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

Re: [O] Org-agenda - show content outline from multiple org files

2012-06-26 Thread Bernt Hansen
"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,

Re: [O] specifying the coding language resulting from a a :results code source block

2012-06-26 Thread Thomas S. Dye
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

Re: [O] specifying the coding language resulting from a a :results code source block

2012-06-26 Thread Greg Tucker-Kellogg
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

Re: [O] git repository via http broken

2012-06-26 Thread Jakob Lombacher
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

[O] Toggle between active and inactive timestamp in CLOCK line does not make sense

2012-06-26 Thread Rainer Stengele
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

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Carsten Dominik
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},

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Sebastien Vauban
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 >>

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Zihan, Sheldon Liu
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

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Carsten Dominik
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

Re: [O] org-mode wrongly parse asterisk (*) in a math equation as mark of bold font

2012-06-26 Thread Zihan, Sheldon Liu
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

[O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Varun Vats
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

Re: [O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Jambunathan K
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

Re: [O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Bastien
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

Re: [O] Toggle between active and inactive timestamp in CLOCK line does not make sense

2012-06-26 Thread Karl Voit
* 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

Re: [O] Exporting to groff...

2012-06-26 Thread Nick Dokos
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

Re: [O] Is Org mode gonna break on emacs 24.50.1x ?

2012-06-26 Thread Vladimir Lomov
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

[O] git repository via http broken

2012-06-26 Thread Jakob Lombacher
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

Re: [O] Reporting Errors in Org Mode Manual

2012-06-26 Thread Ian Barton
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

[O] PROPERTIES added when cycling state

2012-06-26 Thread Florian Lindner
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

Re: [O] PROPERTIES added when cycling state

2012-06-26 Thread Carsten Dominik
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

[O] [Makefile] Re-compile if FLAGS change

2012-06-26 Thread Jambunathan K
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

Re: [O] [Makefile] Re-compile if FLAGS change

2012-06-26 Thread Jambunathan K
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. --

Re: [O] Toggle between active and inactive timestamp in CLOCK line does not make sense

2012-06-26 Thread Gregor Zattler
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

Re: [O] Exporting to groff...

2012-06-26 Thread Luis Anaya
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

Re: [O] new exporter

2012-06-26 Thread Nicolas Goaziou
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

Re: [O] Exporting to groff...

2012-06-26 Thread Nicolas Goaziou
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

Re: [O] git repository via http broken

2012-06-26 Thread Bernt Hansen
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

Re: [O] git repository via http broken

2012-06-26 Thread Bernt Hansen
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

Re: [O] Toggle between active and inactive timestamp in CLOCK line does not make sense

2012-06-26 Thread Karl Voit
* 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