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

2012-05-25 Thread julia . jacobson
I can't seem to get this to compile. I assumed I was to C-c C-c on the elisp source block, which appears to have run, though this is in *Messages* buffer: -- executing Emacs-Lisp code block... (table (quote (( type label activity depends start duration end align progress) hline

[O] Org-mode release 7.8.11

2012-05-25 Thread Bastien
Hi all, I've released Org 7.8.11. This is a minor release which mainly fixes an important bug about matching TODO when building the agenda. http://orgmode.org/org-7.8.11.zip http://orgmode.org/org-7.8.11.tar.gz http://orgmode.org/org-mode-download.html Enjoy, -- Bastien

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

2012-05-25 Thread Peter Neilson
On Fri, 25 May 2012 01:45:14 -0400, Tom adatgyu...@gmail.com wrote: 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

[O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread XeCycle
Hello, I want to disable the behaviour for org-capture to store a bookmark pointing to the last stored item, preferably for some templates. No documentation for this, so I looked into the source --- seems we're storing the bookmark unconditionaly. Do tell me if I should upgrade my org mode.

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

2012-05-25 Thread John Hendy
On Fri, May 25, 2012 at 2:49 AM, julia.jacob...@arcor.de wrote: I can't seem to get this to compile. I assumed I was to C-c C-c on the elisp source block, which appears to have run, though this is in *Messages* buffer: -- executing Emacs-Lisp code block... (table (quote (( type

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

2012-05-25 Thread Jambunathan K
Bastien b...@gnu.org writes: Jambunathan K kjambunat...@gmail.com 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! This fix is back-firing. I have pushed an updated fix. I ignored the

[O] org-agenda-sticky

2012-05-25 Thread Rainer Thiel
I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP. I can't seem to find a way to use the new org-agenda-sticky option. It seems the variable doesn't exist even after (require 'org-install) nor after an agenda has been displayed with (org-agenda-list 14) Does anyone have an

Re: [O] [PATCH] Fix for displaying entities ending in a number

2012-05-25 Thread Nicolas Goaziou
Hello, Mark E. Shoulson m...@kli.org writes: I was trying to copy the format seen in other patches on the list; I guess I missed some details. I've set the subject of this thread as I've seen done with other patches, and I attach only a single patch, as requested by the website, and created

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Nicolas Goaziou
Hello, Mark E. Shoulson m...@kli.org writes: I hadn't counted \circ because it expands under Unicode to ˆ (U+02C6) and not to the true ascii circumflex ^ (U+005E); the point of these entities is to represent ascii characters that otherwise would confuse things. Maybe \circ should expand to

[O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-25 Thread Uwe Brauer
Hello A while ago I could make org-preview-latex-fragment work for Xemacs and I also sent a corresponding patch. I never bothered to check the corresponding `region' function, but when I did I received an error. I debugged the function and when I reached (narrow-to-region beg end) I obtained

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-05-25 Thread Brian Wood
To clarify my question: I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows just today's time logged on the subtree. -- Brian Wood Applications Programmer UC Berkeley IST Application Services

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

2012-05-25 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:31 PM To: emacs-orgmode@gnu.org Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell on MS

[O] org-mobile-push revert buffer error

2012-05-25 Thread bastre
Hi All, I'm try to set up MobileOrg on my iPhone. When I called org-mobile-push, I received a Cannot revert nonexistent buffer error. *Messages* BEGIN-- loaded /Users/barak/.emacs.d/starter-kit-eshell.el Loading /Users/barak/.emacs.d/barak.el (source)...done loaded

Re: [O] stop comments and weblinks from being coloured and names of directories from being italised, /etc/

2012-05-25 Thread Enda
Original Question: Can there be an #+OPTION to stop comments and weblinks from being coloured and names of directories from being italised, /etc/ In an org file that I use the hold code snippets, org-mode colors these which I do not want, is there a way to create an +OPTION: option that stops

[O] Priorities do not work on lists

2012-05-25 Thread Enda
priorities do not work on lists - item 1 - item 2 S-up and S-down does not work (yet if you manually insert them by typing [#B] they are coloured properly). Best wishes, Enda

[O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
Can there be #+STARTUP option that hides everything not a list heading or a heading on startup like: * shown ** shown not shown - shown not shown Best wishes, Enda

[O] #+STARTUP: showstars

2012-05-25 Thread Enda
With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but not otherwise, can there be an option where a line beginning with a space and a star is like two stars with the hidestars option and a line beginning with two spaces and a star is like three stars (it could be called #+STARTUP:

[O] italicise across lines

2012-05-25 Thread Enda
Is there is a way to italicise across lines like /italicised text/ rather than /italicised/ /text/ For long pieces of text, italicising the ends of each line is inefficient (maybe there could be a #+BEGIN_ITALICS, #+END_ITALICS, I know of #+BEGIN_VERSE, just without the indentation without

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

2012-05-25 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: Friday, May 25, 2012 11:31 AM To: emacs-orgmode@gnu.org Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell on MS

Re: [O] Smart quotes

2012-05-25 Thread Nicolas Goaziou
Hello, Mark E. Shoulson m...@kli.org writes: Hm. I like the idea, but it raises some questions for me. It would be particularly good if this could share code/custom variables with the pieces of the (new) exporter that make smart quotes on export. That way we could be sure that what it

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Nick Dokos
Enda enda...@yahoo.com wrote: Can there be #+STARTUP option that hides everything not a list heading or a heading on startup like: * shown ** shown not shown - shown not shown #+STARTUP: content See (info (org) In-buffer settings) for a complete list. Nick

Re: [O] links in comments and footnotes

2012-05-25 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: On 5/23/12, Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Nick Dokos
Enda enda...@yahoo.com wrote: With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but not otherwise, can there be an option where a line beginning with a space and a star is like two stars with the hidestars option and a line beginning with two spaces and a star is like three

Re: [O] italicise across lines

2012-05-25 Thread Jambunathan K
[Not a reply to this thread, but kind of meta] What exactly are you trying to do? Please share the underlying motivation behind the series of questions you have been posting lately. Will disabling font-lock for Orgmode files accomplish what you want? If you are new to Orgmode, look at the

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Enda
Otherwise is like in vi, the additional stars (like **, opposed to SPACE*) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a way to have the file like * first level heading  * second level heading    * third level heading

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Enda
Disabling font-lock would not work because then the headings (* Headings) would not be in color. Best wishes, Enda From: Jambunathan K kjambunat...@gmail.com To: Enda enda...@yahoo.com Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org Sent: Friday, May 25,

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
#+STARTUP: content hides the items (- item) like so: * shown ** shown... opposed to * shown ** shown... - shown... Best wishes, Enda From: Nick Dokos nicholas.do...@hp.com To: Enda enda...@yahoo.com Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org

Re: [O] Smart quotes

2012-05-25 Thread Jambunathan K
I could be interesting, but keep in mind that no matter how smart your quotes are, they will fail in some situations. So, it will have to be optional for export, independently on their in-buffer status. The OPTIONS keyword may be used, with q:t and q:nil items. I don't see an entry for this

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Jambunathan K
Don't read my reply literally. I am urging you to do some navel gazing. That's what the `meta' in in my reply implied.. Disabling font-lock would not work because then the headings (* Headings) would not be in color. Best wishes, Enda From: Jambunathan K kjambunat...@gmail.com To:

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Nick Dokos
Enda enda...@yahoo.com wrote: #+STARTUP: content hides the items (- item) like so: * shown ** shown... opposed to * shown ** shown... - shown... Yup - missed that detail: sorry. No way to do what you want. Nick

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I just saw that #+STARTUP: showstars is the opposite of #+STARTUP: hidestars, #+STARTUP: showlaststar would have been a more appropriate subject header. org-indent-mode can be activated using #+STARTUP: indent according to http://orgmode.org/manual/Clean-view.html, however in the same page I

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Nick Dokos
Yagnesh Raghava Yakkala h...@yagnesh.org wrote: Hello Enda, Enda enda...@yahoo.com writes: Otherwise is like in vi, the additional stars (like **, opposed to SPACE*) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a

[O] [PATCH] Allow datetree to find years with trailing whitespace.

2012-05-25 Thread Matt Lundin
* lisp/org-datetree.el: Fix regexp to allow datetree to find headings with trailing whitespace. This fixes a bug in which an existing datetree heading (e.g., * 2012 ) would not be found by org-datetree-find-year-create if it had trailing whitespace. This can cause problems, for instance,

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nicolas Goaziou
Hello, Enda enda...@yahoo.com writes: priorities do not work on lists - item 1 - item 2 S-up and S-down does not work (yet if you manually insert them by typing [#B] they are coloured properly). There is no such thing as priorities in lists. Regards, -- Nicolas Goaziou

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
Yet, they are colored as such if they are typed in manually. Best wishes, Enda From: Nicolas Goaziou n.goaz...@gmail.com To: Enda enda...@yahoo.com Cc: emacs-orgmode@gnu.org emacs-orgmode@gnu.org Sent: Friday, May 25, 2012 7:15 PM Subject: Re: Priorities do

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if rtnall is emtpy. In the case where rtnall is empty (no item for current day), we do not call

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if the latter is emtpy. In the case where rtnall is empty (no item for current day), we do not

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I might want to edit the file where Emacs is not installed, so I do not want to be exporting to ascii. Best wishes, Enda From: Nick Dokos nicholas.do...@hp.com But the suggestion of exporting to ascii (and editing that in vi) has not been rejected (yet),

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nicolas Goaziou
Hello, Enda enda...@yahoo.com writes: Yet, they are colored as such if they are typed in manually. This shouldn't happen anymore with latest commit. Can you confirm it? Thanks for reporting this. Regards, -- Nicolas Goaziou

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nick Dokos
Enda enda...@yahoo.com wrote: Yet, they are colored as such if they are typed in manually. That's an artifact of font-lock-mode. Nick Best wishes, Enda

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Nick Dokos
Enda enda...@yahoo.com wrote: I might want to edit the file where Emacs is not installed, so I do not want to be exporting to ascii. Then you have to live with the stars. Nick Best wishes, Enda

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
I am using Org-mode version 7.8.11 and priorities in items are colored just like I want, however nicholas.do...@hp.com says That's an artifact of font-lock-mode. Best wishes, Enda From: Nicolas Goaziou n.goaz...@gmail.com To: Enda enda...@yahoo.com Cc:

Re: [O] makefile regression

2012-05-25 Thread Achim Gratz
Greg Troxel writes: If GNU make is required it needs to be documented. I've added a comment into Makefile as a stopgap measure. Separately from that, the makefiles look much more complicated than I would have thought necessary, and if there aren't good reasons to require more than POSIX

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Yagnesh Raghava Yakkala
Hello Enda, Enda enda...@yahoo.com writes: Otherwise is like in vi, the additional stars (like **, opposed to SPACE*) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a way to have the file like * first level heading  *

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Mark E. Shoulson
On 05/25/2012 11:04 AM, Nicolas Goaziou wrote: Hello, You're right, there could be another entity for ^. asciicirc is good enough as a name. Would you want to make a patch for it? Also, you may want to consider signing FSF papers for more important contributions. Yes, I'll do both those

[O] Escaping links while doing an org-publish to html

2012-05-25 Thread c b
Hi, I have been using org-mode for a year now and love it. I just started experimenting with org-publish and am trying to use org-mode with octopress as described here http://jaderholm.com/blog/blogging-with-org-mode-and-octopress When I export an org file using org-publish, I want to

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Mark E. Shoulson
Enda enda...@yahoo.com writes: Otherwise is like in vi, the additional stars (like **, opposed to SPACE*) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a way to have the file like * first level heading =C2=A0* second level

Re: [O] italicise across lines

2012-05-25 Thread William Gardella
Enda enda...@yahoo.com writes: Is there is a way to italicise across lines like /italicised text/ rather than /italicised/ /text/ Actually, Org will italicize items like your first example, but only for blocks of text of up to two lines in length. For a longer block you want

Re: [O] Smart quotes

2012-05-25 Thread Mark E. Shoulson
On 05/25/2012 01:14 PM, Nicolas Goaziou wrote: Hello, Mark E. Shoulsonm...@kli.org writes: Hm. I like the idea, but it raises some questions for me. It would be particularly good if this could share code/custom variables with the pieces of the (new) exporter that make smart quotes on

Re: [O] Org-mode release 7.8.11

2012-05-25 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: I think the version number ist still old? Org-mode version 7.8.10 (release_7.8.10-598-g747d71H) The tag was pushed on maint and since you are using the master version and org-version is inferred from the tag, you had this wrong

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

2012-05-25 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: This fix is back-firing. I have pushed an updated fix. Fixed in Org 7.8.11 and Emacs 24.1 branches. Note:: nxml-mode is not really needed for ODT export to go through [1]. I will remove this dependency for the new exporter

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-05-25 Thread Bastien
Hi Brian, Brian Wood bw...@berkeley.edu writes: To clarify my question: Sorry no-one had to answer it with a constructive answer yet... I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows just today's time logged on the subtree. ... but that's because it is not easily

Re: [O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-25 Thread Bastien
Hi Uwe, Uwe Brauer o...@mat.ucm.es writes: A while ago I could make org-preview-latex-fragment work for Xemacs and I also sent a corresponding patch. I never bothered to check the corresponding `region' function, but when I did I received an error. I debugged the function and when I reached

Re: [O] org-agenda-sticky

2012-05-25 Thread Bastien
Hi Rainer, Rainer Thiel rainer.th...@googlemail.com writes: I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP. I can't seem to find a way to use the new org-agenda-sticky option. This option is not part of the officially released version of Org, yet. It is available

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

2012-05-25 Thread Bastien
Hi Neil, Neil Smithline emacs-orgm...@neilsmithline.com writes: 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. Thanks for this contribution! I've added a link to this page:

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Bastien
Hi Mark, Mark E. Shoulson m...@kli.org writes: Furthermore, hidestars isn't good enough, because Enda wants the file *really to be like that*, without the stars there at all, so that it still looks good when being edited in vi or something. Thanks for taking the time to state Enda's position

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Bastien
Hi Mark, Mark E. Shoulson m...@kli.org writes: On 05/25/2012 11:04 AM, Nicolas Goaziou wrote: Hello, You're right, there could be another entity for ^. asciicirc is good enough as a name. Would you want to make a patch for it? Also, you may want to consider signing FSF papers for more

Re: [O] [PATCH] Allow datetree to find years with trailing whitespace.

2012-05-25 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: * lisp/org-datetree.el: Fix regexp to allow datetree to find headings with trailing whitespace. This fixes a bug in which an existing datetree heading (e.g., * 2012 ) would not be found by org-datetree-find-year-create if it had trailing

Re: [O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread Bastien
Hi XeCycle, XeCycle xecy...@gmail.com writes: I want to disable the behaviour for org-capture to store a bookmark pointing to the last stored item, preferably for some templates. You can now (setq org-capture-bookmark nil) to unconditionally prevent the creation of a bookmark. This is not

Re: [O] [PATCH] Add section describing prerequisites.

2012-05-25 Thread Greg Troxel
Bastien b...@gnu.org writes: http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1 I don't want to update the README file each time a new version of GNU Make is released and known to work. Understood - what I meant was to have the oldest version that was needed, but I suspect that while

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Christophe, Christophe Junke christophe.ju...@inria.fr writes: Let org-agenda-time-grid control if the grid is displayed Applied, thanks -- and special thanks for the ChangeLog and clear explanations. All best, -- Bastien

Re: [O] Escaping links while doing an org-publish to html

2012-05-25 Thread Bastien
Hi c (?), c b 24x7x...@gmail.com writes: Is there a way to do prevent org-mode from setting up A-links or IMG-links? Not with the current HTML exporter (perhaps Nicolas as a solution for the next HTML exporter.) But you can use `org-export-html-final-hook' to postprocess the exported

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Bastien
Nick Dokos nicholas.do...@hp.com writes: Then you have to live with the stars. I think it is awesome to live with the stars. :) -- Bastien

Re: [O] [PATCH] Add section describing prerequisites.

2012-05-25 Thread Bastien
Hi Greg, Greg Troxel g...@ir.bbn.com writes: Note that building org requires GNU make, and that 3.82 is known to work. Thanks for this. I've been minimalist: http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1 I don't want to update the README file each time a new version of GNU Make

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

2012-05-25 Thread Bastien
Samuel Wales samolog...@gmail.com writes: Perhaps we should make RET do this also when RET follows links. Indeed, that's now the case. Thanks! -- Bastien

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

2012-05-25 Thread Bastien
Hi, SW sabrewo...@gmail.com writes: Is this performance overhead just a result of poorly-scalable overlays, rather than an inherent shortcoming of Emacs and/or org-mode? I would say this is a combination of the implementation overlays and the use of overlays in outline.el. Perhaps we should

Re: [O] Org-mode repeating tasks issue

2012-05-25 Thread c b
Thanks for the responses. After fiddling around a bunch and not getting it to work, I just recreated my .emacs.d folder (and config) and it seems to work now. Must have been some corruption, but can't figure out what. Thanks a bunch for the responses c.b On Mon, May 21, 2012 at 6:06 AM, Bernt

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Matt Lundin
Bastien b...@gnu.org writes: Christophe Junke christophe.ju...@inria.fr writes: Let org-agenda-time-grid control if the grid is displayed Applied, thanks -- and special thanks for the ChangeLog and clear explanations. This is a problematic patch. On my machine, it causes duplicate entries

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: Bastien b...@gnu.org writes: Christophe Junke christophe.ju...@inria.fr writes: Let org-agenda-time-grid control if the grid is displayed Applied, thanks -- and special thanks for the ChangeLog and clear explanations. This is a