> 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 ()
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.
> >
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?
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
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
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
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
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
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
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
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
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
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
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."
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
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 ;
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
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
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
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
__
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
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
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
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
I would like to embed some javascript code at the bottom of an
exported HTML document:
#+BEGIN_HTML