[O] possible typo in org manual

2011-06-03 Thread skip
The manual I'm using is here: http://orgmode.org/org.html#Working-With-Source-Code See item 14.2.8.1 sub-heading: Emacs Lisp evaluation of variables in the sample code, #+begin_src sh :var file-name=(buffer-file-name) :exports both wc -w $file #+end_src shouldn't file-name=(buffer-file-name)

[O] Agenda Bulk Scatter bug

2011-06-03 Thread Robert Cunningham
for a few weeks now, and including the git commit af677f6d0667bacba72defeaee7e76557e68f8c8 that I last tested, the Agenda Bulk Scatter (BS) has had a bug whereby items it reschedules have the DATE lost. As an example SCHEDULED 2011-12-12 ends up as SCHEDULED after BS org-mode 7.5 did not h

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Nick Dokos writes: > >> Nick Dokos wrote: >> >>> Eric Abrahamsen wrote: >>> >>> > It was while trying to produce a backtrace (with edebug) that I >>> > discovered that re-evaluating the code fixed the problem. I set >>> > debug-on-error to t and reproduced the error,

[O] org-emphasis-regexp-components and headline bolding

2011-06-03 Thread Eric Abrahamsen
I've twiddled my org-emphasis-regexp-components variable to allow emphasis next to a wider array of characters, with the result that the first headline of one particular file is interpreted as emphasized (presumably the headline stars are read as bold emphasis markers). This means the text of the

[O] Academic Reference Workflows and recommendation of Bibdesk

2011-06-03 Thread Chao LU
Dear All, Here I'd like to discuss my workflow for Academic reference and recommend you Bibdesk. I use iTune to manage all my mp3 files. Mp3 format has the ability to store all the metadata into the file itself, and iTune offers a way to modify and display certain kind of music according to the m

[O] help on sorting agendas

