John Hendy writes:
[...]
> Yeah.. most of my todos aren't medium-sized projects, though. Many of them
> are more along the lines of one-liner action items I need to jot to myself
> so I don't forget as well as keeping them as a sort of rolling "next
> actions" queue. For that reason, I'd much ra
In VM if you have created a virtual folder, the buffer is not associated
with any file. However, during org-capture a function called
org-vm-store-link requires that the buffer (the vm folder in this case)
be associated with a file causing a type-mismatch error. I can fix the
problem with the follo
In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src)
it's possible to hit C-c ' and edit the block code in a separate
buffer with the appropriate mode. This doesn't appear to work when
using org-exp-blocks to edit a "begin_dot" block.
Is there a command to do this?
Thanks,
Chris
>> Just quickly, one thing I noticed is that the begin/end lines were
>> visible even inside folded trees. I.e., in a folded org file, containing
>> many src blocks, I could see the coloured backgrounds "poking out" of
>> the folded sections, extending to the right of the screen.
[
Detlef Steuer writes:
> Hi!
>
> Just trying to start my workday ...
>
> As always the first command is
> emacs todo.org
>
> Everthing looks like it should, mode is Org .
> But now, if I type
> C-a a
> to view my agenda, mode is reverted back to fundamental.
What version of emacs are you using?
Chris Maier writes:
> In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src)
> it's possible to hit C-c ' and edit the block code in a separate
> buffer with the appropriate mode. This doesn't appear to work when
> using org-exp-blocks to edit a "begin_dot" block.
>
> Is there a c
Hi Chris,
Chris Maier wrote:
> In "normal" Org code blocks (e.g. #+begin_src clojure #+end_src) it's
> possible to hit C-c ' and edit the block code in a separate buffer with the
> appropriate mode. This doesn't appear to work when using org-exp-blocks to
> edit a "begin_dot" block.
>
> Is th
I am starting to use babel to maintain my collection of shell scripts. I
want to automate the process as much as possible, so I would like to be
able to set the execute bit on my tangled .sh scripts after the tangle
process.
I see that there is an after-tangle hook. Can anyone give me some hin
John Hendy wrote:
> Yeah.. most of my todos aren't medium-sized projects, though. Many of them
> are more along the lines of one-liner action items I need to jot to myself
> so I don't forget as well as keeping them as a sort of rolling "next
> actions" queue. For that reason, I'd much rather kee
I have a quite huge file with a lot of code blocks in many possible
languages.
Now the problem is that I'm not able to export it to html/pdf.
Some other times it happened that pdf export was not working, but it was
quite easy to spot the mistake and fix it.
But with html export I'm not understandi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/09/2011 10:16 AM, Ian Barton wrote:
> I am starting to use babel to maintain my collection of shell scripts. I
> want to automate the process as much as possible, so I would like to be
> able to set the execute bit on my tangled .sh scripts after
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/08/2011 09:02 PM, Sébastien Vauban wrote:
> Hi Rainer,
>
> Rainer M Krug wrote:
>> #+TITLE: Export of images in table to pdf
>> #+AUTHOR:Rainer M. Krug
>> #+DATE: 2011-02-08 Tue
>>
>> Hi
>>
>> I have problems exporting this table wi
Ian Barton writes:
> I am starting to use babel to maintain my collection of shell
> scripts. I want to automate the process as much as possible, so I
> would like to be able to set the execute bit on my tangled .sh scripts
> after the tangle process.
>
> I see that there is an after-tangle hook.
Hi Rainer,
Rainer M Krug wrote:
> Which gives the following error:
>
>
> LaTeX Warning: File `./img_1_1.pdf' not found on input line 68.
>
> !pdfTeX error: pdflatex (file ./img_1_1.pdf): cannot find image file
> ==> Fatal error occurred, no output PDF file produced!
>
>
> So do I have t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/09/2011 11:36 AM, Sébastien Vauban wrote:
> Hi Rainer,
>
> Rainer M Krug wrote:
>> Which gives the following error:
>>
>>
>> LaTeX Warning: File `./img_1_1.pdf' not found on input line 68.
>>
>> !pdfTeX error: pdflatex (file ./img_1_1.pdf):
On Wed, 09 Feb 2011 08:54:41 +
Eric S Fraga wrote:
> Detlef Steuer writes:
>
> > Hi!
> >
> > Just trying to start my workday ...
> >
> > As always the first command is
> > emacs todo.org
> >
> > Everthing looks like it should, mode is Org .
> > But now, if I type
> > C-a a
> > to view my
Bastien writes:
> I'd welcome a reworked version of this idea!
Hi Bastien,
Thanks for accepting my previous patch. Here's a new version of this last
patch that support formated sitemap entry.
--8<---cut here---start->8---
commit 660ece15eca316075da6529560bf6
Hi,
I am sharing my .emacs file, and this is beginning to cause problems with
people who don't have the same environment as I do. In particular with the
following:
#+begin_src emacs-lisp
(org-babel-do-load-languages
'org-babel-load-languages
'(
(C . t)
Am 08.02.2011, 16:47 Uhr, schrieb Thomas S. Dye :
On Feb 8, 2011, at 4:59 AM, Avdi Grimm wrote:
I'm working on creating a PDF eBook with Org-Mode, and I'm running
into some difficulty getting them to come out looking decent.
[s.d.]
I'm seeing a few problems with the output:
1. There is n
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
#+BABEL: :var A="one" :var B="two"
Hi
is it possible to put the :no-expand option in a :properi
* Behind source block
#+begin_src sh :tangle notHere.sh :no-expand
echo "No they are not here"
#+end_src
* Behind source block
:PROPERTIES:
:
Chris Maier writes:
> The begin_dot is part of org-exp-blocks, as I understand it, and
> appears required to make it evaluate the Dot code, create the image
> file, and then incorporate that into the exported document (LaTeX,
> HTML, etc.)
>
> Thanks,
> Chris
>
> On Wed, Feb 9, 2011 at 3:56 AM, E
Bastien wrote:
> Ulf Stegemann writes:
>
>> If you think --despite of those issues-- it's worth adding the creation
>> of gnus links while in message mode I could provide a patch.
>
> FWIW, I think it would be useful.
>
>> I'd probably add the functionality to `org-gnus-store-link' but I'm
>> no
Eric S Fraga writes:
> Chris Maier writes:
>
>> The begin_dot is part of org-exp-blocks, as I understand it, and
>> appears required to make it evaluate the Dot code, create the image
>> file, and then incorporate that into the exported document (LaTeX,
>> HTML, etc.)
>>
>> Thanks,
>> Chris
>>
>
On Wed, Feb 9, 2011 at 1:40 AM, Eric S Fraga wrote:
> John Hendy writes:
>
> [...]
>
> > Yeah.. most of my todos aren't medium-sized projects, though. Many of
> them
> > are more along the lines of one-liner action items I need to jot to
> myself
> > so I don't forget as well as keeping them as
Hey Seb,
> I am sharing my .emacs file, and this is beginning to cause problems with
> people who don't have the same environment as I do. In particular with the
> following:
>
> #+begin_src emacs-lisp
> (org-babel-do-load-languages
>'org-babel-load-languages
>'(
I do this for generating work reports, but all I do is
#+begin_src emacs-lisp
(setq org-log-done 'time)
(setq org-log-state-notes-into-drawer t)
#+end_src
To enable logging (second line is to prevent cluttering things up)
Then in the agenda:
press "v l" to enable logging
press "v a" to enable
I fixed my problem... had to dig around in the source of ob-dot.el,
though, since it doesn't appear to be on the website [1]. There are
some additional undocumented header parameters that ob-dot adds to the
standard Babel params.
With org-exp-blocks you do this:
#+begin_dot foo.png -Tpng
... dot
I want to take advantage of babel's noweb capabilities, but I can't seem
to get it to work. I'm sure there is something trivial wrong with my
source block, but after looking at the documentation and looking at the
examples I can find on the web, I think this should work.
I define a variable in tes
Bastien writes:
> Such a change belongs to `org-gnus-store-link' -- I'd be glad to apply a
> patch to this effect.
Ulf sent me a patch that I just applied.
It allows Gnusers to create org-links from message-mode.
This is a move toward a more general solution "org-message.el",
handling not o
Patch 590 (http://patchwork.newartisans.com/patch/590/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3C87bp2lcs6d.fsf%40univ-nantes.fr%3E
Here is the original message containing the patch:
> Content-Type: text/plain; charset="utf-8
Chris Maier writes:
> I fixed my problem... had to dig around in the source of ob-dot.el,
> though, since it doesn't appear to be on the website [1]. There are
> some additional undocumented header parameters that ob-dot adds to the
> standard Babel params.
>
> With org-exp-blocks you do this:
>
Hi Manuel,
Manuel Giraud writes:
> Thanks for accepting my previous patch. Here's a new version of this
> last patch that support formated sitemap entry.
Works fine, thanks. Note for later: better to prepare patch submission
with git format-patch* so that I don't have to amend the commit messa
Hi Arik,
Arik Mitschang writes:
> In VM if you have created a virtual folder, the buffer is not associated
> with any file. However, during org-capture a function called
> org-vm-store-link requires that the buffer (the vm folder in this case)
> be associated with a file causing a type-mismatch
Hi Detlef,
Detlef Steuer writes:
> Just trying to start my workday ...
>
> As always the first command is
> emacs todo.org
>
> Everthing looks like it should, mode is Org .
> But now, if I type
> C-a a
> to view my agenda, mode is reverted back to fundamental.
>
> That also happens if I use
>
Julien Danjou writes:
> On Sat, Feb 05 2011, Matt Lundin wrote:
>
>> This results in only a day view because org-agenda-current-span is still
>> 'day.
>
> Here's a proposal fix.
I applied it to early, I made the error of not testing it
with a bare "emacs -q".
The fix is not okay. Let's find a
Christopher, thank you very much!
Although I have been using org for quite some time, I never really
spend time going through the manual and learning all the nuances of
the agenda, and I often forget how powerful it is.
It would really nice if we had an agenda command to export all of this
as a P
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> Although I have been using org for quite some time, I never really
> spend time going through the manual and learning all the nuances of
> the agenda, and I often forget how powerful it is.
It's a good read :)
> It would really nice if we had an ag
Hi list
I am having a problem, and my google-fu is a little weak in finding the
solution. Whenever I do an HTML export of an org-page if a URL contains
underscores in it it will be exported escaped with a backslash in the text of
the url.
For instance if I have an org buffer:
** Some foo tit
Nevermind. Once I located 'org-inlinetask.el' the answer was clear.
John
On Wed, Feb 9, 2011 at 9:18 AM, John Hendy wrote:
> On Wed, Feb 9, 2011 at 1:40 AM, Eric S Fraga wrote:
>
>> John Hendy writes:
>>
>> [...]
>>
>> > Yeah.. most of my todos aren't medium-sized projects, though. Many of
>
The begin_dot is part of org-exp-blocks, as I understand it, and
appears required to make it evaluate the Dot code, create the image
file, and then incorporate that into the exported document (LaTeX,
HTML, etc.)
Thanks,
Chris
On Wed, Feb 9, 2011 at 3:56 AM, Eric S Fraga wrote:
> Chris Maier wri
Thomas Baumann writes:
> Christoph Groth writes:
>
>> Anniversaries in BBDB can be now also specified in the format MM-DD
>> next to -MM-DD.
> The ChangeLog should mention that any customized
> "org-bbdb-anniversary-format-alist" has to be updated, otherwise there
> will be an "Bad sexp at
Hello,
I have started playing around with SLIME and was pleased to find there
was already some support in org-mode for evaluating Common LISP
blocks. The comments in ob-lisp.el makes it clear that it is not
complete support yet. It appears for example that you can only
evaluate one lisp form per
Hi,
Following my short presentation at the Paris OrgCamp, I've now written a
page and officially released org-contacts. It is a contact manager based
on Org, that can possibly replace BBDB for certain usage.
http://julien.danjou.info/org-contacts.html
--
Julien Danjou
❱ http://julien.danjou.
Nicolas Goaziou writes:
> I've pushed a change in that direction. Unchecked boxes do not rely
> anymore on visibility:hidden style property.
Looks OK, but the space should probably be replaced by to avoid
possible tearing of the checkbox. The regex for matching does not
catch "[-]", which expl
Achim Gratz writes:
> I've found some time today to install the new-struct branch at my work
> machine. Things look good so far and the checkboxes have started to
> work again. :-)
I've since been working with the code (and doing the occasional pull)
without noticing any ill effects. I'd like t
On Wed, Feb 9, 2011 at 12:13 PM, Nicolas Goaziou wrote:
> Hello,
>
> > Eric S Fraga writes:
> > You can then customise =org-inlinetask-export-templates= to generate
> > latex code that basically ignores the inline task.
>
> For the record, if the goal is to completely ignore inline tasks upon
On Wed, Feb 9, 2011 at 3:02 AM, Julien Danjou wrote:
> Hi,
>
> Following my short presentation at the Paris OrgCamp, I've now written a
> page and officially released org-contacts. It is a contact manager based
> on Org, that can possibly replace BBDB for certain usage.
>
> http://julien.danjou
Hello,
> Achim Gratz writes:
> Nicolas Goaziou writes:
>> I've pushed a change in that direction. Unchecked boxes do not rely
>> anymore on visibility:hidden style property.
> Looks OK, but the space should probably be replaced by to
> avoid possible tearing of the checkbox. The regex for
Julien Danjou writes:
Hi Julien,
> Following my short presentation at the Paris OrgCamp, I've now written
> a page and officially released org-contacts. It is a contact manager
> based on Org, that can possibly replace BBDB for certain usage.
>
>http://julien.danjou.info/org-contacts.html
A
On Wed, Feb 9, 2011 at 3:02 AM, Julien Danjou wrote:
> Hi,
>
> Following my short presentation at the Paris OrgCamp, I've now written a
> page and officially released org-contacts. It is a contact manager based
> on Org, that can possibly replace BBDB for certain usage.
>
> http://julien.danjou
andy writes:
> I want to take advantage of babel's noweb capabilities, but I can't seem
> to get it to work. I'm sure there is something trivial wrong with my
> source block, but after looking at the documentation and looking at the
> examples I can find on the web, I think this should work.
>
>
Nicolas Goaziou writes:
> Checkboxes are not boldened anymore since that patch. They are
> enclosed in tags. You may be, somehow, looking at old code.
Indeed I was on a branch that hadn't been fully merged with your latest
changes, sorry for the confusion. But I sustain the suggestion for
ins
Hi Julien,
John Hendy wrote:
> From skimming the website and org-contacts.el, is the main advantage that it
> can search multiple files as well as integrate with gnus?
This looks very neat. Thanks for sharing.
>From skimming on the available docs, would I be right to state that the only
missing
Eric S Fraga writes:
> andy writes:
>
>> I want to take advantage of babel's noweb capabilities, but I can't seem
>> to get it to work.
[...]
>> * Foo
>> ** Bar
>> #+src_name: bar
>> #+begin_src R :noweb yes :session *R*
>> <>
>> print("I am here")
>> a
>> #+end_src
>>
>> * test-block
>> #
On Wed, Feb 09 2011, John Hendy wrote:
> From skimming the website and org-contacts.el, is the main advantage that it
> can search multiple files as well as integrate with gnus? I don't use gnus
> (can't access personal email via pop/imap from behind work firewall) and so
> that feature isn't whol
On Wed, Feb 09 2011, Sébastien Vauban wrote:
> From skimming on the available docs, would I be right to state that the only
> missing *features set* (vs bbdb) is the *scanning done on the incoming mails*:
> detecting a new email address, asking to add it, eventually as the primary
> one, detecting
On 02/09/2011 03:27 PM, Dan Davison wrote:
> Eric S Fraga writes:
>
>> andy writes:
>>
>>> I want to take advantage of babel's noweb capabilities, but I can't seem
>>> to get it to work.
> [...]
>>> * Foo
>>> ** Bar
>>> #+src_name: bar
>>> #+begin_src R :noweb yes :session *R*
>>> <>
>>> pr
On Wed, Feb 09, 2011 at 09:43:33PM +0100, Julien Danjou wrote:
> On Wed, Feb 09 2011, S??bastien Vauban wrote:
>
> > From skimming on the available docs, would I be right to state that the only
> > missing *features set* (vs bbdb) is the *scanning done on the incoming
> > mails*:
> > detecting a n
> Achim Gratz writes:
> But I sustain the suggestion for instead of a space
> character. :-)
Done. You may need to use -f flag.
Thank you for the suggestion,
--
Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to t
Dan Davison writes:
> Eric S Fraga writes:
[...]
>
>> I believe that you need to specify noweb on every source block,
>> including the one you wish to include.
>
> Nope. :) Only bar needs :noweb above.
Thanks for the correction! this is one of those cases of having tried
all kinds of things,
Dan Davison writes:
> Eric S Fraga writes:
>
>> Chris Maier writes:
>>
>>> The begin_dot is part of org-exp-blocks, as I understand it, and
>>> appears required to make it evaluate the Dot code, create the image
>>> file, and then incorporate that into the exported document (LaTeX,
>>> HTML, et
Dan Davison writes:
> Ian Barton writes:
>
>> I am starting to use babel to maintain my collection of shell
>> scripts. I want to automate the process as much as possible, so I
>> would like to be able to set the execute bit on my tangled .sh scripts
>> after the tangle process.
>>
>> I see that
Hi Erik,
I've been switching from Clojure to Common Lisp myself, and have also
found that there are some issues with ob-lisp.el (although I've been too
busy recently to look closely at them).
ob-clojure.el works well, and uses slime for code evaluation -- and it
has a simpler setup than ob-lisp -
I'm not sure what sort of text allout-mode uses to indicate outline
headers, but perhaps this could be accomplished simply by customizing
the `org-babel-tangle-comment-format-end' and
`org-babel-tangle-comment-format-end' variables. They are templates
which specify how the comments around code blo
On 02/09/2011 07:18 PM, Eric Schulte wrote:
Hi Erik,
I've been switching from Clojure to Common Lisp myself, and have also
found that there are some issues with ob-lisp.el (although I've been too
busy recently to look closely at them).
ob-clojure.el works well, and uses slime for code evaluatio
On Wed, Feb 9, 2011 at 11:14 AM, Dan Davison wrote:
> Chris Maier writes:
>> Is there a way to explicitly associate an major mode with a particular
>> kind of language block?
>
> Hi Chris,
>
> Yes, see the variable org-src-lang-modes. Use customize, or something
> like this:
>
> #+begin_src emacs
66 matches
Mail list logo