Hi Carsten,
This appears to emphasize org-mode markup in LaTeX export of caption
strings, caveat emptor.
All the best,
Tom
-
Modified lisp/org-latex.el
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 2ba6e31..03517d5 100644
--- a/lisp/org-latex.el
+++ b/lisp/
Günter Kolousek writes:
> + one plain list item
> + just another one
>
> here follows a plain paragraph
>
> + and another new plain list
> + second item
AFAIK this is a know bug in the LaTeX exporter which is hard to fix.
Search the archives for a more detailed explanation.
Le 26 Mar 2010 17:31, Olivier Schwander a écrit:
> Hello,
>
> I am using clocktable to display a summary of the effort in a subtree.
> As I am not particularly interested in precise hourly details, I would
> like to display the total time in days instead of hours.
>
> Now I have:
> | L | Headline
Hi all,
I currently use mutt as my email client but I'm looking for greater
emacs integration and better html support. Org mode supports at least
gnus, vm and wanderlust. Can anybody advise on the relative pros and
cons? My main restriction is that I don't want to break my mutt setup,
so the clien
On Mar 25, 2010, at 7:14 PM, David Ellis wrote:
I have the following in my .emacs file to automatically update the
todo state of a parent todo based on the number of completed children.
(defun org-summary-todo (n-done n-not-done)
"Switch entry to DONE when all subentries are done, to TODO
Hi Ulf,
On Feb 23, 2010, at 1:58 PM, Ulf Stegemann wrote:
Hi,
not quite sure if that's a bug but I've just noticed that literal HTML
export with `#+HTML' or `#+BEGIN_HTML ...' suppresses paragraph
markups
whenever literal export appears at the end of a paragraph. An org
file
like this
,
On Mar 27, 2010, at 4:35 PM, Keith wrote:
I think I find where the bug is. I notice the images which are moved
to the end of the document were placed just after the footnote
syntax, say:
here is the content.[fn:footnote]
[fn:footnote] here is the footnote of the content.
#+CAPTION: capt
Hi Samuel,
thanks for this message. I have put this on my list, but
I cannot see when I will be able to work on this.
- Carsten
On Mar 13, 2010, at 6:36 PM, Samuel Wales wrote:
Here are agenda suggestions for org keyword searches that I
have been collecting.
All of them would be very useful
On Mar 28, 2010, at 2:43 PM, Alexandre Russel wrote:
Hi all,
when I C-c a t, I don't see the blocked task because I set:
(setq org-agenda-dim-blocked-tasks 'invisible)
I created a custom agenda view with:
(tags-todo "CALLS\|PC")
but it shows all the todo, even the blocked task. How can I make
Hi Günter,
this is a known limitation of the LaTeX exporter. You cannot
have text between two items of a plain list.
Bastien, when you ever have a day of programming time - this
would be a great one to address.
- Carsten
On Mar 28, 2010, at 2:23 PM, Günter Kolousek wrote:
Using the followi
Hi Gerald,
Ulf Stegemann and myself have been working on improving this
problem. The result of this work is in a special branch on the
git repo, called "new-entity-support".
If you have time, maybe you can check out this branch and test it,
to see if the problem you reported is indeed fixed.
-
Hi Samuel,
thanks for this message. I have put this on my list, but
I cannot see when I will be able to work on this.
- Carsten
On Mar 13, 2010, at 6:36 PM, Samuel Wales wrote:
Here are agenda suggestions for org keyword searches that I
have been collecting.
All of them would be very useful
On Mar 27, 2010, at 4:35 PM, Keith wrote:
I think I find where the bug is. I notice the images which are moved
to the end of the document were placed just after the footnote
syntax, say:
here is the content.[fn:footnote]
[fn:footnote] here is the footnote of the content.
#+CAPTION: caption
On Mar 25, 2010, at 7:14 PM, David Ellis wrote:
I have the following in my .emacs file to automatically update the
todo state of a parent todo based on the number of completed children.
(defun org-summary-todo (n-done n-not-done)
"Switch entry to DONE when all subentries are done, to TODO
Hi Carsten,
It seems I didn't cook 84e8434337ea86cd242bac6227232fa6e1f5fb6f long
enough - it breaks batch refiling operations from the agenda.
Please revert this and I'll send a fix when I have one.
Apologies,
Bernt
Carsten Dominik writes:
> Applied, thanks.
>
> - Carsten
>
> On Mar 29, 2010
Hi Thomas,
I have just checked in a similar patch, thanks a lot.
- Carsten
On Mar 29, 2010, at 7:45 AM, Thomas S. Dye wrote:
Hi Carsten,
This appears to emphasize org-mode markup in html export of
captions. It seems to work, but I have a difficult time
understanding org-mode code and ha
On Mar 28, 2010, at 3:36 PM, Friedericksen Hope wrote:
Dear all,
I start to like column view. :)
But as I played around with it, a few questions came up:
- Is there some built-in timestamp property? The background is that
I would like to have a column with a timestamp in it which I can set
Hi Matt,
that is a good catch. org-diary is a total orphan for me,
I have not looked at this function for 5 years - it was written
when I was still thinking to use Org-files through the Emacs diary.
I have made one change - I have given it 3 seconds instead of 1,
I think this is a better value.
On Mar 29, 2010, at 3:14 AM, Nick Dokos wrote:
Thomas S. Dye wrote:
I see in the Org Manual that:
You can make words *bold*, /italic/, _underlined_, =code= and
~verbatim~, and, if you must, ‘+strike-through+’. Text in the
code
and verbatim string is not processed for Org-mode sp
On Mar 29, 2010, at 1:51 PM, Bernt Hansen wrote:
Hi Carsten,
It seems I didn't cook 84e8434337ea86cd242bac6227232fa6e1f5fb6f long
enough - it breaks batch refiling operations from the agenda.
Please revert this and I'll send a fix when I have one.
Done.
Apologies,
No reason - I am so
On Mar 28, 2010, at 9:20 PM, Alexandre Russel wrote:
I created a custom agenda view with:
(tags-todo "CALLS\|PC")
but it shows all the todo, even the blocked task. How can I make
tags-todo respect the org-agenda-dim-blocked-tasks settings ?
I believe this is because the agenda view of tags-
Hi Thomas,
Are you talking about figures or about tables?
For figures, the label is attached to the figure as the id of
the div surrounding figure plus caption. However, this only
works if you also specify a caption. But I think that only
figures with caption should be targets for links.
For
Simon Brown writes:
> Hi all,
>
> I currently use mutt as my email client but I'm looking for greater
> emacs integration and better html support. Org mode supports at least
> gnus, vm and wanderlust. Can anybody advise on the relative pros and
> cons? My main restriction is that I don't want to
Carsten Dominik writes:
> Bastien, when you ever have a day of programming time - this
> would be a great one to address.
Okay, I put this on top of the list.
Sadly enough, I don't think I'll have a day of programming this
month, hopefully within the next two months.
Happy to help with Worg a
* Richard Riley (rileyrg...@gmail.com) wrote:
> This is pretty "fanboi" of me but its really simple : use Gnus. It can
> do imap fine (you can always move to using a local dovecot
> server and use offlineimap to sync if performance is a problem).
I've had a quick look at the gnus manual and it seem
Simon Brown writes:
> * Richard Riley (rileyrg...@gmail.com) wrote:
>> This is pretty "fanboi" of me but its really simple : use Gnus. It can
>> do imap fine (you can always move to using a local dovecot
>> server and use offlineimap to sync if performance is a problem).
> I've had a quick look a
"Sven Bretfeld" writes:
> I use the same characters for Sanskrit. They export just fine to LaTeX.
> To type them I have the following in my .emacs:
>
> (define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix
> (define-key org-mode-map [(meta a)] nil)
>
> (defun insert-lang-a ()
> (in
David Maus ictsoc.de> writes:
> Wanderlust does:
>
> [[wl:%Inbox:user/clear host:993!#4BACBD0F.E2F8C581
blueshieldca.com][<4BACBD0F.E2F8C581 blueshieldca.com>]]
>
> >How do the org-mode users link to their IMAP mail?
>
> Doing the linking on two assumptions:
>
> - the most significant part
Well,
It works for white backgrounds but this color scheme is far from optimum.
As I use both white background and black background for the night (I have
read some academic papers that said white background is better for the eye
fatigue but I am not quite sure of it) I need a white background s
Hi Carsten,
Carsten Dominik writes:
> that is a good catch. org-diary is a total orphan for me,
> I have not looked at this function for 5 years - it was written
> when I was still thinking to use Org-files through the Emacs diary.
Thanks for applying the patch. Yes, I think one of the FAQs ni
well,
my values are
org-file-apps is a variable defined in `org.el'.
Its value is
((auto-mode . emacs)
("\\.x?html?\\'" . default))
which does not help very much since i think is scary to change the auto-mode
in emacs
I have the same annoying problem reported by Jan
2010/3/23 Jan Böcker
>
I can't find mention of this anywhere, but is it possible to have
org-mode automagically wrap the header text of a table column? For
example a column called "IP SLA Reports" which would look like
| IP SLA Reports |
could be reformatted so that the header contains two lines and looks
like
| I
On Mar 29, 2010, at 4:01 AM, Magnus Henoch wrote:
"Sven Bretfeld" writes:
I use the same characters for Sanskrit. They export just fine to
LaTeX.
To type them I have the following in my .emacs:
(define-key global-map [(meta a)] nil) ;;make Alt-a free as a prefix
(define-key org-mode-map [
I got a problem when doing attachments (C-c C-a c/m/c). My *Messages*
buffer is flooded with:
"fatal: pathspec 'x' did not match any files"
messages. This is because the `split-string' function call in
`org-attach-commit' does not split correctly in my emacs version
(23.1.92.1).
Maybe other e
Simon Brown writes:
> I currently use mutt as my email client but I'm looking for greater
> emacs integration and better html support. Org mode supports at least
> gnus, vm and wanderlust. Can anybody advise on the relative pros and
> cons? My main restriction is that I don't want to break my mutt
Hi Daniel,
Daniel Martins writes:
> my values are
>
> org-file-apps is a variable defined in `org.el'.
> Its value is
> ((auto-mode . emacs)
> ("\\.x?html?\\'" . default))
It looks as if you have changed this variable somehow. The default value
is:
((auto-mode . emacs)
("\\.mm\\'" . default)
Carsten Dominik writes:
> Hi Christopher,
>
>
> this is awesome!
>
> I guess this is a single elisp file?
Looks like a bunch of AppleScript files that communicate with an elisp file...
___
Emacs-orgmode mailing list
Please use `Reply All' to send r
Arne Freyberger wrote:
>OK, so I spent a few hours configuring Wanderlust. When I try to link to an
>email message via:
>[[wl:%OPSLeaders:freyb...@mail.jlab.org:993!#4ba2737a.4060...@jlab.org][emails
>exchanged]]
>I get the following error:
> org-wl-open: Invalid function: wl-folder-get-elmo-f
[I think this bit the dust because of the same problem: I forgot
to update a setting. 2nd attempt.]
--- Forwarded Message
Date:Mon, 29 Mar 2010 16:39:31 -0400
From:Nick Dokos
To: emacs-orgmode@gnu.org
cc: nicholas.do...@hp.com, Mikael Fornius ,
Karl Berry
Subject:
On Mar 29, 2010, at 11:39 PM, Nick Dokos wrote:
[I think this bit the dust because of the same problem: I forgot
to update a setting. 2nd attempt.]
--- Forwarded Message
Date:Mon, 29 Mar 2010 16:39:31 -0400
From:Nick Dokos
To: emacs-orgmode@gnu.org
cc: nicholas.do...@hp
On Mon, 29 Mar 2010 13:28:31 +0200, Carsten Dominik
wrote:
>>>
>>> this is awesome!
>>>
>>> I guess this is a single elisp file?
>>> Then you should just send it to me when ready. I will add it and
>>> also make an entry for it in org-modules.
>>
>> There is a single elisp file, but there are a
Hi Dan,
What a pleasant surprise to see the tastefully displayed #+Title:, #
+Author:, #+Email: and #+Date: after I pulled from git earlier today.
What's next, org-mode stylesheets?
All the best,
Tom
On Mar 27, 2010, at 4:52 PM, Dan Davison wrote:
Thanks Scot, here's the final version of my
On 2010-03-29, Carsten Dominik wrote:
> Hi Samuel,
>
> thanks for this message. I have put this on my list, but
> I cannot see when I will be able to work on this.
Ah, I overwhelmed you. :)
Anybody else find them interesting? :)
Thanks for all of your work on org-mode.
As always.
Samuel
>>> I created a custom agenda view with:
>>> (tags-todo "CALLS\|PC")
>>> but it shows all the todo, even the blocked task. How can I make
>>> tags-todo respect the org-agenda-dim-blocked-tasks settings ?
>>
>> I believe this is because the agenda view of tags-todo doesn't have
>> the 'todo-state
Hi all,
I have scheduled task:
* TODO daily work review :WORK:
SCHEDULED: <2010-03-30 Tue +1d>
CLOCK: [2010-03-30 Tue 07:36]
- State "DONE" [2010-03-29 Mon 09:04]
CLOCK: [2010-03-29 Mon 08:27]--[2010-03-29 Mon 09:04] => 0:37
:PROP
Hi,
The attached patch places the latex source into alt html image tags as
described below. I think it should be safe, in that I remove all "s
from inside of the alt string.
Thanks for the implementation advice -- Eric
diff --git a/lisp/org-html.el b/lisp/org-html.el
index b8925e7..2246daf 1006
46 matches
Mail list logo