Hi Francesco,
The code snippet below *is* exporting however for LaTeX code blocks the
default results type is ":results latex", try setting the results type
to ":results scalar" and you should see the expected export behavior.
Best -- Eric
e.g.
#+begin_src latex :results scalar
\documentclass{a
On Mon, Dec 13 2010, Bernt Hansen wrote:
> This patch format is better. Could you put the comments like 'I may
> have done this badly, ...' and 'It works but there maybe some corners
> case ...' after the --- and before the diffstat?
Sure, this is how I did usually, but last time I did that IIRC
Thanks, everyone, at least now I know there's no easy and straightforward way to
do this. May I suggest a feature addition? ;-)
On Mon, Dec 13, 2010 at 08:14:11PM -0800, Richard Lawrence wrote:
> Yes, there is a "Publish current file" option in the export dispatcher,
> though I've never used it my
Julien Danjou writes:
> On Mon, Dec 13 2010, Bernt Hansen wrote:
>
>> This patch format is better. Could you put the comments like 'I may
>> have done this badly, ...' and 'It works but there maybe some corners
>> case ...' after the --- and before the diffstat?
>
> Sure, this is how I did usual
Hi all,
I think I have found a bug in the agenda bulk actions for rescheduling several
items.
Reproducable excerpt from *Messages* is:
1 entries marked for bulk action
2 entries marked for bulk action
3 entries marked for bulk action
4 entries marked for bulk action
5 entries marked for bulk a
Hi,
This seems new to me...
#+begin_src emacs-lisp
Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal)
(if org-inhibit-highlight-removal nil (mapc (quote delete-overlay)
org-occur-highlights) (setq org-occur-highlights nil) (setq
org-occur-parameters nil) (unless norem
On Tue, Dec 14 2010, Giovanni Ridolfi wrote:
> I think that you can put some extra, useful, information, that can go
> in the Changelog, as lines not beginning with "*".
>
> But if you write very unformal/personal comments like:
> 'I may have done this badly, ...' you should write after the ---
Hello dear orgers,
is the site orgmode.org down only for me (since yesterday) or did I
miss something?
Greetings from Germany,
Marco (domanov)
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:
Marco writes:
> Hello dear orgers,
> is the site orgmode.org down ?
yes.
cheers,
Giovanni
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Am 14.12.2010 11:29, schrieb Sébastien Vauban:
> Hi,
>
> This seems new to me...
>
> #+begin_src emacs-lisp
> Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal)
> (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay)
> org-occur-highlights) (setq org-occur
> http://www.downforeveryoneorjustme.com/ is actually quite handy for this
> moments. And yes, orgmode.org is down.
That's the link I was searching for! Thanks :)=
M
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Ema
On Sun, 05 Dec 2010 18:19:39 +0100, Matthieu Lemerre wrote:
>
> I should have mentioned that the reason why I wrote it is that I would
> very much like to have it included in org-mode, and I'm OK to sign the
> copyright papers if necessary.
Sigh. The FSF and my University still haven't been able
I get the same bug.
Manually evaluating the following sexp at the very start of org.el
fixes it:
: (defvar org-inhibit-highlight-removal nil)
But I can't see any reason why that line would not be evaluated at
startup??
CM
On 12/14/10 12:32 PM, Rainer Stengele wrote:
Am 14.12.2010 11:29,
Am 14.12.2010 13:08, schrieb Christian Moe:
> I get the same bug.
>
> Manually evaluating the following sexp at the very start of org.el fixes it:
>
> : (defvar org-inhibit-highlight-removal nil)
>
> But I can't see any reason why that line would not be evaluated at startup??
>
> CM
>
> On 12/
Julien Danjou writes:
> On Tue, Dec 14 2010, Giovanni Ridolfi wrote:
>
>> I think that you can put some extra, useful, information, that can go
>> in the Changelog, as lines not beginning with "*".
>>
>> But if you write very unformal/personal comments like:
>> 'I may have done this badly, ...
Hi Rainer,
Rainer Stengele writes:
> Am 14.12.2010 13:08, schrieb Christian Moe:
>> I get the same bug.
>>
>> Manually evaluating the following sexp at the very start of org.el fixes it:
>>
>> : (defvar org-inhibit-highlight-removal nil)
>>
>> But I can't see any reason why that line would no
Hi,
Sébastien Vauban wrote:
>>> Not that changing the filter after getting the clock report with `C-u R'
>>> will not change the clock report along - this would slow down the filter
>>> changes. So you need to refresh the agenda to update the clock table as
>>> well.
>>
>> Yes I played with it yes
Hi Marco,
Marco writes:
> Hello dear orgers,
> is the site orgmode.org down only for me (since yesterday) or did I
> miss something?
Yes, the site was down, it's up again -- sorry for the trouble.
It looks like the publishing process of Worg was eating too much memory.
I've turned down the pu
Charles Cave gmail.com> writes:
> I wrote a Python Orgnode module at least a year ago.
> Have a look at this and feel free to adapt what you find
> of interest. My module is designed to read an orgmode
> file into a list of Orgnode objects.
>
> http://members.optusnet.com.au/~charles57/GTD/or
Jeff Horn gmail.com> writes:
> I think what Chris was referring to is the fact that you can write
> literate programs using org-mode and org-babel. You can mix
> documentation and code, and then run some nifty functions that
> separate them out. The advantage, of course, is that your source is
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/14/2010 02:34 PM, Jonathan BISSON wrote:
> Jeff Horn gmail.com> writes:
>
>> I think what Chris was referring to is the fact that you can write
>> literate programs using org-mode and org-babel. You can mix
>> documentation and code, and then r
On Dec 14, 2010 8:47am, Rainer M Krug wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/14/2010 02:34 PM, Jonathan BISSON wrote:
> Jeff Horn gmail.com> writes:
>
>> I think what Chris was referring to is the fact that you can write
>> literate programs using org-mode
* org-gnus.el (org-gnus-store-link): Trim date.
Signed-off-by: Julien Danjou
---
lisp/org-gnus.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index fccd3e9..32641bf 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -151,7 +1
* org.el (org-email-link-description): Allow to retrieve email link date.
Signed-off-by: Julien Danjou
---
lisp/org.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 79c5bf8..7841198 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -1321,6
Julien Danjou wrote:
> On Tue, Dec 14 2010, Giovanni Ridolfi wrote:
>
> > I think that you can put some extra, useful, information, that can go
> > in the Changelog, as lines not beginning with "*".
> >
> > But if you write very unformal/personal comments like:
> > 'I may have done this badly
Hi List,
In today's git pull, org-open-at-point (C-x o, to follow a link)
doesn't work. I get the following error message:
org-open-at-point: Symbol's value as variable is void: org-inhibit-
highlight-removal
I reverted to my last pull on Dec 6, and it works correctly, so I
presume the
Anthony Lander wrote:
> In today's git pull, org-open-at-point (C-x o, to follow a link)
> doesn't work. I get the following error message:
>
> org-open-at-point: Symbol's value as variable is void:
> org-inhibit-
> highlight-removal
>
> I reverted to my last pull on Dec 6, and it works
Hi Eric,
Zitat von Eric Schulte :
Are you sure you are using the latest version of Org-mode?
I am quite sure. That is what "org-version" says. But I do not compile
the elisp files. I only use the following to load a different
org-version in my init.el:
(add-to-list 'load-path "~/elisp/20
On 12/14/2010 03:15 PM, chris.m.mal...@gmail.com wrote:
>> > Jeff Horn gmail.com> writes:
>
>> What about tangling? When you tangle your org file, you get a source
>
>> file for that language.
>
>
>
> Tangling is what I had in mind for my comment. It seems like an easy way
> to have literate p
Hi,
Please ignore this thread.
This problem was coming from a bug in my .emacs file.
*I* was doing weird things with the org-export-latex-packages-alist variable:
(add-to-list 'org-export-latex-packages-alist
'(("T1" "fontenc")
("" "fixltx2e")
Hi,
I'm still in the process of managing a project with Org while trying to
evangelize my colleagues to Org. The goal is to share documents in the
simplest possible way.
What I'm trying to do is to have my style be embedded (inline) to my exported
HTML file.
Today, it can done by customizing org
The ongoing discussion about inline tasks and drawers withhin lists
much depends on the way you use Org, I think. Perhaps it is a good
idea to brainstorm some fundamental aspects in regard to headlines and
lists.
Why and in which situations do we use lists? I use lists a lot to
write down my thou
* org-agenda.el (org-agenda-skip-if): Allow to negate conditions.
Signed-off-by: Julien Danjou
---
lisp/org-agenda.el | 33 +
1 files changed, 21 insertions(+), 12 deletions(-)
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index f476449..537a421 100644
-
On Tue, Dec 14 2010, Julien Danjou wrote:
> * org-agenda.el (org-agenda-skip-if): Allow to negate conditions.
This was not meant to be sent as it is. Forget it.
--
Julien Danjou
❱ http://julien.danjou.info
pgpO9W4PRwX9A.pgp
Description: PGP signature
__
Aloha all,
After reading through the documentation fairly carefully, link
descriptions are yielding unexpected results. Perhaps I missed
something?
I have a link defined for citep:
#+source: define-citep-link
#+begin_src emacs-lisp
(org-add-link-type
"citep" 'ebib
(lambda (path de
Karl,
I've struggled with this a lot as well. I basically just use headlines
for sectioning, lists and text for everything else. Sometimes I
outline exclusively using headings until I start to write, at which
point most are demoted and expanded into paragraphs.
> I think these are the reasons for
Today I have updated org-mode at work and promptly ran into a regression
introduced between 7.01h and 7.02... Lists with checkboxes don't work
anymore like they are supposed to, the sub-checkboxes are not taken into
account anymore and you can check list items that still have some of
their childre
Hi,
The following would make the exported HTML link to an external stylesheet.
#+STYLE:
But that 's not what you're after? You want the stylesheet to be
/outside/ (linked from) your Org file, but /embedded in/ the exported
HTML? Did I get that right?
CM
On 12/14/10 5:54 PM, Francesco Pizz
On Tue, 14 Dec 2010 18:13:25 +0100
Karl Maihofer wrote:
> The ongoing discussion about inline tasks and drawers withhin lists
> much depends on the way you use Org, I think. Perhaps it is a good
> idea to brainstorm some fundamental aspects in regard to headlines and
> lists.
>
> 2. Make headli
Hi Christian,
> The following would make the exported HTML link to an external stylesheet.
>
> #+STYLE:
>
> But that 's not what you're after? You want the stylesheet to be /outside/
> (linked from) your Org file, but /embedded in/ the exported HTML? Did I get
> that right?
Indeed. That would be
Hi all,
could anybody please advise how to publish only the ledger reports for
the example at http://paste.lisp.org/display/117709 ?
Thank you,
Tomas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.
I've successfully integrated org-capture with thunderbird
It is very trivial, but since I saw earlier posts on this: check
https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.js
It has a few limitations
- works by org-mode shell links (see note in paste)
- can't find the email i
Hi Tomas,
I believe what you want is to change the
:exports none
header arguments to
:exports results
see http://orgmode.org/manual/exports.html#exports
Best -- Eric
Tomas Hlavaty writes:
> Hi all,
>
> could anybody please advise how to publish only the ledger reports for
> the example
Hi Tomas,
Tomas Hlavaty wrote:
>> could anybody please advise how to publish only the ledger reports for
>> the example at http://paste.lisp.org/display/117709 ?
>
> I would like to show only the results of ledger code blocks in the published
> html file as I am interested in the reports only, not
Martin Svenson mail.com> writes:
>
> I've successfully integrated org-capture with thunderbirdIt is very trivial,
but since I saw earlier posts on this: check
https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.jsIt has a
few limitations - works by org-mode shell links (see note
Leo writes:
> Have you checked whether your own .emacs screws up? It would be much
> more helpful if you provide a step by step recipe to reproduce the bug
> starting with 'emacs -Q'. Cheers. Leo
Thats a bit complicated, I#m afraid. I load many libraries from Dropbox
and not from the normal plac
On Tue, 14 Dec 2010 23:39:27 + (UTC)
>> "Jonathan" == Jonathan BISSON wrote:
Jonathan> Nice work, I was looking for that ! (I don't like the emacs
Jonathan> mail clients)
+1
It could be inspiration for org+Claws integration...
Sincerely,
Gour
--
Gour | Hlapicina, Croatia | GPG key:
Am Wed, 15 Dec 2010 06:57:46 +0100
schrieb Gour :
> On Tue, 14 Dec 2010 23:39:27 + (UTC)
> >> "Jonathan" == Jonathan BISSON wrote:
>
> Jonathan> Nice work, I was looking for that ! (I don't like the emacs
> Jonathan> mail clients)
>
> +1
>
> It could be inspiration for org+Claws integra
48 matches
Mail list logo