Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Dan Davison
> Thanks!  I'm having trouble triggering the yasnippets using the TAB key, so > I'm > just using the GUI menu. > > Do you literally type "src" (no quotes), then press Tab? Yeah, but there's some magic code needed, which is also on Bernt's page. (add-hook 'org-mode-hook (lambda ()

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
On Fri, Apr 16, 2010 at 9:35 PM, Dan Davison wrote: > Nathan Neff writes: > > > On Fri, Apr 16, 2010 at 8:18 PM, Nathan Neff > wrote: > > > > I've been converting my init.el file to org-babel, and am getting > tired of > > copying/pasting or typing the begin_src and end_src blocks. > >

[Orgmode] Re: Feature suggestion: highlights

2010-04-16 Thread Ali Tofigh
On Fri, Apr 16, 2010 at 15:54, Bernt Hansen wrote: > I believe the 'empty line breaks out' idea is for exporting inline tasks > only - they don't behave that way in regular org files IIRC. Sorry, but I have searched the org-mode manual without finding any reference to it. What is an inline task?

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Dan Davison
Nathan Neff writes: > On Fri, Apr 16, 2010 at 8:18 PM, Nathan Neff wrote: > > I've been converting my init.el file to org-babel, and am getting tired of > copying/pasting or typing the begin_src and end_src blocks. > > Example: > #+begin_src emacs-lisp :results silent > #+end

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Erik Iverson
http://doc.norang.ca/org-mode.html#Yasnippets If anyone else has a different macro set up, I'm still interested in hearing your solutions. Nope, yasnippet is the way to go I think! ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Bernt Hansen
Nathan Neff writes: > I've been converting my init.el file to org-babel, and am getting tired of > copying/pasting or typing the begin_src and end_src blocks. > > Example: > #+begin_src emacs-lisp :results silent > #+end_src > > As an Emacs n00b, I'd like to know if anyone here has defined some k

Re: [Orgmode] [Babel] Macro for begin_src?

2010-04-16 Thread Thomas S. Dye
On Apr 16, 2010, at 3:18 PM, Nathan Neff wrote: I've been converting my init.el file to org-babel, and am getting tired of copying/pasting or typing the begin_src and end_src blocks. Example: #+begin_src emacs-lisp :results silent #+end_src As an Emacs n00b, I'd like to know if anyone here h

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
On Fri, Apr 16, 2010 at 8:18 PM, Nathan Neff wrote: > I've been converting my init.el file to org-babel, and am getting tired of > copying/pasting or typing the begin_src and end_src blocks. > > Example: > #+begin_src emacs-lisp :results silent > #+end_src > > *Sigh* I Googled around for about 15

[Orgmode] Re: Feature suggestion: highlights

2010-04-16 Thread Bernt Hansen
Ali Tofigh writes: > On Fri, Apr 16, 2010 at 15:54, Bernt Hansen wrote: >> I believe the 'empty line breaks out' idea is for exporting inline tasks >> only - they don't behave that way in regular org files IIRC. > > Sorry, but I have searched the org-mode manual without finding any > reference t

[Orgmode] [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
I've been converting my init.el file to org-babel, and am getting tired of copying/pasting or typing the begin_src and end_src blocks. Example: #+begin_src emacs-lisp :results silent #+end_src As an Emacs n00b, I'd like to know if anyone here has defined some kind of macro / shortcut to define an

[Orgmode] Re: [PATCH] docstring bug

2010-04-16 Thread Bernt Hansen
Dan Davison writes: > In the docstring for org-structure-template-alist it says something that > I don't understand. I think perhaps it should be changed to > > diff --git a/lisp/org.el b/lisp/org.el > index 1ef4395..ed602a5 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -9957,7 +9957,7 @@ T

Re: [Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Bernt Hansen
Nick Dokos writes: > Carsten Dominik wrote: > >> >> On Apr 16, 2010, at 11:50 PM, Nick Dokos wrote: >> >> > Bernt Hansen wrote: >> > >> >> Lucas Peng writes: >> >> >> >>> Thanks for your prompt response, >> >>> >> >>> 1. I get "Org-mode version 6.35i" with M-x org-version. >> >> >> >> Strang

Re: [Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Nick Dokos
Carsten Dominik wrote: > > On Apr 16, 2010, at 11:50 PM, Nick Dokos wrote: > > > Bernt Hansen wrote: > > > >> Lucas Peng writes: > >> > >>> Thanks for your prompt response, > >>> > >>> 1. I get "Org-mode version 6.35i" with M-x org-version. > >> > >> Strange. The current latest tagged versio

[Orgmode] [PATCH] docstring bug

2010-04-16 Thread Dan Davison
In the docstring for org-structure-template-alist it says something that I don't understand. I think perhaps it should be changed to diff --git a/lisp/org.el b/lisp/org.el index 1ef4395..ed602a5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -9957,7 +9957,7 @@ This function can be used in a hook."

[Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-16 Thread Carsten Dominik
Fixed, thanks - Carsten On Apr 16, 2010, at 9:15 PM, Bernt Hansen wrote: Another bug. Attempting to get a clock report in the agenda. (R in the daily agenda) -Bernt Debugger entered--Lisp error: (void-function org-dblock-write:) org-dblock-write:((:name nil :link nil :maxlevel 2 :tstar

Re: [Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Sebastian Rose
Bernt Hansen writes: > Lucas Peng writes: > >> Thanks for your prompt response, >> >> 1. I get "Org-mode version 6.35i" with M-x org-version. > > Strange. The current latest tagged version in the git repo is release_6.35g > > We haven't gotten to 'i' yet unless you've come back from the future ;

Re: [Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Carsten Dominik
On Apr 16, 2010, at 11:50 PM, Nick Dokos wrote: Bernt Hansen wrote: Lucas Peng writes: Thanks for your prompt response, 1. I get "Org-mode version 6.35i" with M-x org-version. Strange. The current latest tagged version in the git repo is release_6.35g We haven't gotten to 'i' yet

Re: [Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Nick Dokos
Bernt Hansen wrote: > Lucas Peng writes: > > > Thanks for your prompt response, > > > > 1. I get "Org-mode version 6.35i" with M-x org-version. > > Strange. The current latest tagged version in the git repo is release_6.35g > > We haven't gotten to 'i' yet unless you've come back from the fu

[Orgmode] Re: Bug in org-inlinetask - was: Re: Feature suggestion: highlights

2010-04-16 Thread Sebastian Rose
This patch fixes the odd odd/even behaviour. I.e., it makes `org-inlinetask-insert-task' regard `org-odd-levels-only'. Diffed against `origin/master': diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index aac338b..46a7a7e 100644 --- a/lisp/org-inlinetask.el +++ b/lisp/org-inlinetas

[Orgmode] Re: Bug: create latex png while export to HTML become very slow [6.35i]

2010-04-16 Thread Bernt Hansen
Lucas Peng writes: > Thanks for your prompt response, > > 1. I get "Org-mode version 6.35i" with M-x org-version. Strange. The current latest tagged version in the git repo is release_6.35g We haven't gotten to 'i' yet unless you've come back from the future ;) -Bernt __

[Orgmode] Re: Bug in org-inlinetask - was: Re: Feature suggestion: highlights

2010-04-16 Thread Bernt Hansen
Sebastian Rose writes: > Bernt Hansen writes: >> Sebastian Rose writes: >> >>> Ali Tofigh writes: But you still have the problem that once you use a headline, on any level, then you can't continue writing in the same section as before: * headling text text text

Re: [Orgmode] Bug in org-inlinetask - was: Re: Feature suggestion: highlights

2010-04-16 Thread Sebastian Rose
Sebastian Rose writes: > > And ASCII export does not reagard inline tasks. ERR, Sorry - ASCII export _does_ work. Sebastian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://li

[Orgmode] Re: Custom agenda - wrong type argument

2010-04-16 Thread Nathan Neff
On Wed, Apr 14, 2010 at 10:54 AM, Nathan Neff wrote: > I'm trying to build a custom agenda that works with the current buffer. > > I've succeeded in getting the agenda to display with the > current buffer like this: > > (setq org-agenda-custom-commands > (quote ( > ("c" "Current Bu

[Orgmode] Bug in org-inlinetask - was: Re: Feature suggestion: highlights

2010-04-16 Thread Sebastian Rose
Bernt Hansen writes: > Sebastian Rose writes: > >> Ali Tofigh writes: >>> But you still have the problem that once you use a headline, on any >>> level, then you can't continue writing in the same section as before: >>> >>> * headling >>> text text text >>> * some todo >>> and now what

[Orgmode] Bug: javascript array interpreted as footnote in HTML section

2010-04-16 Thread Stephen
I would like to embed some javascript code at the bottom of an exported HTML document: #+BEGIN_HTML