2011-06-03 Thread Filippo A. Salustri
Hi all, I have a block agenda, one element of which is (todo "REVIEW|ACTIVE|WIP" ((org-agenda-sorting-strategy '(priority-down time-up And I have tasks with their SCHEDULED dates set, but no deadlines. However, the agenda seems to NOT sort by the SCHEDULED date. Is that what's supposed

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Nick Dokos writes: > Nick Dokos wrote: > >> Eric Abrahamsen wrote: >> >> > It was while trying to produce a backtrace (with edebug) that I >> > discovered that re-evaluating the code fixed the problem. I set >> > debug-on-error to t and reproduced the error, which gave me this: >> > >> > Debu

[O] [PATCH] Allow to disable the agenda block separator per block

2011-06-03 Thread Michael Brand
* org-agenda.el (org-agenda-compact-blocks): Improve docstring. (org-agenda-block-separator): Add nil to docstring and customization. (org-prepare-agenda): Skip agenda block separator additionally if org-agenda-block-separator is nil. (org-agenda-overriding-header): Improve docstring. This change

[O] Org-Drill first interval

2011-06-03 Thread Curt Bergmann
The first interval for my first question is always 4 whether I mark it as a 3, 4, or 5. When I change org-drill-learn-factor it doesn't appear to change the first interval. I would like to reduce the first interval and I assume that the learn-factor will allow me to control subsequent intervals.

Re: [O] Orgmode LaTeX export special character in Title

2011-06-03 Thread Nick Dokos
Xin Shi wrote: > Thanks for your reply.  I updated my org to 7.5 and the $D$ worked in > the title. However, if I use \(D\) in the title, it says: undefined > control sequence > > I tried \( ... \) in body, its OK.  > Works fine here: --8<---cut here---start--

Re: [O] Orgmode LaTeX export special character in Title

2011-06-03 Thread Xin Shi
Hi Nick, Thanks for your reply. I updated my org to 7.5 and the $D$ worked in the title. However, if I use \(D\) in the title, it says: undefined control sequence I tried \( ... \) in body, its OK. Xin On Thu, Jun 2, 2011 at 10:55 PM, Nick Dokos wrote: > Xin Shi wrote: > > > If I want to e

Re: [O] Orgmode LaTeX export special character in Title

2011-06-03 Thread Xin Shi
Hi Nick, I saw there is no problem in the tex file. It's some other problem with my tex files which seems not happy with that one in title. I tried on a simple version, it works. Thank you! Xin On Fri, Jun 3, 2011 at 1:32 PM, Nick Dokos wrote: > Xin Shi wrote: > > > > Thanks for your reply.

Re: [O] [OT] Deactivate flyspell on a file by file basis

2011-06-03 Thread Nick Dokos
Pieter Praet wrote: > On Fri, 03 Jun 2011 17:44:26 +0200, Pieter Praet wrote: > > On Fri, 03 Jun 2011 11:18:54 -0400, Nick Dokos > > wrote: > > > Marcelo de Moraes Serpa wrote: > > > > > > > > > > I use flyspell-mode for writing articles, but I don't need it for my > > > > gtd.org file. Is

Re: [O] export problems

2011-06-03 Thread Nick Dokos
Nick Dokos wrote: > Eric Abrahamsen wrote: > > > It was while trying to produce a backtrace (with edebug) that I > > discovered that re-evaluating the code fixed the problem. I set > > debug-on-error to t and reproduced the error, which gave me this: > > > > Debugger entered--Lisp error: (erro

Re: [O] [OT] Deactivate flyspell on a file by file basis

2011-06-03 Thread Pieter Praet
On Fri, 03 Jun 2011 11:18:54 -0400, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > > > I use flyspell-mode for writing articles, but I don't need it for my > > gtd.org file. Is there a way to > > exclude it (flyspell) from acting based on the filename of the buffer? > > > > You can u

Re: [O] [OT] Deactivate flyspell on a file by file basis

2011-06-03 Thread Pieter Praet
On Fri, 03 Jun 2011 17:44:26 +0200, Pieter Praet wrote: > On Fri, 03 Jun 2011 11:18:54 -0400, Nick Dokos wrote: > > Marcelo de Moraes Serpa wrote: > > > > > > > I use flyspell-mode for writing articles, but I don't need it for my > > > gtd.org file. Is there a way to > > > exclude it (flyspel

Re: [O] export problems

2011-06-03 Thread Nick Dokos
Nick Dokos wrote: > Eric Abrahamsen wrote: > > > It was while trying to produce a backtrace (with edebug) that I > > discovered that re-evaluating the code fixed the problem. I set > > debug-on-error to t and reproduced the error, which gave me this: > > > > Debugger entered--Lisp error: (erro

Re: [O] export problems

2011-06-03 Thread Nick Dokos
Eric Abrahamsen wrote: > It was while trying to produce a backtrace (with edebug) that I > discovered that re-evaluating the code fixed the problem. I set > debug-on-error to t and reproduced the error, which gave me this: > > Debugger entered--Lisp error: (error "Cannot return from the debugger

Re: [O] [OT] Deactivate flyspell on a file by file basis

2011-06-03 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > I use flyspell-mode for writing articles, but I don't need it for my gtd.org > file. Is there a way to > exclude it (flyspell) from acting based on the filename of the buffer? > You can use file local variables for things like this. There is an ``eval'' pseudo

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Eric Schulte
Hi Christian, Thanks for sharing the link to Yann Hodique's solution, I was not aware that this existed. I've just added this to the worg page on non-beamer export options. Cheers -- Eric Christian Moe writes: > Hi, > > I haven't had time to test Eric's solution yet, but I look forward to it.

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Eric Schulte
Pierre de Buyl writes: >>> If welcomed, I have a few comments related to how I currently use >>> this >>> function (I have a talk coming soon :-) ) >> >> Certainly, I'm happy to hear your feedback. >> >> I have the most recent version of my code up in a git repository >> available at [1], with th

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Nick Dokos writes: > Noorul Islam wrote: > >> On Tue, May 31, 2011 at 9:32 AM, Eric Abrahamsen >> wrote: >> > Export has recently stopped working for me: any C-c C-e gives me: >> > >> > org-export: Symbol's function definition is void: >> > internal-temp-output-buffer-show >> > >> > Instead of

[O] [OT] Deactivate flyspell on a file by file basis

2011-06-03 Thread Marcelo de Moraes Serpa
Hello list, I use flyspell-mode for writing articles, but I don't need it for my gtd.orgfile. Is there a way to exclude it (flyspell) from acting based on the filename of the buffer? Regards, Marcelo.

[O] [babel] [PATCH] Fix sh block execution in session

2011-06-03 Thread Julien Barnier
Hi, When evaluating shell code blocks in org-babel, the execution seems to hang indefinitely. The following patch is trying to fix this problem by modifying the way shell code is send to comint and the way the end-of-evaluation indicator is looking for. As I am far from an emacs lisp expert and a

Re: [O] export problems

2011-06-03 Thread Nick Dokos
Noorul Islam wrote: > On Tue, May 31, 2011 at 9:32 AM, Eric Abrahamsen > wrote: > > Export has recently stopped working for me: any C-c C-e gives me: > > > > org-export: Symbol's function definition is void: > > internal-temp-output-buffer-show > > > > Instead of an export menu. Org is up to dat

Re: [O] Links and visual-line-mode

2011-06-03 Thread Scott Randby
On 06/02/2011 04:20 PM, Sebastien Vauban wrote: > Hi all, > > Scott Randby wrote: One reason I want pop-up-windows to be set to nil is because I frequently use C-x C-b to look at the buffer list. If pop-up-windows is set to t, then C-x C-b opens the buffer list in a pop-up window wh

Re: [O] export problems

2011-06-03 Thread Eric Abrahamsen
Noorul Islam writes: > On Tue, May 31, 2011 at 9:32 AM, Eric Abrahamsen > wrote: >> Export has recently stopped working for me: any C-c C-e gives me: >> >> org-export: Symbol's function definition is void: >> internal-temp-output-buffer-show >> >> Instead of an export menu. Org is up to date git

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Pierre de Buyl
If welcomed, I have a few comments related to how I currently use this function (I have a talk coming soon :-) ) Certainly, I'm happy to hear your feedback. I have the most recent version of my code up in a git repository available at [1], with the file defining the `org-export-as-s5' funct

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Christian Moe
Hi, I haven't had time to test Eric's solution yet, but I look forward to it. Have you also tried Yann Hodique's s5 solution for Org? It has some Org setup but depends on Javascript to tweak the exported HTML. http://www.hodique.info/blog/2009/11/14/s5_presentation_from_org-mode To me, an id

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Eric Schulte
Hi Pierre, Pierre de Buyl writes: > Hello Eric, > > This is amazing, actual emacs lisp code from my explanations, thanks a > lot! > I'm happy to share it, thanks for the idea and the thorough explanation. > > If welcomed, I have a few comments related to how I currently use this > function (I

Re: [O] [Orgmode] S5 export

2011-06-03 Thread Pierre de Buyl
Hello Eric, This is amazing, actual emacs lisp code from my explanations, thanks a lot! If welcomed, I have a few comments related to how I currently use this function (I have a talk coming soon :-) ) - If all "star" headlines become slides, it quickly leads to awkward layouts with

Re: [O] [PATCH 2/2] lisp/ob.el: Don't modify babel info when hashing it

2011-06-03 Thread Lawrence Mitchell
Eric Schulte wrote: > Hi Lawrence, > Is there a reason to make this copy? Given that params is used like a > hash/dictionary the order of it's elements should not matter. Is there > a case where this patch is necessary to avoid buggy behavior? Ah, but the sorting is happening so that the hashin

Re: [O] [PATCH] latex export - title placement

2011-06-03 Thread Sebastian Hofer
At Fri, 03 Jun 2011 00:23:25 -0400, Nick Dokos wrote: > > Sebastian Hofer wrote: > > > At Thu, 02 Jun 2011 11:57:07 -0400, > > Nick Dokos wrote: > > > > > > > At Wed, 01 Jun 2011 18:05:28 -0400, > > > > Nick Dokos wrote: > > > > > > > > > > An empty > > > > > > > > > > #+AUTHOR: > > > > > >