I just got an error in doing this after an update:
(void-function ps-header-footer-string)
I don't have any way of knowing if this is the same bug as yours.
This happens because org-write-agenda calls ps-print-buffer-with-faces on
"/Volumes/rpgoldman/org/agendas.org"
As far as I can tell, this
I posted an email yesterday about a problem I was having writing agendas
for MobileOrg, where org-mode seemed to think it should be writing my
agendas as postscript.
I thought perhaps this was a problem with the old version of Aquamacs
that I have been using, so I finally got myself to upgrade to
On 7/29/10 Jul 29 -9:18 AM, Robert Goldman wrote:
> I posted an email yesterday about a problem I was having writing agendas
> for MobileOrg, where org-mode seemed to think it should be writing my
> agendas as postscript.
>
> I thought perhaps this was a problem with the old vers
out attachments on this mailing
list, so I am both attaching the patch and inserting it as text below.
>From 6bc0ba91667f84be9b7e334c517dad72f6eb277f Mon Sep 17 00:00:00 2001
From: Robert P. Goldman
Date: Thu, 29 Jul 2010 18:11:21 -0500
Subject: [PATCH] Fixed macroexpansion bug for FLET i
On 8/1/10 Aug 1 -1:28 PM, David Maus wrote:
> Robert Goldman wrote:
>> [1 ]
>> As far as I can tell, the current version of org-write-agenda evaluates
>> ps-print-buffer-with-faces too eagerly. I tripped over this because
>> aquamacs 2.0, which I'm using, see
On 7/31/10 Jul 31 -3:29 AM, Bastien wrote:
> Robert Goldman writes:
>
>> 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 t
Am 09.08.2010, 08:28 Uhr, schrieb Carsten Dominik
:
Nope, I am against this syntax. If we introduce a more general syntax,
then it should be done in the way Samuel proposed. WHich means
we firs get a keyword indtroducing the piece, and then properties.
Like
$[style :color red the red t
Am 09.08.2010, 09:37 Uhr, schrieb Robert Klein :
Sorry dropped something on the keyboard and sent the message early :(
Am 09.08.2010, 08:28 Uhr, schrieb Carsten Dominik
:
Nope, I am against this syntax. If we introduce a more general syntax,
then it should be done in the way Samuel proposed
I ran into this, so I'll warn others. It might belong in the notes for
org-7.01.
If you have a newer version of emacs that has org already integrated,
you get some, but not all, of the org-7.01 features functioning if you
have org-7.01 set as the auto-load directory. I had been using org by
havi
On 8/13/10 Aug 13 -3:35 PM, Carsten Dominik wrote:
> Hi everyone,
>
> I am not sure what the status o this patch is now, is there anyone
> besides the author whw has tested it and can comment on it?
While we're at it, what's the status of my patches that add text markup
(and text markup across li
translated to:
Now \textbf{you \emph{can} write} \emph{nested}
\textbf{\emph{emphasis} recursively!}
Best regards, yours faithful
Robert Hennig
--- org-latex.el 2010-08-20 15:58:28.0 +0200
+++ org-latex.mod.el 2010-08-20 16:06:26.0 +0200
@@ -1795,8 +1795,24 @@
(defun org
On 8/20/10 Aug 20 -9:09 AM, Carsten Dominik wrote:
> Hi Robert,
>
> can you point me to that patch? Any other testers? Did Wes take a look
> and greed to apply it?
>
No, I'm afraid I have sent multiple emails and have heard nothing.
I don't have a good way to
y unavailable until the
1 September.
I have a couple of further patches to push that involve adding new
export formats based on the generic exporter (a couple of wikis).
I'll see if I can squeeze in time to do some tests (export modules are
reasonably easy to test), but that won't be for a w
I have been outlining a beamer presentation using BEAMER_FRAME_LEVEL: 0
so that I could have some flexibility in deciding what is and isn't a frame.
I had a piece of my outline where there's a lot of detail, so the slides
are at level 4 (). I was disappointed to find that the level 3
heading
On 8/27/10 Aug 27 -10:35 AM, Robert Goldman wrote:
> I have been outlining a beamer presentation using BEAMER_FRAME_LEVEL: 0
> so that I could have some flexibility in deciding what is and isn't a frame.
>
> I had a piece of my outline where there's a lot of detail, so the s
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 org-mode
(pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow
Leopard (10.6), org-mode cannot follow the link I inserted with o-i-l,
and it pops up a di
On 8/27/10 Aug 27 -10:41 AM, Robert Goldman wrote:
> On 8/27/10 Aug 27 -10:35 AM, Robert Goldman wrote:
>> I have been outlining a beamer presentation using BEAMER_FRAME_LEVEL: 0
>> so that I could have some flexibility in deciding what is and isn't a frame.
>>
>> I
, O'Really,
1996. London, New York...] )
Best regards and thanks for any comments
Robert
Hi,
On 07/02/2011 10:10 AM, Nicolas Goaziou wrote:
Hello,
Robert Klein writes:
A file of
#+begin_example
* Title
This is a text [fn:: the
1. footnote] with a footnote.
#+end_example
begins an enumeration inside the footenote and then
forgets to close the footnote (which in LaTeX export
5.516.gf06e.dirty)
I hope that this will be helpful to someone in squashing some bugs. If
there are any questions please email me. I'd love to help in any way I can
to make org-mode even better.
sincerely,
--Robert McIntyre
-- Forwarded message --
From: Robert McIntyre
Date: Sat, Jul 9, 2011 at 11:04 AM
Subject: Re: [O] Some bugs with ob-clojure.el and some more with ob-sh.el
To: Bastien
Great idea --- I updated my version of Org such that:
M-x org-version returns:
Org-mode version 7.6
This small patch handles :results output for clojure src blocks by using
clojure's with-out-str function.
Please let me know if I've done anything wrong as this is my first patch to
org-mode.
sincerely,
--Robert McIntyre
diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el
index a72b14
M-x org-version yields:
release_7.6-105-gbfed5
Org-mode version 7.6 (release_7.6.105.gbfed5)
When I try to export this file to html, org re-evaulates the second code
block, even though it has :cache yes
https://gist.github.com/1090173
sincerely,
--Robert McIntyre
void: org-babel-result-hash
This must have been a very recent change -- the results blocks are
from executing these blocks in the morning.
org-version gives:
release_7.6-116-g90d7
Org-mode version 7.6 (release_7.6.116.g90d7)
sincerely,
Robert McIntyre
First, I checked out the source to jMonkeyEn
n: Symbol's function definition is void: org-babel-result-hash
sorry about the confusing message earlier.
sincerely,
--Robert McIntyre
On Tue, Jul 19, 2011 at 3:10 AM, Robert McIntyre wrote:
> I can't execute any sh code blocks for this file anymore. This has to be a
&
On 9/3/11 Sep 3 -12:44 PM, Sven Bretfeld wrote:
> Hi Brad
>
> I don't know anything about your question proper, but ...
>
> Brad Collette writes:
>
>> I've also been using mobileorg to get my stuff on my iphone. However, I'm
>> less
>> satisfied with that. Having to both push and pull from b
Today I was trying to push to mobile org after an update from git, and
got an invalid function error on org-eval-in-environment.
This macro is defined in org-macs.el and is used in org-agenda.el.
I note that the makefile has org-agenda depending on org.el, but /not/
on org-macs.el.
Is that an er
On 9/11/11 Sep 11 -12:52 AM, David Maus wrote:
> At Sat, 10 Sep 2011 12:08:45 -0500,
> Robert Goldman wrote:
>>
>> Today I was trying to push to mobile org after an update from git, and
>> got an invalid function error on org-eval-in-environment.
>>
>> This ma
text there is a footnote.\protect\footnote{The footnote
contains a cross-reference to \hyperref[Heading]{Heading}. }
But the only latex \label associated with \section{Heading} is
\label{sec-1}.
I am attaching the sample org file and latex output.
Thanks for any suggestions!
Robert
* Heading
* An
On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote:
> Here is a simple footnote in a test file:
>
> Footnotes:
> [1] The footnote contains a cross-reference to [[Heading]].
>
> When I export this using org-export-as-pdf, the cross-reference to
> Heading doesn't
On 10/21/11 Oct 21 -12:06 PM, Wes Hardaker wrote:
>>>>>> On Fri, 21 Oct 2011 11:13:24 -0500, "Robert P. Goldman"
>>>>>> said:
>
> RPG> Attached is a set of patches to the org-generic-exporter. They fix
> RPG> a change in the org-
On 10/24/11 Oct 24 -9:44 AM, Wes Hardaker wrote:
>> On Fri, 21 Oct 2011 19:23:04 +0200, Bastien said:
>
>>> Glad to see someone tinkering with it! yay!
>
> B> Could you test Robert's patches against latest Org and report
> B> any problem? As the author of the generic exporter, you might
>
(lambda (event) (interactive "e")
(case (org-mouse-get-gesture event) (:left
(org-agenda-earlier 1))
(:right (org-agenda-later 1)))
)
)
)
)
)
org-agenda-start-on-weekday nil
org-footnote-auto-adjust t
org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src
org-babel-exp-inline-src-blocks))
org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
org-agenda-skip-deadline-if-done t
org-reverse-note-order t
org-show-following-heading t
org-occur-hook '(org-first-headline-recenter)
org-from-is-user-regexp nil
org-export-preprocess-before-selecting-backend-code-hook
'(org-beamer-select-beamer-code)
org-tags-column -80
org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info
org-jsinfo org-irc org-mew org-mhe org-rmail
org-vm org-wl org-w3m org-odt org-panel org-registry)
org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc
org-beamer-auto-fragile-frames
org-beamer-place-default-actions-for-lists)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-export-blocks '((src org-babel-exp-src-block nil) (comment
org-export-blocks-format-comment t)
(ditaa org-export-blocks-format-ditaa nil) (dot
org-export-blocks-format-dot nil))
)
Org-mode: version 7.7
GNU Emacs 23.1.50.1 (i386-mingw-nt6.1.7601) of 2009-11-03 on
LENNART-69DE564 (patched)
- Emacs on Windows 7 via EmacsW32 (
http://ourcomments.org/Emacs/EmacsW32.html#download)
--
Robert
_
Robert Hotchkiss
robho...@us.ibm.com
erely,
--Robert McIntyre
when I format my org file like this:
* heading
some text. some text. some text.
the text currently gets exported with the leading blanks. This causes the
Mediawiki to render the text as preformatted. Is there a way around this?
Thanks you very much.
Best regards
Robert
Umm, sorry,
I just found out, I was talking about the other generic exporter :(
Robert
On 11/29/2011 07:15 AM, Robert Klein wrote:
On 11/25/2011 06:32 PM, Nicolas Goaziou wrote:
Hello,
I've pushed org-export.el to contrib. It's a general export engine,
built on top of org-elements
rt-bug.org
#+AUTHOR:Robert P. Goldman
#+EMAIL: rpgold...@sift.info
#+DATE: 2011-12-14 Wed
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: en
#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: vie
On 12/14/11 Dec 14 -3:06 PM, Robert Goldman wrote:
> I am using the latest org from git.
>
> The attached org-mode file causes latex export to crash with an error of
> "unbalanced begin/end center blocks with "
>
> This did work, as recently as a month ago, so s
On 12/14/11 Dec 14 -3:13 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I am using the latest org from git.
>>
>> The attached org-mode file causes latex export to crash with an error of
>> "unbalanced begin/end center blocks with "
>>
&g
There's a lisp users group here in the Twin Cities (Twin Cities Lispers
--- tclispers.org). I think that would be a good venue to have an
OrgCamp, if there is sufficient interest.
Feel free to contact me off line if this sounds interesting.
best,
r
__
hink a better answer for point 2. might be a header line of
#+LaTeX_HEADER: \lstset{ basicstyle=\small\ttfamily }
Best regards
Robert
All the best,
Tom
3. In begin_example sections, spaces are replaced with odd little
curved underscores.
I've attached some examples to show what I mean.
re in between all the headline information got lost. I guess
this is caused by the introduction of
org-clock-clocktable-language-setup on February 13.
Is there a chance of defaulting the language to en if no language or a
language without translation is set?
Thanks a lot,
Robert
#+
version of org-mode. org-contacts.el needs
some patches integrated only after the 7.4 release.
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
Question: is this only usable in a stand-alone emacs, or can we load
the exporter into our normal orgmode configuration?
I suspect from reading that a merge will be difficult that we must use
this outside our standard environment, but just wanted to be sure
Thanks,
r
___
Hi everyone,
does anyone have by chance a working example of the
org-export-html-preamble, introduced on February, 10?
Up to now I used
:preamble "my preamble"
Now I'm lost in not knowing lisp enough.
Thank you very much for you
On 28.02.2011 17:35, Nick Dokos wrote:
Robert Klein wrote:
Hi everyone,
does anyone have by chance a working example of the
org-export-html-preamble, introduced on February, 10?
Up to now I used
:preamble "my preamble"
Now I'm lost in not knowing lisp enough.
Thank yo
environment: very
powerful, but simple to get started in. I personally see no reason at
all to hide any of that power, since as far as I'm concerned it simply
doesn't get in the way, and implementing such hiding would be a waste of
effort.
Regards
Robert
> So I am not sure what 64 bit systems do now or in the future, but
> it seems that we need to live with a restriction for now.
> Maybe this should be documented somewhere.
>
> - Carsten
Most 64-bit systems use a 64-bit int. All of the 64-bit Linux systems
that I've used use a signed 64-bit int
I have the following in my org file:
#+CAPTION: Sample (partial) plan graph.
#+LABEL: fig:sampleGraph
#+ATTR_LaTeX: width=.9\textwidth
[[plan-with-tc-start.pdf]]
which I believe should give me a figure. However, when I run this
through the latex export I get the following instead:
\hyperref[pla
X-TagToolbar-Keys: D20110315084847273
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I have the following in my org file:
>>
>> #+CAPTION: Sample (partial
On 3/17/11 Mar 17 -4:35 AM, Bastien wrote:
> Hi Nick,
>
> Nick Dokos writes:
>
>> I didn't look very hard, but I didn't find documentation on these.
>
> If Robert or you can provide a documentation patch for this, it would
> be nice. It's not (only) l
I would like to do the opposite of literate programming (hence the
subject line!):
I would like to pull into my org file snippets from a code file. I know
that org-mode will let me import /entire/ source code files. Is there
some way to say "Import the region of this file between these two
delim
On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I would like to do the opposite of literate programming (hence the
>> subject line!):
>>
>> I would like to pull into my org file snippets from a code file. I know
>> that org-mode wil
g subscribed to the list
(this post being an example :) )
Robert
ck-in/clock-out pairs in order, so I can see any gaps or overlaps.
Ideally with the relevant task title as well, to speed up fixing the mistake
I can't believe I'm the only person to have wanted this, but I can't see an
obvious way to get it.
Is there a way to get this?
Robert
e I logged I want to
check that (after I have manually edited one or more CLOCK lines) I
haven't missed some time or "double-logged" any.
And I can't see how to get that information.
Robert.
--
Robert Inder, 0131 229 1052 / 07808 492 213
I
|
> | l | Enable display of clock details |
Oh! YES!
That's just what I wanted. Only better!
It needs to be documented, though...
Robert.
On 19 April 2011 18:12, Bernt Hansen wrote:
>
> Hi Robert,
>
> From section 10.5 of the org-mode manual
>
> --8<---cut here---start->8---
> `v l or short l (`org-agenda-log-mode')'
> Toggle Logbook mode. I
This is a feature that I was just looking for, and I'm pretty excited
about it.
However, I find that providing this new facility leads me to look for
another one: relativizing links.
It seems like when I include another file, the links in that other file
get messed up. In particular, I have fig
On 4/21/11 Apr 21 -3:56 PM, Eric Schulte wrote:
> Patch appears to be missing, could you resend?
Hope this will go through better
LMK if you don't get it.
>
> Thanks -- Eric
>
> "Robert P. Goldman" writes:
>
>> There was a bug in an example of argum
I was trying to make an index in latex export and found that it was very
difficult to make it work. I wonder if this could be simplified.
Here's what I had to do:
1. put \makeindex and \usepackage{makeidx} in latex export header [no
big deal]
2. put in \index commands (I don't /believe/ #+INDEX
On 4/26/11 Apr 26 -4:26 PM, Suvayu Ali wrote:
> On Tue, 26 Apr 2011 16:09:22 -0500
> Robert Goldman wrote:
>
>> The REAL big deal: edit my texmf.cf file to break the security
>> protection of openout_any=p. By default, makeindex will refuse to
>> open an absolute p
On 4/26/11 Apr 26 -4:52 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> I was trying to make an index in latex export and found that it was very
>> difficult to make it work. I wonder if this could be simplified.
>> Here's what I had to do:
>>
>
On 4/26/11 Apr 26 -6:14 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>>>> 2. put in \index commands (I don't /believe/ #+INDEX works, but I could
>>>> be wrong)
>>
>> Am I right about #+INDEX not being translated in the latex back end (it
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
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
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
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 inc
The document http://orgmode.org/worg/org-tutorials/org-latex-export.html
claims
"The Org-mode LaTeX exporter uses several packages to support special
characters used by org-entities. One of these, amsmath, conflicts with
several LaTeX fonts. If you want finer control over which packages are
loaded
On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote:
> Aloha Robert,
>
> Yep. It should be "One of these, amssymb, requires amsmath, which
> conflicts with several LaTeX fonts."
I don't /believe/ amssymb requires amsmath. I have been working on a
document where I want
On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote:
>>> Aloha Robert,
>>>
>>> Yep. It should be "One of these, amssymb, requires amsmath, which
>>> conflicts with
Drat. This patch isn't quite right; it mis-handles typeface
specifications. E.g.
#+index: =Class=
generates an index entry for =Class= instead of an entry for "Class" set
in monospace font.
Maybe someone who understands the intricacies of exporting can figure
out a fix. The problem is likely
I have this header in my org-mode file:
Documentation <>
it gets translated into the following, which formats poorly:
\item Documentation \label{documentationPseudoProp}documentationPseudoProp\\
Any idea why this would happen? Seems like a bona fide bug, but perhaps
I'm just doing somethi
On 4/30/11 Apr 30 -5:14 PM, Eric S Fraga wrote:
> Robert Goldman writes:
>
>> On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote:
>
> [...]
>
>>> amsmath conflicts with wasysym (redefines \iint), so you have to
>>> redefine your headers to omit wasysym or inclu
On 4/29/11 Apr 29 -4:07 PM, Robert Goldman wrote:
> I have this header in my org-mode file:
>
> Documentation <>
>
> it gets translated into the following, which formats poorly:
>
> \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\
&
links should be resolved at *include* time, rather than later.
I am pretty sure that this is the same problem John Tait alludes to,
with some more details.
Best,
Robert
Here's the problem: when org-babel goes to look for parameters when executing
a source block, it looks for them in the parent source file, and not in the
parent source file with the included materials. Here is the function that goes
awry:
(defmacro org-babel-exp-in-export-file (lang &rest bo
Looking over this some more, I see that the challenge is to:
1. read the file parameters (whatever they are) from the original file
(hence opening the file from the link) and
2. read the header parameters from the export buffer, since the header
may not actually be contained in the original fil
On 5/4/11 May 4 -3:03 AM, Carsten Dominik wrote:
> Hi Robert,
>
> I am rejecting this part of the patch for now. More thinking is needed here,
> also about special characters etc. No sure yet what the right course will be,
> but this is much too limited.
Carsten,
I don't
ewrite the index entry as the empty string
)
Hope that helps,
Robert
I have a document that has big chunks of included source code.
Unfortunately, when this is typeset in LaTeX, it typically blows past
the right margin. I find it quite difficult to determine how many
characters I get in a monospace line in LaTeX, and it seems like LaTeX
won't give me enough to fit
On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote:
> Aloha Robert,
>
> Have a look at the listings and minted packages. You can specify font
> size on a per-document or per-language basis. I believe listings has an
> option to wrap long lines (don't remember this for minted
On 5/4/11 May 4 -4:44 PM, Nick Dokos wrote:
> Tom provides the practical answers, I go for the frivolous ones :-) : the
> following
> latex program will give you the text width of the page:
>
> --8<---cut here---start->8---
> \documentclass{article}
>
> \begi
On 5/4/11 May 4 -5:23 PM, Thomas S. Dye wrote:
>
> On May 4, 2011, at 11:59 AM, Robert Goldman wrote:
>
>> On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote:
>>> Aloha Robert,
>>>
>>> Have a look at the listings and minted packages. You can specify font
On 5/4/11 May 4 -5:36 PM, Carsten Dominik wrote:
>
> On 4.5.2011, at 17:08, Robert Goldman wrote:
>
>> On 5/4/11 May 4 -2:59 AM, Carsten Dominik wrote:
>>> Patch 767 (http://patchwork.newartisans.com/patch/767/) is now "Accepted".
>>>
>>>
On 5/4/11 May 4 -6:10 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> On 5/4/11 May 4 -4:44 PM, Nick Dokos wrote:
>> So what I need now is some way to fix the verbatim environments that are
>> produced by org-mode to use a smaller font. I.e., instead of trying t
dual words, but how do I apply that kind of formatting to a span
of text?
(I'm CSS-ignorant, so please use small words and talk slowly)
Thanks
Robert
Jambunathan K writes:
> Robert Pluim writes:
>
>> (I thought this would be a FAQ, but I can't find anything similar)
>>
>> Hi,
>>
>> I'm exporting from org to html, which is working well. Since my final
>> target is MSWord, I'd like t
Jambunathan K writes:
> Robert Pluim writes:
>
>> Jambunathan K writes:
>>
>>> Robert Pluim writes:
>>>
>>>> (I thought this would be a FAQ, but I can't find anything similar)
>>>>
>>>> Hi,
>>>>
>>
On 5/5/11 May 5 -11:56 AM, Eric Schulte wrote:
> Robert Goldman writes:
>
>> Looking over this some more, I see that the challenge is to:
>>
>> 1. read the file parameters (whatever they are) from the original file
>> (hence opening the file from the link)
On 5/5/11 May 5 -4:27 PM, Eric Schulte wrote:
>>>
>>> I'm not sure that the current behavior is a bug. Is it reasonable to
>>> place code block parameters into an included file? These parameters
>>> would not be successfully found during interactive evaluation, and could
>>> only plausibly be use
AFAICT there is an off-by-one-error here. I.e., if I tell it that the
:minlevel is 2, then my included level one headers get level 3, and if I
tell it that the :minlevel is 1, then they get level 2.
So it seems like :minlevel is actually being interpreted as a level
*increment*, rather than a min
I just included a file that had a footnotes header, and the footnotes
header appeared in the main text as a separate region, rather than
correctly being interpreted as footnotes.
I guess I'm not /terribly/ surprised this fails, but it does suggest the
need for some link rewriting on import, or the
On 5/5/11 May 5 -6:03 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> AFAICT there is an off-by-one-error here. I.e., if I tell it that the
>> :minlevel is 2, then my included level one headers get level 3, and if I
>> tell it that the :minlevel is 1, then they get
There is the following code block there:
#+begin_src emacs-lisp :results silent
(add-to-list 'org-export-latex-classes
'("per-file-class"
"\\documentclass{scrartcl}
[NO-DEFAULT-PACKAGES]
[EXTRA]"
("\\section{%s}" . "\\section*{%s}")
On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> There is the following code block there:
>>
>> #+begin_src emacs-lisp :results silent
>> (add-to-list 'org-export-latex-classes
>> '("per-fi
On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote:
> Robert Goldman wrote:
>
>> On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote:
>>> Robert Goldman wrote:
>>>
>>>> There is the following code block there:
>>>>
>>>> #+begin_src emacs-
On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote:
> Robert Goldman writes:
>
>> On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote:
>>> Robert Goldman wrote:
>>>
>>>> On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote:
>>>>> Robert Goldman wr
Using mydisk.se, when I try to sync I get an SSL error --- not trusted
server certificate.
Interestingly, neither FF nor Google Chrome on my laptop have any issue
with this server. And my iPod Touch's copy of Mobile Org is happy with
mydisk.se, too.
Unfortunately, MobileOrg does not offer any op
On 5/10/11 May 10 -12:34 PM, Matthew Jones wrote:
> Hi Robert... I'm the developer for MobileOrg on Android, we have a known
> issue with self-signed certificates. What version of MobileOrg are you
> using? If you visit the site in the Android browser do you get a
> certifi
101 - 200 of 919 matches
Mail list logo