Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-16 Thread Rainer M Krug
On Thu, Jun 16, 2011 at 12:40 AM, Nick Dokos wrote: > Rainer M Krug wrote: > > > > I created the attached init.el file. In my setup, ~/.emacs.d/org-mode > > is a symbolic link. If I set it to org-7.7, everything works as > > expected desktop is loaded and saved without question), but when > > li

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-16 Thread Jambunathan K
> There seems to be a problem with my .emacs.desktop files in > combination with the new org It might help to try to narrow down the problem to one of the buffers - starting with the org buffers to begin with. Start nuking the buffers till you hit the problem or the problem disappears. It may

Re: [O] how to control exported src color

2011-06-16 Thread silent
yes, I just checked my emacs, the buffer is much like the exported code, emacs buffer not looks that bad because it using a dark blue background, I changed to another color-theme, and the exported code looks much better, I will try to customize org-export-htmlize later. thanks! 2011/6/15 Jambun

Re: [O] org-capture does not fully clean up after C-c C-k

2011-06-16 Thread Carsten Dominik
On 4.5.2011, at 14:30, Leo wrote: > Hello, > > I have one template as follows > > ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) > > Every time I `C-c C-k' to abort the capture, a blank line is inserted at > the front of file Notes.org. Hi Leo, I am unable to reproduce this.

Re: [O] BUG: Newest org-mode interferes with desktop save

2011-06-16 Thread Rainer M Krug
On Thu, Jun 16, 2011 at 9:29 AM, Jambunathan K wrote: > > > There seems to be a problem with my .emacs.desktop files in > > combination with the new org > > It might help to try to narrow down the problem to one of the buffers - > starting with the org buffers to begin with. > > Start nuking the b

[O] [patch] Problem with insert anniversary agenda function (was Re: org-bbdb-anniversaries gives error 'bad sexp')

2011-06-16 Thread Eric S Fraga
Eric S Fraga writes: > Carsten Dominik writes: > >> On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote: >> >>> thanks, got it working now (with some fiddling). >>> >>> looks like `calendar-date-style' is not honored /at all/, if you don't >>> use -MM-DD format (as stated in the org-bbdb

Re: [O] equation numbering in html and latex export

2011-06-16 Thread Eric S Fraga
Samuel Sinayoko writes: > Dear list, > > I've been trying to write short scientific reports that I can export to > both LaTeX and HTML. So far I've managed to figure out how to include > equations, images, references, and how to include labels and cross > reference between all these things. > > T

Re: [O] HTML5 presentations

2011-06-16 Thread Eric S Fraga
Juan Pechiar writes: > On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote: >> What browser(s) are people using for this? Conkeror doesn't work well >> at all and iceweasel (aka firefox) 3.5.19 sort of works. > > Hi, > > Opera 11 (OSX) seems to work OK, only that slides start to appear

Re: [O] HTML5 presentations

2011-06-16 Thread Eric S Fraga
Joost Kremers writes: > On Wed, Jun 15, 2011 at 07:19:46PM +0100, Eric S Fraga wrote: >> What browser(s) are people using for this? Conkeror doesn't work well >> at all and iceweasel (aka firefox) 3.5.19 sort of works. > > since it's an html5 presentation, you'll need a browser with html5 suppor

[O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
I'm having a senior moment here. I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): (defvar fas/org-some-variable (/ 10 (* 1000 (- org-lowest-priority org-highest-priority But org-lowest-priority & org-highest-priority aren't defined at that point in Preferences.e

Re: [O] Status google calendar sync

2011-06-16 Thread Stephen Eglen
Eric S Fraga wrote: > Stephen Eglen writes: > > > Thank you very much Arun, this page looks great: > > > >> http://orgmode.org/worg/org-tutorials/org-google-sync.html> > > > > When going from org -> google, do I need to do anything about using > > org-icalendar-store-UID? I'd rather not have t

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Jambunathan K
"Filippo A. Salustri" writes: > I'm having a senior moment here. > > I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): > > (defvar fas/org-some-variable > (/ 10 (* 1000 (- org-lowest-priority org-highest-priority > > But org-lowest-priority & org-highest-priority

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Nick Dokos
Filippo A. Salustri wrote: > I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): > > (defvar fas/org-some-variable > (/ 10 (* 1000 (- org-lowest-priority org-highest-priority > > But org-lowest-priority & org-highest-priority aren't defined at that > point in Pre

Re: [O] [patch] Problem with insert anniversary agenda function (was Re: org-bbdb-anniversaries gives error 'bad sexp')

2011-06-16 Thread Carsten Dominik
On Jun 16, 2011, at 10:04 AM, Eric S Fraga wrote: > Eric S Fraga writes: > >> Carsten Dominik writes: >> >>> On Jun 13, 2011, at 6:15 PM, Philipp Haselwarter wrote: >>> thanks, got it working now (with some fiddling). looks like `calendar-date-style' is not honored /at all/,

Re: [O] equation numbering in html and latex export

2011-06-16 Thread Samuel Sinayoko
Thanks Eric. I think you're right. It would make sense to use \begin{equation} \end{equation} with HTML export to number equations. I've put a minimal example below showing what is happening. -- #+TITLE: Equation numbering #+STYLE: * Numbered in HTML export / Not numbered in LaTeX Equation is nu

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Yes, the math is wrong; I knew that. Thanks for the hint. Cheers. Fil On 16 June 2011 09:30, Jambunathan K wrote: > > "Filippo A. Salustri" writes: > > > I'm having a senior moment here. > > > > I've got code of this form in my Preferences.el (aquamacs-speak for > .emacs): > > > > (defvar fas/o

Re: [O] equation numbering in html and latex export

2011-06-16 Thread Darlan Cavalcante Moreira
Using the org-special-blocks library org-mode will recognize blocks in the form : #+begin_something : bla bla bla : #+end_something Then you could write : #+begin_equation : y=ax+b : #+end_equation in org-mode. It would be translated to : \begin{equation} : y=ax+b : \end{equation} in latex

Re: [O] Literate Programming - Continue a Source Block?

2011-06-16 Thread Olaf.Hamann
Am 08.06.2011 17:20, schrieb Neeum Zawan: [...] Now the original noweb allows what I'm asking for. If you begin a source block with a name of an existing block but append an "=" symbol, it knows to append to that source block. It would be great if org-mode could add that capability. Another appr

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. Require. *sigh* Let me just wipe the egg off my face. Thanks. Cheers. Fil On 16 June 2011 09:39, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > > I've got code of this form in my Preferences.el (aquamacs-speak for > .emacs): > > > > (defvar fas/org-some-variable > > (/ 10 (* 100

[O] Bug: void-variable filter-buffer-substring-functions [7.5 (release_7.5.384.g94b32)]

2011-06-16 Thread Bernt Hansen
Hi Eric, Commit 66e8a4b (Globally replace buffer-substring-filters with filter-buffer-substring-functions., 2011-06-14) breaks clock reports with the following backtrace below when org-indent-mode is enabled. The key sequence to reproduce this error with the minimal emacs setup below is as follow

[O] git server issue, repo.or.cz vs orgmode.org

2011-06-16 Thread Giovanni Ridolfi
Hello everyone, I just checked the two repositories: http://orgmode.org/w/org-mode.git and http://repo.or.cz/w/org-mode.git The latter is behind of 4 commits, i.e. 11 hours. Its last commit is Eric Schulte's 90f6765cdf77c1414726d899f00c77da43f45758 So has repo.or.cz been discontinued or is

[O] Delays in mailing list server?

2011-06-16 Thread Nick Dokos
I replied to Fil earlier through the list (not sure if the direct reply to him got there quickly) and it took a long time for the round-trip through the list server to get back to me: , | ... | Received: from localhost ([::1]:59909 helo=lists.gnu.org) | by lists.gnu.org with esmtp (Exim

[O] Bug: void-variable filter-buffer-substring-functions [7.5 (release_7.5.384.g94b32)]

2011-06-16 Thread Bernt Hansen
Hi Eric, Commit 66e8a4b (Globally replace buffer-substring-filters with filter-buffer-substring-functions., 2011-06-14) breaks clock reports with the following backtrace below when org-indent-mode is enabled. The key sequence to reproduce this error with the minimal emacs setup below is as follow

[O] how to escape org markup?

2011-06-16 Thread Steven Haryanto
Hi all, I need to insert bits of plain text into a final composite Org document. The text should be protected from any Org formatting (for example, "* " at the beginning of a line should not be interpreted as a headline). Is enclosing it with #+BEGIN_SRC/#+END_SRC or #+BEGIN_EXAMPLE/#+END_EXAMPLE

[O] capture datetree into headline?

2011-06-16 Thread Nathan Neff
I looked over the docs for org-capture, and it seems that file + datetree is the only option. I'd like the datetree to be stored in a specific headline in a file, such as "Log" Is there a way to have file + headline + datetree ("myfile.org" "Log") Or, use the "id" of a headline, like (id+datetr

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Nick Dokos
Filippo A. Salustri wrote: > I must be a moron.  But I'm still having problems. > Here's what's in my Preferences.el: > > > (require 'org-install) > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org. > (add-hook 'org-mode-hook 'turn-on-font-lock)             ; font

Re: [O] HTML5 presentations

2011-06-16 Thread Achim Gratz
Eric S Fraga writes: > What browser(s) are people using for this? Conkeror doesn't work well > at all and iceweasel (aka firefox) 3.5.19 sort of works. Although I haven't tried it recently, conkeror just uses the XULrunner engine that Firefox is based on. So if you switch to a reasonably recent

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Steven Haryanto wrote: > I need to insert bits of plain text into a final composite Org document. The > text should be > protected from any Org formatting (for example, "* " at the beginning of a > line should not be > interpreted as a headline). Is enclosing it with #+BEGIN_SRC/#+END_SRC > or

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Nick Dokos wrote: > Steven Haryanto wrote: > > > I need to insert bits of plain text into a final composite Org document. = > The text should be > > protected from any Org formatting (for example, "* " at the beginning of = > a line should not be > > interpreted as a headline). Is enclosing it

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
I must be a moron. But I'm still having problems. Here's what's in my Preferences.el: (require 'org-install) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) ; use it for *.org. (add-hook 'org-mode-hook 'turn-on-font-lock) ; font lock on always. (defvar fas/org-priority-

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. I got it with the org-load-hook thing. Thanks, and apologies. Cheers. Fil On 16 June 2011 12:15, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I must be a moron. But I'm still having problems. > > Here's what's in my Preferences.el: > > > > > > (require 'org-install) > > (

Re: [O] Bug: void-variable filter-buffer-substring-functions [7.5 (release_7.5.384.g94b32)]

2011-06-16 Thread Eric Schulte
Hi Bernt, Thanks for the easy to follow-instructions. I've been able to reproduce this error using Emacs23. It looks as though the `filter-buffer-substring-functions' variable is not defined in any Emacs prior to 24. I am not sure what the best way is to remove all usage of the now-deprecated `

Re: [O] Bug: void-variable filter-buffer-substring-functions [7.5 (release_7.5.384.g94b32)]

2011-06-16 Thread Bernt Hansen
Thanks!! -Bernt Eric Schulte writes: > For now I've reverted this commit, while I try to figure out the best > solution here. > Bernt Hansen writes: > >> Hi Eric, >> >> Commit 66e8a4b (Globally replace buffer-substring-filters with >> filter-buffer-substring-functions., 2011-06-14) breaks cloc

Re: [O] HTML5 presentations

2011-06-16 Thread Robert Goldman
On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: > Vinh Nguyen writes: > >> After the recent org-mode to S5 discussion, I stumbled onto >> [these](https://gist.github.com/509761) code. It offers a way to >> export org files to HTML5 presentations. I think it looks quite nice. >> I see it being be

[O] New release?

2011-06-16 Thread Achim Gratz
Org 7.5 has got quite a few wrinkles ironed out during the past few months and the current HEAD looks very clean save for two compiler warnings in org-indent.el... and that part of the code looks like it could use the same solution that org-agenda.el employs around line 1766. I'd think that the f

Re: [O] HTML5 presentations

2011-06-16 Thread Eric Schulte
Robert Goldman writes: > On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: >> Vinh Nguyen writes: >> >>> After the recent org-mode to S5 discussion, I stumbled onto >>> [these](https://gist.github.com/509761) code. It offers a way to >>> export org files to HTML5 presentations. I think it looks q

[O] How to filter by tag/todo in AGENDA VIEW

2011-06-16 Thread Mark S
Hello! Yes, I know you can make customized views, but I could find nothing in the documentation showing how to customize the AGENDA view. In the documentation, there are example of how to use the various type functions, but none for the agenda type function. There must be some options that

Re: [O] New release?

2011-06-16 Thread Eric Schulte
Hi Achim, I fully agree, and I believe a new release is planned in the next couple of weeks. Specifically expect a new release before Emacs 24 goes into pre-test feature freeze at the end of this month. Best -- Eric Achim Gratz writes: > Org 7.5 has got quite a few wrinkles ironed out during

Re: [O] HTML5 presentations

2011-06-16 Thread Robert Goldman
On 6/16/11 Jun 16 -2:29 PM, Eric Schulte wrote: > Robert Goldman writes: > >> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: >>> Vinh Nguyen writes: >>> After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way to exp

Re: [O] how to control exported src color

2011-06-16 Thread Eric Schulte
silent writes: > yes, I just checked my emacs, the buffer is much like the exported code, > emacs buffer not looks that bad because it using a dark blue background, > > I changed to another color-theme, and the exported code looks much better, > > I will try to customize org-export-htmlize later.

Re: [O] Delays in mailing list server?

2011-06-16 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > I replied to Fil earlier through the list (not sure if the direct reply > to him got there quickly) and it took a long time for the round-trip > through the list server to get back to me: > > , > | ... > | Received: from localhost ([::1]:59909 helo=lists.gnu.org) >

Re: [O] org-capture does not fully clean up after C-c C-k

2011-06-16 Thread Jason Dunsmore
Carsten Dominik writes: > On 4.5.2011, at 14:30, Leo wrote: > >> Hello, >> >> I have one template as follows >> >> ("n" "Notes" entry (file "Notes.org") "* %?\n %i" :prepend t) >> >> Every time I `C-c C-k' to abort the capture, a blank line is inserted at >> the front of file Notes.org. > > H

Re: [O] HTML5 presentations

2011-06-16 Thread Jambunathan K
Eric Schulte writes: > Robert Goldman writes: > >> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: >>> Vinh Nguyen writes: >>> After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way to export org files to HTML5 pr

Re: [O] custom IDs not exported

2011-06-16 Thread Nick Dokos
Daniel Clemente wrote: > Hi, > > Could you check this patch in? > It is checked in already. The commit looks like this: , | commit 1891ee5aafee710315a26595385e670e1ac3771e | Author: Carsten Dominik | Date: Tue Jun 14 10:46:09 2011 +0200 | | Fix HTML export to make CUSTOM_ID links

Re: [O] custom IDs not exported

2011-06-16 Thread Daniel Clemente
Hi, Could you check this patch in? Thanks El Sat, 11 Jun 2011 23:12:26 -0400 Nick Dokos va escriure: > > I have a minimal patch that I think fixes this problem, but there are > other underscores used in various places in org-html.el so there might > be additional problems. I'd appreciate it if

Re: [O] HTML5 presentations

2011-06-16 Thread Robert Goldman
On 6/16/11 Jun 16 -3:36 PM, Jambunathan K wrote: > Eric Schulte writes: > >> Robert Goldman writes: >> >>> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen writes: >>> >>> I have tried the version here: >>> https://github.com/twada/org-html5presentation.el >>> >>> and it

[O] latex checkboxes

2011-06-16 Thread Skip Collins
There is a couple of problems with the way checkboxes are typeset in LaTeX. - [ ] a - [X] b - [-] c is translated to the LaTeX \begin{itemize} \item $\Box$ a \item $\boxtimes$ b \item $\boxminus$ c \end{itemize} The first problem is that \Box is not the same size as \boxtimes or \boxminus . The

Re: [O] custom IDs not exported

2011-06-16 Thread Daniel Clemente
The latest commit I can find after cloning git://repo.or.cz/org-mode.git to a new directory is this: , | commit 90f6765cdf77c1414726d899f00c77da43f45758 | Author: Eric Schulte | Date: Mon Jun 13 14:58:56 2011 -0700 | | ob-tangle: no longer inserting newlines between appended code b

Re: [O] custom IDs not exported

2011-06-16 Thread Nick Dokos
Daniel Clemente wrote: > > The latest commit I can find after cloning git://repo.or.cz/org-mode.git to > a new directory is this: > > , > | commit 90f6765cdf77c1414726d899f00c77da43f45758 > | Author: Eric Schulte > | Date: Mon Jun 13 14:58:56 2011 -0700 > | > | ob-tangle: no long

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Skip Collins wrote: > There is a couple of problems with the way checkboxes are typeset in LaTeX. > > - [ ] a > - [X] b > - [-] c > > is translated to the LaTeX > > \begin{itemize} > \item $\Box$ a > \item $\boxtimes$ b > \item $\boxminus$ c > \end{itemize} > > The first problem is that \Box

[O] [PATCH] Make org-capture more generic

2011-06-16 Thread Matthieu Lemerre
Hi, I really like org-capture, and especially the "hierarchical" interface for selecting possible capture templates, but I think it needs to be extended slightly so that it can be used to archive anything. Some of the things I would like to do when capturing are: 1. Just jump to some location w

Re: [O] HTML5 presentations

2011-06-16 Thread Eric Schulte
Robert Goldman writes: > On 6/16/11 Jun 16 -3:36 PM, Jambunathan K wrote: >> Eric Schulte writes: >> >>> Robert Goldman writes: >>> On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: > Vinh Nguyen writes: > > I have tried the version here: https://github.com/twada/

Re: [O] latex checkboxes

2011-06-16 Thread Thomas S. Dye
Skip Collins writes: > There is a couple of problems with the way checkboxes are typeset in LaTeX. > > - [ ] a > - [X] b > - [-] c > > is translated to the LaTeX > > \begin{itemize} > \item $\Box$ a > \item $\boxtimes$ b > \item $\boxminus$ c > \end{itemize} > > The first problem is that \Box is

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Thomas S. Dye wrote: > Skip Collins writes: > > > There is a couple of problems with the way checkboxes are typeset in LaTeX. > > > > - [ ] a > > - [X] b > > - [-] c > > > > is translated to the LaTeX > > > > \begin{itemize} > > \item $\Box$ a > > \item $\boxtimes$ b > > \item $\boxminus$ c > >

Re: [O] HTML5 presentations

2011-06-16 Thread Jambunathan K
I don't want to hijack this thread. > Can you explain more about how we should proceed? Let us invite the author of html5 in to the discussion or let some interested party provide a patch/diff of what changes the author had done or let the body of html5 presentation be made available so that s

Re: [O] Use custom program to process LaTeX fragments?

2011-06-16 Thread Uriel Avalos
On Thu, 9 Jun 2011 08:56:33 -0700 (PDT) amscopub-m...@yahoo.com wrote: > Currently, whenever you export to HTML, you have 3 options for processing > LaTeX > fragments: (1) dvipng, (2) jsmath, (3) or leave it as is. > > > Is it possible to use an arbitrary program to process LaTeX fragments? >

[O] odd behaviour in a function - looking for advice

2011-06-16 Thread Filippo A. Salustri
Hi all, I've got this function: (defun fas/org-priority (&optional p) "Change the priority of the current item, then refresh agenda." (interactive) (save-excursion (if (org-priority p) (org-agenda-redo I set up my window to have 2 frames side by side. The org agenda is in

Re: [O] latex checkboxes

2011-06-16 Thread Skip Collins
On Thu, Jun 16, 2011 at 6:52 PM, Nick Dokos wrote: > I like it! Well, almost all of it: I'd vote for \large, rather than \LARGE, > but otherwise it looks good to me. Can we compromise on \Large ? :-) > , > | \item [{\parbox[][][c]{\wd0}{\LARGE$\square$}}] a > ` I tried the optional prea

Re: [O] Use custom program to process LaTeX fragments?

2011-06-16 Thread Jambunathan K
Uriel Avalos writes: > On Thu, 9 Jun 2011 08:56:33 -0700 (PDT) > amscopub-m...@yahoo.com wrote: > >> Currently, whenever you export to HTML, you have 3 options for processing >> LaTeX >> fragments: (1) dvipng, (2) jsmath, (3) or leave it as is. >> >> >> Is it possible to use an arbitrary pro

Re: [O] odd behaviour in a function - looking for advice

2011-06-16 Thread Jambunathan K
"Filippo A. Salustri" writes: > Hi all, > > I've got this function: > > (defun fas/org-priority (&optional p) > "Change the priority of the current item, then refresh agenda." > (interactive) > (save-excursion > (if (org-priority p) > (org-agenda-redo > > I set up my window

Re: [O] odd behaviour in a function - looking for advice

2011-06-16 Thread Jambunathan K
Jambunathan K writes: > "Filippo A. Salustri" writes: > >> Hi all, >> >> I've got this function: >> >> (defun fas/org-priority (&optional p) >> "Change the priority of the current item, then refresh agenda." >> (interactive) >> (save-excursion >> (if (org-priority p) >> (org-ag

Re: [O] how to escape org markup?

2011-06-16 Thread Steven Haryanto
On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos wrote: > Steven Haryanto wrote: > > > I need to insert bits of plain text into a final composite Org document. > The text should be > > protected from any Org formatting (for example, "* " at the beginning of > a line should not be > > interpreted as

Re: [O] odd behaviour in a function - looking for advice

2011-06-16 Thread Filippo A. Salustri
save-window-excursion did the trick. Never heard of that one. Thanks! Cheers. Fil On 16 June 2011 21:46, Jambunathan K wrote: > "Filippo A. Salustri" writes: > >> Hi all, >> >> I've got this function: >> >> (defun fas/org-priority (&optional p) >>   "Change the priority of the current item, the

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Skip Collins wrote: > On Thu, Jun 16, 2011 at 6:52 PM, Nick Dokos wrote: > > I like it! Well, almost all of it: I'd vote for \large, rather than \LARGE, > > but otherwise it looks good to me. > > Can we compromise on \Large ? :-) > As Tom Dye pointed out, you can customize :cbon and :cboff, so

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Steven Haryanto wrote: > On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos wrote: > > Steven Haryanto wrote: > > > I need to insert bits of plain text into a final composite Org > document. The text should be > > protected from any Org formatting (for example, "* " at the beginning

Re: [O] HTML5 presentations

2011-06-16 Thread Jambunathan K
> Admittedly I don't know what transformation are required by the html5 > presentation mechanism, however I would think that an approach like that > taken in org-export-as-s5 [1], in which the existing org-export-as-html > is simply wrapped in a let-form which sets variable values uses hooks to >

Re: [O] New release?

2011-06-16 Thread Jambunathan K
Eric Schulte writes: > Hi Achim, > > I fully agree, and I believe a new release is planned in the next couple > of weeks. Specifically expect a new release before Emacs 24 goes into > pre-test feature freeze at the end of this month. I hoped to have my work (atleast the work the new core export

Re: [O] Delays in mailing list server?

2011-06-16 Thread Nick Dokos
Sebastien Vauban wrote: > Nick Dokos wrote: > > It looks as if it bounced around lists.gnu.org for 36 minutes or so. > > Anybody else seeing these delays? > > I can't comment on the ML delays, as I'm reading these posts thru Gmane. But I > can tell I often see very looong delays (many hours, som

Re: [O] New release?

2011-06-16 Thread Memnon Anon
Achim Gratz writes: > Org 7.5 has got quite a few wrinkles ironed out during the past few > months and the current HEAD looks very clean save for two compiler > warnings in org-indent.el... [...] > I'd think that the folks who aren't comfortable with living at the > bleeding edge would benefit f

Re: [O] Literate Programming - Continue a Source Block?

2011-06-16 Thread Neeum Zawan
Eric Schulte writes: > How about the following solution, which is based on a new :noweb-ref > header argument. > > When expanding ``noweb'' style references the bodies of all code block > with /either/ a block name matching the reference name /or/ a :noweb-ref > header argument matching the refer

Re: [O] Literate Programming - Continue a Source Block?

2011-06-16 Thread Eric Schulte
Neeum Zawan writes: > Eric Schulte writes: > >> How about the following solution, which is based on a new :noweb-ref >> header argument. >> >> When expanding ``noweb'' style references the bodies of all code block >> with /either/ a block name matching the reference name /or/ a :noweb-ref >> hea

[O] Checkbox Statistics - Report Progress

2011-06-16 Thread neil whitley
Hi I want to include the checkbox statistics in my custom agenda which I use to report my past weekly work to my boss. I would like to have something like: Monday Project A [30%] Complete Today Project B [85%] Complete Today Project C [50%] Complete Today Tuesday Project A [40%] Complete To