[O] Support for a and p suffix for morning/afternoon scheduling

2012-05-24 Thread Tom
I use the scheduling prompt very often and I usually give times in 8pm/9am/etc. format, because they are conveniently short to type. Today it occured to me the m is unnecessary, because a and p already gives the necessary info. Could we also support 8a and 9p format for times like 8am and 9pm, so

Re: [O] Comments and control lines (# vs. #+)

2012-05-24 Thread Mark Shoulson
Samuel Wales gmail.com> writes: > > The following, which is general and I wrote a long time ago, > might also be relevant to the recent thread on comments > breaking lists. > > === > > There might be really good reasons for the #+ comment > convention in Org, but I am not sure what they are.

[O] [New Contrib Feature] Automatic URL shortening via Bitly

2012-05-24 Thread Neil Smithline
Just thought I'd let you know about two projects I've been working on that, when combined, make Org even cooler than it already is. A few months ago I took over maintenance of Emacs' bitly.el. I really worked it over, fixed some bugs, and, most importantly, I made it default to doing an asynch

Re: [O] links in comments and footnotes

2012-05-24 Thread Samuel Wales
On 5/23/12, Nicolas Goaziou wrote: > That's normal. If it's commented, the link shouldn't be recognized > anymore (but I suppose it sill is) For some people (not necessarily you) it would be nice to know that there is a link there. >> When I kill a link and yank it into a footnote, the link stop

Re: [O] makefile regression

2012-05-24 Thread Greg Troxel
Achim Gratz writes: > Could you please state clearly what you want to have changed and > possibly how? You keep wandering back and forth in your arguments, but What I meant was: If GNU make is required it needs to be documented. Separately from that, the makefiles look much more complica

[O] [PATCH] Add section describing prerequisites.

2012-05-24 Thread Greg Troxel
Note that building org requires GNU make, and that 3.82 is known to work. Begin to list the versions of emacs that org can work with. (It seems clear taht some versions of XEmacs work, but I couldn't find out which.) --- README | 13 + 1 file changed, 13 insertions(+) diff --git a

Re: [O] Why doesn't this calc org-babel code work?

2012-05-24 Thread Christopher Allan Webber
I guess what I'm saying is that assignment would be really nice. However, I'm now seeing that this would take a lot of work. What I'd really like to do is something like the following: # Total BS financial projection, don't read into this at all #+BEGIN_SRC calc derp_expenses := 1234 derp_income

Re: [O] Why doesn't this calc org-babel code work?

2012-05-24 Thread Christopher Allan Webber
I see now. #+BEGIN_SRC calc :var foo=5 foo + 5 => #+END_SRC #+RESULTS: : 5 + 5 => 10 However, this isn't as useful as I'd like. I'd really like to be able to see it say "foo + 5 =>" in the output. That's clearer which line is being referred to... Christopher Allan Webber writes: > Hey all..

[O] Why doesn't this calc org-babel code work?

2012-05-24 Thread Christopher Allan Webber
Hey all... I have: #+BEGIN_SRC calc foo := 5 foo + 5 => #+END_SRC #+RESULTS: : foo + 5 => foo + 5 What I'd like, obviously, is for it to result in: #+RESULTS: : foo + 5 => 10 I guess I really don't understand how calc support works in org-babel. Could someone enlighten me?

Re: [O] [babel] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-24 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov > Sent: Thursday, May 24, 2012 4:02 PM > To: emacs-orgmode@gnu.org > Subject: [O] [babel] ob-octave does not catch EOE from matlabShell on MS

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Nick Dokos writes: > Andreas Leha wrote: > >> I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and > > That's the old exporter variable. The new exporter variable is > org-e-latex-listings. > > Nick blush. Thanks. For my (weak) defense: I did not see that variable in the

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-24 Thread John Hendy
On Thu, May 24, 2012 at 10:00 AM, wrote: > Hello everybody out there using Org-mode, > > Some time ago, Eric Fraga had posted a script for generating Gantt charts > directly out of Org-mode which is very helpful. > Some project management software allows to follow the progress of tasks by > sta

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Nick Dokos
Andreas Leha wrote: > I do emacs -Q -l .emacs.org, set the 'org-export-latex-listings to t and That's the old exporter variable. The new exporter variable is org-e-latex-listings. Nick

[O] [babel] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-24 Thread Mikhail Titov
Hello! I was trying hard to set up Matlab R2011a to work with my Emacs 24.1.50.1 (org version is release_7.8.09-532-gb797c8.dirty) and finally I was able to use it from M-shell but not from orgmode yet. I've edited emacs wiki [1] to reflect somewhat working matlab-mode setup on win32. Namely I

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Hi Jambunathan, > M-x customize-group RET org-export-e-latex RET > > (Hint: Search for listing) Thanks for looking into this. This variable is set to "t". Sorry, that I did not give a more complete workflow of how I do *not* get listings with the new LaTeX exporter. This now follows. Here is

Re: [O] Bug: latex-export: More than 5 levels of headings [7.8.03]

2012-05-24 Thread Sebastien Vauban
Hi Arne, Arne Babenhauserheide wrote: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mai

Re: [O] listings and the new LaTeX exporter

2012-05-24 Thread Jambunathan K
M-x customize-group RET org-export-e-latex RET (Hint: Search for listing) Andreas Leha writes: > Hi all, > > in my exported LaTeX-document all code blocks are wrapped in > #+begin_latex > \begin{verbatim} > % the code > \end{verbatim} > #+end_latex > > With the "old" LaTeX-exporter I get

[O] listings and the new LaTeX exporter

2012-05-24 Thread Andreas Leha
Hi all, in my exported LaTeX-document all code blocks are wrapped in #+begin_latex \begin{verbatim} % the code \end{verbatim} #+end_latex With the "old" LaTeX-exporter I get #+begin_latex \lstset{language=Renhanced} \begin{lstlisting} % the code \end{lstlisting} #+end_latex which i

Re: [O] Problem Installing Info Files

2012-05-24 Thread Achim Gratz
Ian Barton writes: > Thanks, tried that but got same error. In any case the directory is > owned by me, so it shouldn't be a permission problem. What are the permissions on the directory and what is the OS? Unless install-info has a bug on your system, it should create a "dir" file if it cannot f

Re: [O] makefile regression

2012-05-24 Thread Achim Gratz
Greg Troxel writes: > I don't really object to using GNU make; enough things require it > (probably emacs does too) that it's already installed. It's more that > "anyone using a makefile will use gnu make" isn't a valid assumption, > especially when the documentation says "type make". [...] Could

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Jambunathan K
Jambunathan K writes: > I see that there is a bug in nxml-mode. I file a bug report against > Emacs sometime soon. The bug is: > > When `nxml-auto-insert-xml-declaration-flag' is on, if one opens a ODT > file in archive mode and presses RET on say content.xml, an "extra" XML > declaration is ad

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Bastien
Jambunathan K writes: >> Can you fix it? > > OK. Fixed in both maint and master. The exported ODT file will not > have multiple XML declrations. Great, thanks a lot! -- Bastien

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Jambunathan K
Bastien writes: > Hi Jambunathan, > > Jambunathan K writes: > >>> So if want to be able to open odt files created with orgmode odt >>> exporter you have to have nxml-auto-insert-xml-declaration-flag set to >>> nil. >> >> Thanks for writing this down. It seems you aren't insisting on a fix. > >

Re: [O] Rounding timeclock and moving to the end of the line

2012-05-24 Thread Kevin Buchs
On Thu, May 24, 2012 at 4:25 AM, Bastien wrote: > What is your value of ̀org-time-stamp-rounding-minutes'? > It is (15 15). > > Replacing (current-time) with (org-current-time) here will surprise > users that use ̀org-time-stamp-rounding-minutes' only for modifying > time-stamps and not for c

Re: [O] PATCH: follow timestamp link also in heading

2012-05-24 Thread Samuel Wales
Thanks for this. I use inactive timestamps in headings all the time and sort by them. It offers excellent usability for finding a contact -- just scan the dates in order. I had not noticed the /lack/ of the feature, because I didn't notice its /presence/ in non-mouse. I use RET to follow links.

Re: [O] preview latex fragments

2012-05-24 Thread Nick Dokos
Andreas Leha wrote: > Andreas Leha writes: > > > Hi Bastien, > > > > Bastien writes: > > > >> Hi Andreas, > >> > >> Andreas Leha writes: > >> > >>> I experience a problem with the preview of latex fragments: I can not > >>> change the foreground color (in org-format-latex-options). On a dar

[O] Bug: latex-export: More than 5 levels of headings [7.8.03]

2012-05-24 Thread Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] little annoyance

2012-05-24 Thread Jason Dunsmore
Hi Julian, You can change org-edit-src-content-indentation to keep indentation from being added: (setq org-edit-src-content-indentation 0) Regards, Jason

[O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-24 Thread julia . jacobson
Hello everybody out there using Org-mode, Some time ago, Eric Fraga had posted a script for generating Gantt charts directly out of Org-mode which is very helpful. Some project management software allows to follow the progress of tasks by staining a proportional part of the rectangle for a certa

[O] little annoyance

2012-05-24 Thread Julian Burgos
Dear list: Is there any way to stop org-mode from adding blank spaces on the left margin of an R source code block when returning from editing in ESS mode? Here is an example: 1) I create my org mode file with an R source code block: -start org mode--- *

Re: [O] Largest org file you have + performance

2012-05-24 Thread SW
I'm not familiar enough with Emacs to comment about the performance of overlays, etc., but I'm surprised that processing *text* can be so CPU intensive. These days we have games running with millions of pixels and shading or whatever (some use the GPU of course), and browsers with fancy Flash anim

Re: [O] preview latex fragments

2012-05-24 Thread Andreas Leha
Andreas Leha writes: > Hi Bastien, > > Bastien writes: > >> Hi Andreas, >> >> Andreas Leha writes: >> >>> I experience a problem with the preview of latex fragments: I can not >>> change the foreground color (in org-format-latex-options). On a dark >>> background, the black fragments are bare

Re: [O] makefile regression

2012-05-24 Thread Greg Troxel
I don't really object to using GNU make; enough things require it (probably emacs does too) that it's already installed. It's more that "anyone using a makefile will use gnu make" isn't a valid assumption, especially when the documentation says "type make". At the very start of my Makefile bra

Re: [O] preview latex fragments

2012-05-24 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> I experience a problem with the preview of latex fragments: I can not >> change the foreground color (in org-format-latex-options). On a dark >> background, the black fragments are barely visible. >> >> The settings for b

Re: [O] Opening an odt file - problem solved

2012-05-24 Thread Bastien
Hi Jambunathan, Jambunathan K writes: >> So if want to be able to open odt files created with orgmode odt >> exporter you have to have nxml-auto-insert-xml-declaration-flag set to >> nil. > > Thanks for writing this down. It seems you aren't insisting on a fix. I think the fix would be nice to

Re: [O] PATCH: follow timestamp link also in heading

2012-05-24 Thread Bastien
Hi Ingo, Ingo Lohmar writes: > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -9606,6 +9606,7 @@ >(org-remove-occur-highlights nil nil t) >(cond > ((and (org-at-heading-p) > +(not (org-at-timestamp-p t)) > (not (org-in-regexp >(concat org-plain-link-re "\

Re: [O] Rounding timeclock and moving to the end of the line

2012-05-24 Thread Bastien
Hi Kevin, Kevin Buchs writes: > This is my first contribution to this email list. Welcome! > Having a need to do my clocking in 1/4-hour multiples, I went and > fully implemented my own solution in org-mode BEFORE I realized that > org-mode was already set up to do it - it was just not complet

Re: [O] preview latex fragments

2012-05-24 Thread Bastien
Hi Andreas, Andreas Leha writes: > I experience a problem with the preview of latex fragments: I can not > change the foreground color (in org-format-latex-options). On a dark > background, the black fragments are barely visible. > > The settings for background and scale (in the same variable)

Re: [O] makefile regression

2012-05-24 Thread Bastien
Achim Gratz writes: > At the very start of my Makefile branch I stated that I will use GNU > make since the old make file already used some GNU make features. This > will be documented when it gets released. FWIW, Achim's work on the makefile will be part of Org 7.9, expected to be released in

Re: [O] Drupal syntax on html-export for image links

2012-05-24 Thread Bastien
Hi William, William Crandall writes: > Drupal inline image syntax is: > >   > > Default Org-mode html-export, for  [[/sites/a.png]]  seems to be: > >   Nicolas export engine does it right : To use it, please pull from the git master repository then - add the "contrib/" directory to your

Re: [O] doi proxy , a test patch

2012-05-24 Thread Fabrice Pardo
On 12-05-23 06:39 PM, Jambunathan K wrote: Can a given Org document contain links to two different doi proxies? In that case will a defcustom help. No, my doi server is an enhancement or the official http://dx.doi.org/ Hence it would be a goog thing to redirect all the org-mode external link