Hi Thomas,
"Thomas S. Dye" wrote:
> A while back I took a stab at an overly ambitious project that I've
> subsequently dropped. In that project I did manage to establish captions
> that work with org-special-blocks. What follows is a cut and paste job from
> the bones of the project that might hel
Hi Simon,
Simon Guest wrote:
> Dear Org mode people,
>
> I implemented word counting for Org mode sub-trees. That is, count
> each sub-tree, and accumulate totals into the parent heading lines.
> Others have asked about this, so I attach my code below.
Another suggestion: a variable to choose be
Hi Avdi,
Nick Dokos wrote:
> Avdi Grimm wrote:
>> On Wed, Apr 27, 2011 at 5:41 PM, Nick Dokos wrote:
>> > Just star them by hand in the tex file after exporting for the last
>> > time: it'll take two seconds. You may be able to do it from Org by
>> > writing a custom function (C-h v org-export-l
Simon Guest writes:
> At Wed, 27 Apr 2011 18:51:06 +0100,
> Eric S Fraga wrote:
>> This is quite nice. Thanks!
>>
>
>> I cannot help you with the mark problem; hopefully others can.
>>
>> One suggestion, however: I wonder if you could introduce the word count
>> in a different way? I do use m
Sébastien Vauban writes:
> Hi Simon,
>
> Simon Guest wrote:
>> Dear Org mode people,
>>
>> I implemented word counting for Org mode sub-trees. That is, count
>> each sub-tree, and accumulate totals into the parent heading lines.
>> Others have asked about this, so I attach my code below.
>
> Ano
Robert Goldman writes:
[...]
> I looked at that thread and unfortunately it petered out (partly because
> it went off into a different direction to solve an easier problem with
> conflicting style files).
>
> The last message from Eric Fraga states:
>
>> Oh well, there goes that theory. The web
Derek Thomas writes:
> I'm interested in using org-mode with babel to organize my maxima
> code. Am I correct in my reading of ob-maxima.el that the babel
> module for maxima doesn't support persistent variables between code
> blocks?
Correct, basically.
> If so, this seems like a severe lim
Michael Hannon writes:
[...]
> FWIW, in Emacs I typed:
>
> C-h v org
>
> and got no fewer than 931 completions. A lot of knobs to turn!
yes, indeed! the info manual is your friend here. it is very difficult
to figure out what you need to set from just the list of org- variables.
>
>>>
On 4/28/11 Apr 28 -4:28 AM, Eric S Fraga wrote:
> Robert Goldman writes:
>
> [...]
>
>> I looked at that thread and unfortunately it petered out (partly because
>> it went off into a different direction to solve an easier problem with
>> conflicting style files).
>>
>> The last message from Eric
Avdi Grimm writes:
> Update: my initial problem with missing sections has gone away as
> mysteriously as it came.
Just to add that I do have similar problems every now and again: some
sections fail to export, usually the first or first two. Subsequently,
after editing the document, these sectio
Hi all
When doing a `make update` I get the following compile error:
~/src/org-mode $ make update
git pull
Already up-to-date.
/usr/bin/make clean
make[1]: Entering directory `/home/eglic/src/org-mode'
[snip]
emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
\"./lisp/\
[forgot to cc: the list]
Sébastien Vauban wrote:
> Hi Avdi,
>
> Nick Dokos wrote:
> > Avdi Grimm wrote:
> >> On Wed, Apr 27, 2011 at 5:41 PM, Nick Dokos wrot=
> e:
> >> > Just star them by hand in the tex file after exporting for the last
> >> > time: it'll take two seconds. You may be able t
The following email contains a patch that will cause the latex export
preprocessor to rewrite #+INDEX: lines in an org file into LaTeX style
\index{} entries.
As far as I can tell, this should be The Right Thing --- latex doesn't seem
to do anything bad if there are index entries without makeindex
From: Robert P. Goldman
---
lisp/org-latex.el | 13 +
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index e7307ef..731d6e6 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -1775,6 +1775,8 @@ The conversion is made dep
Robert Goldman writes:
[...]
>> If the file is indeed in the /current/ directory, then a simple fix may
>> be to use %b for the file argument to makeindex? I have no problems
>> with bibtex using
>>
>> ,
>> | org-latex-to-pdf-process is a variable defined in `org-latex.el'.
>> | Its value
forgot to reply to the list..
-- Forwarded message --
From: Matt Price
Date: Wed, Apr 27, 2011 at 6:11 PM
Subject: Re: [O] serious calendar integration bug
To: David Maus
On Wed, Apr 27, 2011 at 3:11 PM, David Maus wrote:
> At Wed, 27 Apr 2011 11:06:38 -0400,
> Matt Price
Christian Egli writes:
> Hi all
>
> When doing a `make update` I get the following compile error:
>
> ~/src/org-mode $ make update
> git pull
> Already up-to-date.
> /usr/bin/make clean
> make[1]: Entering directory `/home/eglic/src/org-mode'
> [snip]
> emacs -batch -q -no-site-file -eval "(setq
Unusual bug in git master this morning:
make clean && make:
...
emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
\"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f
batch-byte-compile lisp/org-bibtex.el
In toplevel form:
org-bibtex.el:114:1:Warning
rpgold...@sift.info wrote:
> From: Robert P. Goldman
>
> ---
> lisp/org-latex.el | 13 +
> 1 files changed, 13 insertions(+), 0 deletions(-)
> ...
Very nice! Did a small test and it works as advertised.
Suggestion: maybe add an "I" easy template for it? This can be done
per-use
If you go to http://orgmode.org/index.html#sec-4_1 and then click on the
link in the first list item that says "this directory" then you will
get the 404
error from nginx.
--
Mehul N. Sanghvi
email: mehul.sang...@gmail.com
Matt Price wrote:
> hmm. There's definitely something funny going on, I presume with emacs
> rather than org, and (again
> presumably) something to do with my configs or installed packages. The
> function that's failing is
> org-eval-in-calendar:
>
> debug(error (wrong-type-argument window-l
On Wed, Apr 27, 2011 at 5:41 PM, Nick Dokos wrote:
> Just star them by hand in the tex file after exporting for the last
> time: it'll take two seconds. You may be able to do it from Org by
> writing a custom function (C-h v org-export-latex-classes for
> details) but I suspect that the effort is
Sébastien Vauban
writes:
> Hi Bernt,
>
> Bernt Hansen wrote:
>> Nathan Neff writes:
>>> Does the clock report in the agenda exclude time spent in the currently
>>> clocked task?
>>>
>>> Is there a way to turn this on?
>>
>> org-clock-report-include-clocking-task
>
> Don't you find that, when s
I have customized my org-export-latex-verbatim-wrap to create a shaded
box for verbatim text. However, when I have Babel source code blocks
which export results, the results are always rendered with plain
\begin{verbatim}...\end{verbatim}.
I've been grepping through the code, but I can't figure ou
Hello,
In my custom agenda block, I wanted to distinguish between SCHEDULED and
DEADLINE items using a small character flag. The docstring for
`org-agenda-prefix-format' mentions %s as the one to use for the
scheduled/deadline string (as is used in the default agenda) - however,
this string does
Hi Christian,
Thanks for sharing this. I've just pushed up a fix for the problem you
mentioned below. That will teach me to push a big change without
consulting the compiler first.
Best -- Eric
Christian Egli writes:
> Hi all
>
> When doing a `make update` I get the following compile error:
Thanks Eric,
Adding the property ":TANGLE: no" did the trick. I guess I was so sure the
correct value was "nil", since it is what I use when adding this to the
source blocks, that I didn't even try the more obvious "no" as a value.
--
Darlan
At Wed, 27 Apr 2011 21:43:52 -0600,
Eric Schulte wrot
Matt Lundin writes:
> Christian Egli writes:
>
>> Hi all
>>
>> When doing a `make update` I get the following compile error:
>>
>> ~/src/org-mode $ make update
>> git pull
>> Already up-to-date.
>> /usr/bin/make clean
>> make[1]: Entering directory `/home/eglic/src/org-mode'
>> [snip]
>> emacs -
On 4/28/11 Apr 28 -7:33 AM, Nick Dokos wrote:
> rpgold...@sift.info wrote:
>
>> From: Robert P. Goldman
>>
>> ---
>> lisp/org-latex.el | 13 +
>> 1 files changed, 13 insertions(+), 0 deletions(-)
>> ...
>
> Very nice! Did a small test and it works as advertised.
>
> Suggestion:
Hi Jeff,
Thanks for the report, this should now be fixed.
Best -- Eric
Jeff Kowalczyk writes:
> Unusual bug in git master this morning:
>
> make clean && make:
> ...
> emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
> \"./lisp/\") (cons \"/usr/local/share/emacs/sit
My mistake -- I made the template wrong; it wasn't a case-fold issue,
after all.
I have a patch that will do this now. Will post it soon.
Cheers,
r
The next message will contain a patch that provides a new easy template for
adding index entries, per Nick Dokos's suggestion.
From: Robert P. Goldman
Implement Nick Dokos' suggestion for inserting #+INDEX.
Notes about this patch:
1. It breaks some old user-visible behavior, since ?")
("a" "#+begin_ascii\n?\n#+end_ascii")
("A" "#+ascii: ")
-("i" "#+include %file ?"
+("i" "#+index: ?"
+ "#+index: ?
"Eric Schulte" writes:
> Matt Lundin writes:
>
[...]
>> And with bleeding edge emacs (compiled from the repos yesterday), I'm
>> getting an additional error:
>>
>> In toplevel form:
>> org-bibtex.el:114:1:Warning: global/dynamic var `description' lacks a prefix
>> org-bibtex.el:257:1:Error: By
(forgot to cc the list)
Begin forwarded message:
From: "Thomas S. Dye"
Date: April 28, 2011 5:42:32 AM HST
To: Sébastien Vauban
Subject: Re: [O] example or source blocks with captions
Aloha Seb,
On Apr 27, 2011, at 9:46 PM, Sébastien Vauban wrote:
Hi Thomas,
"Thomas S. Dye" wrote:
A whi
"Thomas S. Dye" writes:
> Hi Eric,
>
> This is fitting very nicely into my workflow. Thanks. Here are some
> reactions after a bit more experience with the package.
>
> It would be nice to be able to call org-bibtex-create with an option
> to fill in required and optional fields. I typically n
Aloha Nicolas,
On Apr 26, 2011, at 8:38 AM, Nicolas Goaziou wrote:
Hello,
"Thomas S. Dye" writes:
I'm exporting a subtree to LaTeX and am having problems with
footnotes.
1) If I enter a footnote with C-c C-x f everything works as expected
in the Org-mode buffer, but on export the actual
"Eric Schulte" writes:
[...]
> I would suggest using that latest version of ELPA, and adding the
> following repository sources to your ELPA archives...
[...]
> Once you have slime working, then Babel code blocks should be trivial
> (they rely on a slime session). Be sure to use the ":package
On Thu, Apr 28, 2011 at 8:43 AM, Nick Dokos wrote:
> Matt Price wrote:
>
>
> One thing is to make sure that it is the first select-window which is
> failing:
> there is a second one in there as well. Toggling debug-on-error and getting
> a full backtrace (assuming you are loading .el files and n
(followup to my long email a few minutes ago)
I should have added that the output I expect does all appear in the
=*slime-repl clojure*= buffer even if it never appears in the org
buffer.
Maybe I've misunderstood what ob-clojure is meant to do?
thanks,
eric
--
: Eric S Fraga (GnuPG: 0xC89193D8
[...]
>
> The problem is that nothing appears in the org file; instead, I get the
> following error message:
>
> Evaluate this clojure code block (simple) on your system? (y or n) y
> executing Clojure code block (simple)...
> org-babel-execute:clojure: Invalid read syntax: "#"
>
> This is very co
rpgold...@sift.info writes:
> The next message will contain a patch that provides a new easy template for
> adding index entries, per Nick Dokos's suggestion.
Hi Robert,
Just a FYI: you can include the above information right in your patch
after the --- and before the diffstat like this:
--8<-
On 4/28/11 Apr 28 -2:11 PM, Bernt Hansen wrote:
> rpgold...@sift.info writes:
>
>> The next message will contain a patch that provides a new easy template for
>> adding index entries, per Nick Dokos's suggestion.
>
> Hi Robert,
>
> Just a FYI: you can include the above information right in your
"Eric Schulte" writes:
> [...]
>>
>> The problem is that nothing appears in the org file; instead, I get the
>
>> following error message:
>>
>> Evaluate this clojure code block (simple) on your system? (y or n) y
>> executing Clojure code block (simple)...
>> org-babel-execute:clojure: Invalid
Eric S Fraga writes:
> "Eric Schulte" writes:
>
>> [...]
>>>
>>> The problem is that nothing appears in the org file; instead, I get the
>>
>>> following error message:
>>>
>>> Evaluate this clojure code block (simple) on your system? (y or n) y
>>> executing Clojure code block (simple)...
>>>
Is there a way to apply text transformations to arguments in macros?
For example, say that you want to change the first argument to capital letters?
or transpose the letters of the second argument?
How would you do that? I imagine you would have to run elisp code, perhaps
babel is the answer?
On 21.3.2011, at 18:06, Eric S Fraga wrote:
> Hello again,
>
> going back to the original subject of this thread (although thanks all
> for your inputs on yasnippet ;-), I have started working on a new
> document and am finding the slowdown of navigation (next-line) very
> annoying. In this doc
Hello list,
I'd like to know if it's possible to create custom agenda search
commands that will search only specific files (a subset) from the
agenda list. It would be nice if we could also override the agenda
file list and just specify the file(s) in the command.
Thanks,
Marcelo.
Robert Goldman writes:
> On 4/28/11 Apr 28 -2:11 PM, Bernt Hansen wrote:
>> rpgold...@sift.info writes:
>>
>>> The next message will contain a patch that provides a new easy template for
>>> adding index entries, per Nick Dokos's suggestion.
>>
>> Hi Robert,
>>
>> Just a FYI: you can include
El Thu, 28 Apr 2011 08:02:33 -0400 Matt Price va escriure:
>
> debug(error (wrong-type-argument window-live-p nil))
> select-window(nil)
> org-eval-in-calendar(nil t)
>
I often experience a similar bug but with frames instead of windows:
;Debugger entered--Lisp error: (wrong-type-argument
This is *really* cool. That's what I love about org and the org
community in general.
Orgmode is by far the best PIM *framework/platform* out there, and
this is what we need, more integrations (as well as more pre-packaged
org solutions).
Evernote is nice and just works, but I'd never leave org,
At Thu, 28 Apr 2011 09:34:35 +0100,
Eric S Fraga wrote:
> However, it would be helpful if the modification flag were not changed
> by asking for the word count. I don't know enough elisp to suggest what
> to change but you should be able to add the text properties without
> causing the buffer modi
This looks great, Simon.
Is it possible to make it so that you can show the overlays for just a
subtree or region instead of the entire buffer?
Also, I have a plugin-compatible backend that will get you the /exact/
word count (uses w3m). If you're interested you can have it be an
alternate backe
Thanks Matt. It works really well.
I need to set org-use-property-inheritance to t, so that subheadings follow
through, but it's really easy.
Cheers
John
On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin wrote:
> John Tait writes:
>
> > Hi
> >
> > When I export an Org file to LaTeX class beamer,
Latest git, Emacs 22, my blog exporter settings to HTML, which are
enclosed. The bugs will probably work with default export.
Bug 1: commented incomplete footnote interacts with link in
later text. Result is that comments get exported. IMO
comments should be absolute except in the case of #+ li
Daniel Clemente writes:
> Hi.
> org-revert-all-org-buffers loads all buffers from disk even if they didn't
> change.
FYI, there's also a package called revbufs:
http://www.neilvandyke.org/revbufs/revbufs.el
Although it's not specific to org files.
Regards,
Jason
Simon Guest writes:
> At Thu, 28 Apr 2011 09:34:35 +0100,
> Eric S Fraga wrote:
>> However, it would be helpful if the modification flag were not changed
>> by asking for the word count. I don't know enough elisp to suggest what
>
>> to change but you should be able to add the text properties wi
Carsten Dominik writes:
> On 21.3.2011, at 18:06, Eric S Fraga wrote:
>
>> Hello again,
>>
>> going back to the original subject of this thread (although thanks all
>> for your inputs on yasnippet ;-), I have started working on a new
>> document and am finding the slowdown of navigation (next-li
Hello,
I frequently use indirect buffers with org but org-preview-latex-fragment
does not work when in an indirect buffer. The reason is that
org-preview-latex-fragment uses "buffer-file-name" to get the name of the
file associated with the current buffer, but this is nil for indirect
buffers.
T
3 bugs confirmed with default export.
--
The Kafka Pandemic:
http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html
I support the Whittemore-Peterson Institute (WPI)
===
I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MRV paper.
At Thu, 28 Apr 2011 15:47:07 -0700,
Samuel Wales wrote:
> Is it possible to make it so that you can show the overlays for just a
> subtree or region instead of the entire buffer?
Hi Samuel,
Good idea! So I just fixed it to handle narrowing properly, so narrow
to your region or subtree of interes
On Fri, Apr 29 2011, Simon Guest wrote:
> At Thu, 28 Apr 2011 15:47:07 -0700,
> Samuel Wales wrote:
>> Is it possible to make it so that you can show the overlays for just a
>> subtree or region instead of the entire buffer?
>
> Hi Samuel,
>
> Good idea! So I just fixed it to handle narrowing pro
Eric Abrahamsen wrote:
> On Fri, Apr 29 2011, Simon Guest wrote:
>
> > At Thu, 28 Apr 2011 15:47:07 -0700,
> > Samuel Wales wrote:
> >> Is it possible to make it so that you can show the overlays for just a
> >> subtree or region instead of the entire buffer?
> >
> > Hi Samuel,
> >
> > Good idea
On Fri, Apr 29 2011, Nick Dokos wrote:
> Eric Abrahamsen wrote:
>
>> On Fri, Apr 29 2011, Simon Guest wrote:
>>
>> > At Thu, 28 Apr 2011 15:47:07 -0700,
>> > Samuel Wales wrote:
>> >> Is it possible to make it so that you can show the overlays for just a
>> >> subtree or region instead of the en
Fabian Braennstroem writes:
> Hi Bastien,
>
> thanks for the info!
> Do you have a hint, how I could do the export in batchmode from the
> console in Linux?
>
You can use the following to convert from org to odt (with suitable
changes to the -L option).
--8<---cut here--
On 4/28/11 10:56 PM, amscopub-m...@yahoo.com wrote:
Is there a way to apply text transformations to arguments in macros?
For example, say that you want to change the first argument to capital letters?
or transpose the letters of the second argument?
How would you do that? I imagine you would h
66 matches
Mail list logo