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)
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
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,
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
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
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
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
* 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
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.
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--
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
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.
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
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
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
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
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
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
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
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.
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
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
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.
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
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
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
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
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
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
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
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
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
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:
> > > > >
>
33 matches
Mail list logo