Hei,
Attached a little patch to make the default org-protocol handlers work on
windows.
Tested with Windows 10 and emacs 27.1
Best Regards
Robert
0001-org-protocol-Make-org-protocol-defaults-work-on-wind.patch
Description: Binary data
that.
Best regards
Robert
(defun org--make-svg-preview-overlay (beg end image)
"Build an overlay between BEG and END using the svg image data."
(let ((ov (make-overlay beg end)))
(overlay-put ov 'org-overlay-type 'org-svg-overlay)
(overlay-put ov 'evapora
On 9/12/10 Sep 12 -7:16 AM, David Maus wrote:
> Robert P. Goldman wrote:
>> On 8/29/10 Aug 29 -10:36 AM, Robert Goldman wrote:
>>> I used org-store-link and org-insert-link to make a link in the attached
>>> document (I distilled it down from a real document). In my or
I've been putting local variables blocks at the bottom of some of my
org-mode files (in particular, those files that I share with others).
The problem is that having a local variables block at the bottom of the
file, at least if it uses # as a virtual comment character, doesn't
dovetail nicely wit
On 9/15/10 Sep 15 -12:06 PM, Sebastian Rose wrote:
> Robert Goldman writes:
>> I've been putting local variables blocks at the bottom of some of my
>> org-mode files (in particular, those files that I share with others).
>>
>> The problem is that having a local
I was looking for a way to put illustrations in my org-mode files so
that I could actually look at them while editing the org stuff. I found
a post a while ago suggesting using iimage mode (which is included with
the Aquamacs that I use, and is readily available if you don't have it
with your emac
On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote:
> Robert Goldman writes:
>
>> I was looking for a way to put illustrations in my org-mode files so
>> that I could actually look at them while editing the org stuff. I found
>> a post a while ago suggesting using iimage mode
On 9/16/10 Sep 16 -7:32 AM, Sebastian Rose wrote:
> Robert Goldman writes:
>> I was looking for a way to put illustrations in my org-mode files so
>> that I could actually look at them while editing the org stuff. I found
>> a post a while ago suggesting using iimage mode (w
On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote:
> Robert Goldman writes:
>> ... Is there some
>> magic I can put in the Local Variables block that will cause the images
>> to be displayed on startup?
>>
>> # org-display-inline-images: t
>
>
>
> #
I have just had a problem twice with loss of data using Mobile org for
android (flagged as "version 40" in Application Info).
Here's what you need to do to lose data:
1. enter "foobar" into the capture window
2. synchronize
3. enter "baz" into the capture window
4. synchronize
5. org-mob
I've been using habits and found additional uses that are actually
implemented but not mentioned in the documentation. What I've found
useful are:
1) Using a '++' repeat style for habits that have calendar constraints.
I use this for some activities that must be done on Monday, or on
weekends.
Often now I have org-mode tasks that I move to WAIT status when I send
someone an email to get some next step done.
The problem is that I have a hard time getting back to those tasks when
I get a response email (or phone call).
There is nothing salient about these that means that when I get a
res
On 9/22/10 Sep 22 -1:11 PM, David Maus wrote:
> David Maus wrote:
>> Ah, now I see the problem: For some reason `org-store-link' removes
>> the colon at the end of the headline. I reopended the issue as a bug;
>> setting the aforementioned variable to nil might be considered a
>> temporary work-ar
On 9/22/10 Sep 22 -1:36 PM, Robert Goldman wrote:
> On 9/22/10 Sep 22 -1:11 PM, David Maus wrote:
>> David Maus wrote:
>>> Ah, now I see the problem: For some reason `org-store-link' removes
>>> the colon at the end of the headline. I reopended the issue as a bug
On 9/23/10 Sep 23 -1:44 PM, David Maus wrote:
> Robert P. Goldman wrote:
>
>> I know how to make a custom agenda for this; the problem is more how to
>> have that custom agenda always open for me to glance at. I don't want
>> to have to call up this agenda every t
Not a big bug...
When I invoke org-toggle-checkbox with ^U in order to add a checkbox to
a list item that doesn't have one, I get this message in the minibuffer:
"Invalid search bound (wrong side of point)"
although the command seems to work correctly. When I turn on
debug-on-error, I get the f
My org agendas for day and week are showing DONE items with the "DONE"
in red, and not dulled out. This makes the agenda less useful than it
might be for at-a-glance planning.
This (bright red "DONE"s) does not happen when I am looking at an org
file, where the TODO keyword is red and the DONE ke
s a lot for any help.
Robert
___
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
The link to the sample presentation, from
http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.php
to
http://orgmode.org/worg/org-tutorials/org-beamer/presentation.org
is broken.
Sorry if this is the wrong place to report this.
best,
r
___
Ema
If so, are any of you having trouble with the faces in agenda buffers?
I'm finding that I get all of the todo keywords in what looks like the
warning face --- bright red. It's a problem because it looks like the
display is shouting at me about tasks that are DONE, not just ones that
are still TOD
On 10/12/10 Oct 12 -10:50 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> If so, are any of you having trouble with the faces in agenda buffers?
>>
>> I'm finding that I get all of the todo keywords in what looks like the
>> warning face --- bright red. I
use #'<, or the (t
(push e l)) is wrong, or we've discovered another difference between GNU
Emacs and XEmacs :)
Regards
Robert
___
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
On 09/29/2010 12:07 PM, Carsten Dominik wrote:
> Hi Robert,
>
> would you like to formulate a patch to org.texi?
>
This is my proposed patch. I hope I've done this right.
*** org.texi2010-10-06 09:06:20.0 -0400
--- org.texi-original 2010-07-21 12:42:4
I was trying to experiment for the first time using org-capture together
with w3m today, and I get an error.
I invoke org-capture, and was pleased to find that it built me a buffer
just fine, and made an org link for the URL of the w3m buffer. So far,
so good.
Unfortunately, when I try to save t
On 10/14/10 Oct 14 -9:40 AM, Robert Goldman wrote:
> I was trying to experiment for the first time using org-capture together
> with w3m today, and I get an error.
>
> I invoke org-capture, and was pleased to find that it built me a buffer
> just fine, and made an org link for the
On 10/15/10 Oct 15 -1:48 AM, Carsten Dominik wrote:
> Hi Robert,
>
> I cannot reproduce this error. If I set my default notes file to
> "~/org//notes.org"
> things seem to work just fine.
I will see if I can figure out why this happened for me. I may not be
abl
On 10/16/2010 01:32 AM, Carsten Dominik wrote:
>
> On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote:
>
>> Karl Maihofer gmx.de> writes:
>>> Besides that I have tags in other contexts, e.g. GTD-related tags etc.
>>> So it would be very useful to be able to group the tags as it is
>>> possible f
Hi Eric,
thank you very much for your help.
Your solution works like a charm.
Best regards
Robert
Am 08.10.2010, 17:41 Uhr, schrieb Eric Schulte :
Hi Robert,
Currently the only way I know of inhibiting the export of the original
table, is to move it to an un-exporting subtree. This can
On 10/16/10 4:09 PM, Carsten Dominik wrote:
>
> On Oct 16, 2010, at 9:26 PM, Robert Horn wrote:
>
>> On 10/16/2010 01:32 AM, Carsten Dominik wrote:
>>>
>>> On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote:
>>>
>>>> Karl Maihofer gmx.de>
The docstring for the command "org-footnote-goto-previous-reference" is
Find the next previous of the footnote with label LABEL.
...which I can't actually parse.
"Find the (immediately) previous reference to the footnote with label
LABEL."
Is that better?
Cheers,
r
On 10/25/2010 02:18 AM, Carsten Dominik wrote:
> Hi,
>
> I have the feeling that there are really two strands of
> discussion going on here.
>
> 1. A two-level or even hierarchical way to *enter* *normal* tags,
>i.e. tags that are specified in the headline of a node.
>
> 2. A complex new str
I'm finding that, when I export as Latex or html, quoted strings don't
get translated properly.
I.e., a bit of text like ="foo"= will be translated literally, instead
of turning into a code marked-up string.
I am attaching a simple document of this type, and the results of export
to latex. Expor
from the gnuplot-mode. The file gnuplot-mode.el
tries
to determine the version number, and I guess this doesn't work for version
numbers with more than one dot (e.g. 4.4.2).
Best regards
Robert
Am 26.10.2010, 23:18 Uhr, schrieb John Hendy :
Hi,
A recent question made me recall somethin
Since we're talking about meet-ups, I'd like to say it would be great to
see an informal org-mode meet-up attached to other conferences one might
attend.
Not as an alternative to the Hawaii proposal, but as an "also."
cheers,
r
___
Emacs-orgmode mailin
I just noticed the following oddity.
1.) I have a custom agenda that consists of:
(setq org-agenda-custom-commands
'(("h" "Agenda and This Week tasks"
((agenda "")
(todo "THISWEEK")
2.) I have the default agenda period of 1 week at startup.
The behavior I see is:
a
On 11/11/2010 07:07 AM, Matt Lundin wrote:
> Robert Horn writes:
>
>> I just noticed the following oddity.
>>
>> 1.) I have a custom agenda that consists of:
>>
>> (setq org-agenda-custom-commands
>> '(("h" "Agenda and Th
On 9/30/10 Sep 30 -2:34 PM, Robert Goldman wrote:
> My org agendas for day and week are showing DONE items with the "DONE"
> in red, and not dulled out. This makes the agenda less useful than it
> might be for at-a-glance planning.
>
> This (bright red "DONE"s
The docstring says:
"...This is a list with 6 entries
pre Chars allowed as prematch. Beginning of line will be
allowed too.
post Chars allowed as postmatch. End of line will be allowed too.
border The chars *forbidden* as border characters.
body-regexp A regexp li
I tracked down the problem I was seeing. It's unrelated to habits. I
just connected it with habits because it affects them, as well as other
things.
The default behavior of the built-in agenda is to set the point in the
agenda to be today. This is not the default for custom commands. The
close
. Can anyone
suggest any way to track this down (I'd bisect, but I've yet to find a
'good' version)?
Thanks
Robert
___
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
Hi,
is there a way to not show TODO items that are DONE in the agenda view
('C-aa') by default? It seems I have them showing up because they have a
deadline, but when they're done, that doesn't matter anymore :)
Thanks
Robert
_
Robert Pluim writes:
> Hi,
>
> is there a way to not show TODO items that are DONE in the agenda view
> ('C-aa') by default? It seems I have them showing up because they have a
> deadline, but when they're done, that doesn't matter anymore :)
Whilst investig
Robert Pluim writes:
> Hi,
>
> is there a way to not show TODO items that are DONE in the agenda view
> ('C-aa') by default? It seems I have them showing up because they have a
> deadline, but when they're done, that doesn't matter anymore :)
And I've no
I wanted to set up a regular meeting that would appear in the agenda
grid. I discovered that the following works:
... Regular Meeting 13:00-14:00
<%%(diary-float t 2 1)>
This creates a first tuesday of each month meeting, from 1300h to 1400h.
This works because the default for the
org-agenda-sea
y in
that place, and can handle the local files, but gets horribly confused
by the sym-linked files.
Anyone have a similar need to gather together a mess of org files, and
have a cleaner solution?
Extra credit if you have a way of creating the same set of symlinks on
more than one machine! ;-)
T
On 12/20/10 Dec 20 -1:03 AM, Rémi Vanicat wrote:
> "Robert P. Goldman" writes:
>
>> That is what I had done originally, but I thought mobile org required that
>> all the org files be in the same directory. Was I wrong about that?
>>
>
> I've org fil
ke care of it.
org-mode list email has a List-Id header, the list software has already
taken care of it for you. I fail to see how much can go wrong with
filtering on that, configure it once and you're done. (or read the list
via gmane, all nicely split out for you).
Robert
___
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
Nick Dokos writes:
> [Forgot to reply-all - sorry about that. Apologies to Robert for
> the duplicate email.]
>
This is why I have Mail-Copies-To: never in my headers :) No biggie.
> Robert Pluim wrote:
>
>> Nick Dokos writes:
>>
>> > Štěpán Němec wrote
Achim Gratz writes:
> Robert Pluim writes:
>> Triage is for *computers* to do, they're much better at it than humans.
>
> Then let your MUA strip the tag off for you and live a happier life.
>
>> Also, those markers in the subject are obnoxious and *really* anno
I just did a copy and paste and noticed that when I did so the copied
properties included the ID which, after being copied, meant that the
unique identifier became a non-unique identifier.
Is it work tweaking the org-paste-special command to rip out ID properties?
cheers,
r
_
On 1/11/11 Jan 11 -8:03 AM, Giovanni Ridolfi wrote:
> Robert Goldman writes:
>
>> I just did a copy and paste and noticed that when I did so the copied
>> properties included the ID which, after being copied, meant that the
>> unique identifier became a non-unique
On 8/18/10 Aug 18 -5:01 AM, Erwin Panen wrote:
> Hi Juan,
>
> I hope you don't mind me mailing you directly. I copied orgmode list in cc.
>
> Do you have a way to copy / paste between say Firefox and Emacs / orgmode?
>
> It doesn't seem to work, and I've found some posts googling, but no
> appar
I'm at about my one year anniversary using Org-mode, and I have a bit of
an odd question. Last year, I made a subtree that was a project for
getting ready for winter (I live in Minnesota, which has harsh winters).
I worked my way through that list, and now I'd like to do the whole
thing over agai
this can be done with a replacement command, but it's not a
trivial one.
This is one of those cases where automating a task will not pay back the
investment (at least not to me, individually), so I think I'd better
just do it by hand.
Thanks, everyone,
r
>
> 2009/10/9 Robe
Nick Dokos wrote:
> Robert P. Goldman wrote:
>
> ...
>>>> Robert Goldman sift.info> writes:
>>>>
>>>>> Andrew Stribblehill wrote:
>>>>>> org-mode files are plain text. M-% to do a replacement: once you've
>>>&g
Thanks to all for the help! I'll use the cloning.
Best,
r
___
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
I would like to be able to skip entries in a daily agenda view if they
are being displayed because of the deadline, but they have been scheduled.
For example, if I have a TODO whose deadline is 7 days in the future,
but I have scheduled to do it two days in the future, I don't want to
see it in my
\usepackage{MnSymbol}
\begin{document}
test
\end{document}
Best regards
Robert
Am 26.03.2010, 05:52 Uhr, schrieb Carsten Dominik
:
Hi everyone,
I am working on better entity (special symbol) support for
export, based on a list Ulf Stegemann has compiled.
The list Ulf has sent me re
Manuel Hermenegildo fi.upm.es> writes:
>
>
> I have to say in VM's defense that it is working very well for me (and
> has supported IMAP for a very long time)
Is this really true? In my days of using VM --- I eventually gave it up for
Thunderbird --- VM never had true IMAP support that could
em as pdftex
is now used anywhere.
In a minimal document it runs Ok with pdfeTeX, for both creating dvi and
pdf.
(The one in teTeX 3.0.)
Best regards
Robert
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the l
ADER lines.
I can confirm this for 6.35b: #+LaTeX_HEADER lines are getting ignored.
Also, when I put
(add-to-list 'org-export-latex-packages-alist '("" "listings"))
into my .emacs-file it is put twice into the resulting tex file.
Best regards
Robert
_
Am 07.04.2010, 09:43 Uhr, schrieb Austin Frank :
On Wed, Apr 07 2010, Robert Klein wrote:
Also, when I put
(add-to-list 'org-export-latex-packages-alist '("" "listings"))
What's the value of `org-export-latex-listings'? Carsten, how should
listi
currently got two \usepackage{textcomp}, this is from lisp/org.el
Thanks a lot
Robert
___
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
I'm trying to get o-e-g to handle export to multiple wikis.
One of the ones that I'm having the most trouble with is tikiwiki
(www.tikiwiki.org).
The problem here is that tikiwiki won't reflow normal text blocks. This
means that we need to (1) take contiguous blocks of text and ram them
all toge
On 4/29/10 Apr 29 -8:54 AM, Wes Hardaker wrote:
>>>>>> On Wed, 28 Apr 2010 16:39:59 -0500, "Robert P. Goldman"
>>>>>> said:
>
> RPG> Added a handler for blockquotes.
>
> That looks great. Thanks!
>
> RPG> Also added :body-
ing them. I will try to
figure this out before submitting my next patch.
>
> Please verify that this went well.
Looks good to me, thanks,
r
>
> Thanks!
>
> - Carsten
>
> On Apr 29, 2010, at 3:54 PM, Wes Hardaker wrote:
>
>>>>>>> On Wed, 2
On 4/29/10 Apr 29 -9:14 AM, Carsten Dominik wrote:
>
> On Apr 29, 2010, at 3:57 PM, Wes Hardaker wrote:
>
>>>>>>> On Wed, 28 Apr 2010 14:38:47 -0500, Robert Goldman
>>>>>>> said:
>>
>> RG> 1. Would it be reasonable to mov
On 4/29/10 Apr 29 -12:00 PM, Bernt Hansen wrote:
> Robert Goldman writes:
>
>> On 4/29/10 Apr 29 -8:58 AM, Carsten Dominik wrote:
>>> Applied, thanks.
>>>
>>> I had two email saying patch 4/4, I too one of them, what happened with
>>> 1/4, 2/4, 3/
ge where
it is referenced, he LaTeX \footnote{} should do this.)
Digging into the code I found the \footnote, but I'm
not this familiar to figure out howto actually
I could reproduce the desired behaviour.
Thank you a lot for the wonderful world of org-mode!
Y
That's an excellent idea. I will try to revise accordingly.
In my copious free time! :-)
"Wes Hardaker" wrote:
>>>>>> On Thu, 29 Apr 2010 10:00:43 -0500, Robert Goldman
>>>>>> said:
>
>RG> So what I wanted here was newlines /onl
On 4/30/10 Apr 30 -10:28 AM, Carsten Dominik wrote:
> Hi everyone,
>
> when this discussion is settled, can someone please summarize it for me
> and send me the patch everyone agrees on?
Will do.
Best,
r
>
> Thanks.
>
> - Carsten
>
> On Apr 30, 2010, at
other
paragraph;
it is neither a block in HTML nor an lstlisting in LaTeX.
Currently I'm setting the programming language to sh. This gives some
funny colors in the HTML export, however.
Is there another way to get generic source excerpts into HTML -blocks
and LaTeX lstlistings?
Thanks a
On Fri, 30 Apr 2010 20:39:55 +0200, Jason McBrayer
wrote:
On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein wrote:
is there a way to include generic source code in an org document?
I'm trying to put excerpts from configuration files into an org
document.
Have you tried #+begin_src
.)
Using both "#+begin_src conf" for real configuration files and
"#+begin_example" e.g. for a pxelinux message file will do the
job as I want.
Thank you very much
Robert
Also sprach Jason McBrayer:
On Fri, Apr 30, 2010 at 2:18 PM, Robert Klein
wrote:
is there a way to in
rsten,
is there a reason why the manual says I should do the 'make'
after it talks about load-path but before it tells me to put
(require 'org-install) into the .emacs-file?
I should know better, but I still managed to confuse one of
my .emacs-files when I started using org-m
}
$^{2}$ inside a Latex Environment
...
-
which is not the intended behaviour.
Best Regards,
Robert
Eric S Fraga wrote:
> On Fri, 30 Apr 2010 14:34:46 +0200, Robert Hennig
> wrote:
>> Dear orgmode list!
>>
>> I'm would like to generate LaTeX
list.
After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid
function: ignore-errors" when toggling checkboxes, and also running
(org-update-statistics-cookies all)
will not work at all. Downgrading back to 6.34c helps.
yours,
/rober
Hi,
>>>>> "RA" == Robert Andersson writes:
RA> After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid
RA> function: ignore-errors" when toggling checkboxes, and also running
RA> (org-update-statistics-cookies all)
RA> will not w
I have been trying to make the generic exporter do fontification (bold,
italic, underline, etc.) and have fairly successfully managed to do this
by cargo-culting the code in org-latex.
But I've run myself on a rock. I can't figure out what the various
matches are that you get when you match org-e
On 5/21/10 May 21 -2:31 AM, Carsten Dominik wrote:
>
> On May 21, 2010, at 4:46 AM, Robert Goldman wrote:
>
>> I have been trying to make the generic exporter do fontification (bold,
>> italic, underline, etc.) and have fairly successfully managed to do this
>> by ca
On 5/14/10 May 14 -2:16 AM, Carsten Dominik wrote:
> Hi Robert, Wes,
>
> I am not sure if there is any action should be taking here?
> I have no problems bundling some documentation with the distribution -
> let me just know what you want and send me what I should distribute.
I
I have the org-generic-export working better, but I'm having one
remaining problem:
I have been using org-export-preprocess-string to make it possible to
handle emphasis (previously o-g-e couldn't handle emphasis because it
did the translation line-by-line).
org-export-preprocess-string has fixed
julien cubizolles free.fr> writes:
>
> Le vendredi 28 mai 2010 à 11:05 +0200, Sven Bretfeld a écrit :
> > Hi to all, hi Matthew
> >
> > I can say that Note capturing works on my HTC
> > Magic,
> Working also on my LG GW620, however the SAVE Button gets hidden by the
on-screen keyboard.
> I thin
On 5/25/10 May 25 -6:52 AM, Carsten Dominik wrote:
>
> On May 25, 2010, at 5:09 AM, Robert Goldman wrote:
>
>> I have the org-generic-export working better, but I'm having one
>> remaining problem:
>>
>> I have been using org-export-preprocess-string to
Beamer export offers BEAMER_HEADER_EXTRA as an option. Question: how
does this differ from LATEX_HEADER_EXTRA? Why is it necessary?
thanks,
r
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
htt
I have found what I believe to be a bug in handling ordered subtasks.
Here is the behavior:
I have a top level set of tasks that is ordered.
One of the outline items below the top level set is a grab bag of tasks
that will be performed in parallel. So this task is NOT ordered
(ORDERED: nil).
Th
still exported so that is not a solution.
The current "working" solution is to use the noweb approach and then use sed
to clean out the links to the second image-ugly to say the least!
All this with org version 6.36c
What have I missed? What is the
e
> himself or herself to skip a level.
>
> Cheers,
> Sebastian
>
I'm working on the translation of a book and the Table of Contents has a
odd structure. I would also appreciate if skipping a level in the
structure could be possible. One reason to have this working is
if yo
for this I came up with was:
#+BEGIN_HTML
This sentence is bold
#+END_HTML
#+BEGIN_LaTeX
\textbf{This sentence \emph{is} bold}
#+END_LaTeX
which is not very at all...
Thank you for your advices,
yours
Robert Hennig
___
Emacs-orgmode mailing list
Please
On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote:
> Hi Robert,
>
> On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote:
>
>> I have found what I believe to be a bug in handling ordered subtasks.
>> Here is the behavior:
>>
>> I have a top level set of tas
On 6/25/10 Jun 25 -9:12 AM, Carsten Dominik wrote:
>
> On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote:
>
>> On 6/25/10 Jun 25 -2:03 AM, Carsten Dominik wrote:
>>> Hi Robert,
>>>
>>> On Jun 18, 2010, at 5:42 PM, Robert Goldman wrote:
>>>
>&
Hi,
in the Org manual, in Chapter eleven, there is a heading "Index enries"
(missing the 't' in entries).
Best regards
Robert
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
E
the org-export-latex-content function, because the quotation marks would
be changed and do not match the regexp anymore.
But I'm not too shure if there are other implications to regard.
best regards,
Robert Hennig
___
Emacs-orgmode mailing list
|swf"
:publishing-directory
"C:\\Adamstuff\\webp\\public_html\\" :recursive t :publishing-function
org-publish-attachment) ("org" :components ("org-notes" "org-static")))
Best regards
Robert
___
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
ader:
#+OPTIONS: section-number-format:(quote ((("I" ".")) . "."))
Despite this I get sections numbered 1, 2, 3 etc.
I'd be very grateful for a working example.
Thank you very much
Robert
___
Emacs-orgmode mail
On Sun, 11 Jul 2010 15:14:58 +0200, Bernt Hansen wrote:
Bernt Hansen writes:
"Robert Klein" writes:
To my question, I can't seem to get this option to work I've got the
following line in the file header:
#+OPTIONS: section-number-format:(quote ((("I" &quo
Hi,
on the web site, the link to the HTML version of the compact guide
actually links to the full manual.
(http://orgmode.org/index.html#sec-4_1 first link)
Best regards
Robert
___
Emacs-orgmode mailing list
Please use `Reply All' to send repli
le to find out what I'm doing wrong, atm.
Do you know how I can get this working?
Thank you very much!
Best regards
Robert
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
FWIW, I have a number of substantial modifications to org-export-generic that
fix its original inability to handle typefaces across line boundaries.
However, my understanding is that all patches for org-export-generic wait on Wes
Hardaker to approve them.
If this would be a good time, I can ship
For a very, very long time this has not worked on Mac OSX (this may relate to
the OS and Firefox disagreeing over who handles protocols). Does anyone know if
this has finally been fixed?
___
Emacs-orgmode mailing list
Please use `Reply All' to send rep
1 - 100 of 918 matches
Mail list logo