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 nicholas.do...@hp.com wrote: Rainer M Krug r.m.k...@gmail.com 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

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

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. I do get an

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 kjambunat...@gmail.comwrote: 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

[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 e.fr...@ucl.ac.uk writes: Carsten Dominik carsten.domi...@gmail.com 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

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

2011-06-16 Thread Eric S Fraga
Samuel Sinayoko s.sinay...@soton.ac.uk 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

Re: [O] HTML5 presentations

2011-06-16 Thread Eric S Fraga
Juan Pechiar j...@pechiar.com 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

Re: [O] HTML5 presentations

2011-06-16 Thread Eric S Fraga
Joost Kremers joostkrem...@fastmail.fm 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

[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

Re: [O] Status google calendar sync

2011-06-16 Thread Stephen Eglen
Eric S Fraga e.fr...@ucl.ac.uk wrote: Stephen Eglen s.j.eg...@damtp.cam.ac.uk 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

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

2011-06-16 Thread Jambunathan K
Filippo A. Salustri salus...@ryerson.ca 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

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

2011-06-16 Thread Nick Dokos
Filippo A. Salustri salus...@ryerson.ca 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

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 e.fr...@ucl.ac.uk writes: Carsten Dominik carsten.domi...@gmail.com 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

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: SCRIPT SRC=jsMath/easy/load.js/SCRIPT * Numbered in HTML export

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 kjambunat...@gmail.com wrote: Filippo A. Salustri salus...@ryerson.ca writes: I'm having a senior moment here. I've got code of this form in my Preferences.el (aquamacs-speak for

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

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 nicholas.do...@hp.com wrote: Filippo A. Salustri salus...@ryerson.ca wrote: I've got code of this form in my Preferences.el (aquamacs-speak for .emacs): (defvar

[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

[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

[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

[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

[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+datetree)?

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

2011-06-16 Thread Nick Dokos
Filippo A. Salustri salus...@ryerson.ca 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)        

Re: [O] HTML5 presentations

2011-06-16 Thread Achim Gratz
Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Steven Haryanto stevenharya...@gmail.com 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

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Steven Haryanto stevenharya...@gmail.com 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

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

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 nicholas.do...@hp.com wrote: Filippo A. Salustri salus...@ryerson.ca wrote: I must be a moron. But I'm still having problems. Here's what's in my Preferences.el:

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 schulte.e...@gmail.com writes: For now I've reverted this commit, while I try to figure out the best solution here. Bernt Hansen be...@norang.ca writes: Hi Eric, Commit 66e8a4b (Globally replace buffer-substring-filters with

Re: [O] HTML5 presentations

2011-06-16 Thread Robert Goldman
On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen vinhdi...@gmail.com 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

[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

Re: [O] HTML5 presentations

2011-06-16 Thread Eric Schulte
Robert Goldman rpgold...@sift.info writes: On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen vinhdi...@gmail.com 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

[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 strom...@nexgo.de writes: Org 7.5 has got quite a few wrinkles

Re: [O] HTML5 presentations

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

Re: [O] how to control exported src color

2011-06-16 Thread Eric Schulte
silent silent2...@gmail.com 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

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 carsten.domi...@gmail.com 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. Hi

Re: [O] HTML5 presentations

2011-06-16 Thread Jambunathan K
Eric Schulte schulte.e...@gmail.com writes: Robert Goldman rpgold...@sift.info writes: On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen vinhdi...@gmail.com writes: After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers

Re: [O] custom IDs not exported

2011-06-16 Thread Nick Dokos
Daniel Clemente n142...@gmail.com wrote: Hi, Could you check this patch in? It is checked in already. The commit looks like this: , | commit 1891ee5aafee710315a26595385e670e1ac3771e | Author: Carsten Dominik carsten.domi...@gmail.com | Date: Tue Jun 14 10:46:09 2011 +0200 | |

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 schulte.e...@gmail.com writes: Robert Goldman rpgold...@sift.info writes: On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen vinhdi...@gmail.com writes: I have tried the version here:

[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 .

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 schulte.e...@gmail.com | Date: Mon Jun 13 14:58:56 2011 -0700 | | ob-tangle: no longer inserting newlines

Re: [O] custom IDs not exported

2011-06-16 Thread Nick Dokos
Daniel Clemente n142...@gmail.com 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 schulte.e...@gmail.com | Date: Mon Jun 13 14:58:56 2011 -0700

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Skip Collins skip.coll...@gmail.com 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

[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

Re: [O] HTML5 presentations

2011-06-16 Thread Eric Schulte
Robert Goldman rpgold...@sift.info writes: On 6/16/11 Jun 16 -3:36 PM, Jambunathan K wrote: Eric Schulte schulte.e...@gmail.com writes: Robert Goldman rpgold...@sift.info writes: On 6/7/11 Jun 7 -3:01 PM, Tassilo Horn wrote: Vinh Nguyen vinhdi...@gmail.com writes: I have tried

Re: [O] latex checkboxes

2011-06-16 Thread Thomas S. Dye
Skip Collins skip.coll...@gmail.com 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

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: Skip Collins skip.coll...@gmail.com 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

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

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 nicholas.do...@hp.com 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

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

2011-06-16 Thread Jambunathan K
Uriel Avalos amscopub-m...@yahoo.com 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

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

2011-06-16 Thread Jambunathan K
Filippo A. Salustri salus...@ryerson.ca 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

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

2011-06-16 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Filippo A. Salustri salus...@ryerson.ca 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)

Re: [O] how to escape org markup?

2011-06-16 Thread Steven Haryanto
On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos nicholas.do...@hp.com wrote: Steven Haryanto stevenharya...@gmail.com 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

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 kjambunat...@gmail.com wrote: Filippo A. Salustri salus...@ryerson.ca writes: Hi all, I've got this function: (defun fas/org-priority (optional p)   Change the priority

Re: [O] latex checkboxes

2011-06-16 Thread Nick Dokos
Skip Collins skip.coll...@gmail.com wrote: On Thu, Jun 16, 2011 at 6:52 PM, Nick Dokos nicholas.do...@hp.com 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,

Re: [O] how to escape org markup?

2011-06-16 Thread Nick Dokos
Steven Haryanto stevenharya...@gmail.com wrote: On Fri, Jun 17, 2011 at 12:10 AM, Nick Dokos nicholas.do...@hp.com wrote: Steven Haryanto stevenharya...@gmail.com wrote: I need to insert bits of plain text into a final composite Org document. The text should be

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 schulte.e...@gmail.com 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

Re: [O] Delays in mailing list server?

2011-06-16 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com 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

Re: [O] New release?

2011-06-16 Thread Memnon Anon
Achim Gratz strom...@nexgo.de 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

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

2011-06-16 Thread Neeum Zawan
Eric Schulte schulte.e...@gmail.com 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

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

2011-06-16 Thread Eric Schulte
Neeum Zawan mailingli...@nawaz.org writes: Eric Schulte schulte.e...@gmail.com 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