[O] [Babel][R] Non-ascii characters in R plots

2012-08-19 Thread Christian Moe
Hi, When I the following example source block in Org I get a plot in which the non-ascii characters are replaced by double dots (namely, the degree sign in `degrees C' and the `Å' in `År', Norwegian for `Year'). #+begin_src R :results graphics :file ~/Desktop/testplot-with-Babel.png :width

Re: [O] [Babel][R] Non-ascii characters in R plots

2012-08-20 Thread Christian Moe
On 8/20/12 1:44 AM, Eric Schulte wrote: When I the following example source block in Org I get a plot in which the non-ascii characters are replaced by double dots (namely, the degree sign in `degrees C' and the `Å' in `År', Norwegian for `Year'). #+begin_src R :results graphics :file

Re: [O] Export citation with Org-cite

2012-08-24 Thread Christian Moe
, and tell me what bibtex package you're using. The bibtex and the resulting ODT might also be useful. I'm in the middle of other work, so bugfixes could take days or weeks. Yours, Christian Moe On 8/23/12 12:47 PM, Benoit Benoit wrote: Good morning everyone, I am a new org-mode user and I

[Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-11 Thread Christian Moe
formatted as =\texttt{descr}=. I see that org-export-as-html and org-export-as-docbook look up org-link-protocols to get the function for formatting the link, but it seems that org-export-as-latex doesn't. Yours, Christian Moe ___ Emacs-orgmode mailing

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Hi, This patch (below and attached) seems to fix it. I've put the code at the end of org-export-latex-links, which seems to be the right place (it doesn't parallel the organization in the html exporter though). Please check my work! I'm new to Lisp, and used git for the first time today.

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Hi, this looks pretty good! I just made a let binding for you local fnc variable and replaced org-solidify-link-text with org-link-unescape. Thanks! I just copied those over from the html exporter without thinking much. Yours, Christian ___

Re: [Orgmode] Newbie: Custom link type formatting in LaTeX export?

2010-05-12 Thread Christian Moe
Correction - I just wrote: I just copied those over from the html exporter without thinking much. - that wasn't true for org-solifidy-link-text, of course. Just in case you started wondering if something was wrong with the html exporter. Thanks for patching. Christian

Re: [Orgmode] org-entities-user

2010-05-20 Thread Christian Moe
while typing the hex code, e.g. `211d' for R. On the Mac, open the Character Palette and jump to Letterlike Symbols. In Emacs, you can select the Unicode input method with `C-x RET C-\ ucs RET' Then typing U followed by the hex code, `U211d', will get you the double-struck R. Christian Moe

[Orgmode] Verbatim LaTeX inside delimiters in HTML export with jsMath?

2010-06-17 Thread Christian Moe
Hi, To display LaTeX math in Org html export with lovely jsMath, it must be exported verbatim with #+OPTIONS: ^:nil TeX:nil so one cannot use lazy superscripts/subscripts or Org entities in the rest of the text. Is there a simple way to turn these options on, but protect LaTeX where it

Re: [Orgmode] Verbatim LaTeX inside delimiters in HTML export with jsMath?

2010-06-18 Thread Christian Moe
} a=b \end{equation} be handled? - Carsten On Jun 17, 2010, at 9:23 AM, Christian Moe wrote: Hi, To display LaTeX math in Org html export with lovely jsMath, it must be exported verbatim with #+OPTIONS: ^:nil TeX:nil so one cannot use lazy superscripts/subscripts or Org entities

Re: [Orgmode] Verbatim LaTeX inside delimiters in HTML export with jsMath?

2010-07-01 Thread Christian Moe
to this issue. I am attaching a patch, please apply it to your setup and then try #+OPTIONS: ^:t TeX:t LaTeX:verbatim if that works, can I then ask you to update http://orgmode.org/worg/org-tutorials/org-jsmath.php ? Thanks! - Carsten On Jun 18, 2010, at 12:58 PM, Christian Moe wrote: Hi

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-07-01 Thread Christian Moe
to know I won't be causing any mischief with the SRC blocks in my humble HOWTO note files. Yours, Christian Moe Eric Schulte wrote: Hi, Pursuant to the below, I've created a new babel-safety branch of the repository. It includes two new commits, the first of which implements confirmation

Re: [Orgmode] Verbatim LaTeX inside delimiters in HTML export with jsMath?

2010-07-01 Thread Christian Moe
Hi, The Worg page on jsMath now documents the new =LaTeX:verbatim= option: http://orgmode.org/worg/org-tutorials/org-jsmath.php#sec-4 I added a new heading for this, as it no longer belongs under disadvantages. :) Yours, Christian Moe ___ Emacs

Re: [Orgmode] Verbatim export

2010-07-08 Thread Christian Moe
work. BR, Vincent. ___ 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 -- Christian Moe E-mail: m...@christianmoe.com Website: http

[Orgmode] Bug: org-timer-start with offset [6.36trans]

2010-07-16 Thread Christian Moe
-blocks nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com -- Christian Moe E-mail: m...@christianmoe.com Website: http

Re: [Orgmode] [PATCH] Use correct variable when calculating `org-timer-start-time'

2010-07-17 Thread Christian Moe
(format-time-string %T org-timer-start-time) -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Bug: org-timer-start with offset [6.36trans]

2010-07-17 Thread Christian Moe
Solved by David Maus's patch. Thanks, Christian ___ 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

Re: [Orgmode] Org-mode release 7.01

2010-07-19 Thread Christian Moe
Congratulations and thanks for this amazing software. Yours, Christian Moe Carsten Dominik wrote: Hi everyone, I have just released version 7.01 of Org mode. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
Hi, - this would be extensible, e.g. [background[yellow] highlighted text] could export to the following html span style=background:yellow;highlighted text/span - this would avoid {}s - this would look more org-like than the pure latex solution the only issue with the above is

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
Hi, Eric, Thanks for trying this out -- I should have taken the trouble to write out sample code myself. Just for completeness I'm adding an example of a color handler which can be added to a users config to enable colorization of exported text to html and latex. --8---cut

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
I wrote (against my own suggestion): A drawback with using links for markup is that the user sees things that look like links, but do nothing when clicked, except give error messages. David Maus wrote: It's not just a drawback but a more fundamental problem: This solution abolishes the

Re: [Orgmode] row and col spaning in table?

2010-08-18 Thread Christian Moe
Giovanni Ridolfi wrote: David Hajage dhaj...@gmail.com writes: and I was wondering if row and col spaning was possible? Currently not. But, if this is your case, you should use the table.el package. Yes. Still, I'd tentatively suggest adding a feature to span Org-table cells across rows

Re: [Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Christian Moe
Carsten Dominik wrote: 2. Some existing documents will break because we now need an end-of-list that is clearly defined, and not by indentation. Nicolas proposes a double empty line or some special string to be defined. Breaking existing documents is always bad, of cause. I still

Re: [Orgmode] Request for opinions: [ANN] List improvement v.2o

2010-08-18 Thread Christian Moe
Oops. Sorry. CM Nicolas Goaziou wrote: Hello, Christian Moe writes: Ending lists by indentation most closely resembles how one would end a list in ordinary typed prose (with a single blank line before a following paragraph, not two, certainly not with an end-of-list symbol). Just

Re: [Orgmode] row and col spaning in table?

2010-08-20 Thread Christian Moe
Carsten Dominik wrote: On Aug 18, 2010, at 9:32 AM, Christian Moe wrote: (...) I'd tentatively suggest adding a feature to span Org-table cells across rows and columns -- on *export* only. (Sorry if this has been thought of before.) (...) Hi Christian, I am willing to offer a hook

Re: [Orgmode] Error using Calc time format in table

2010-08-21 Thread Christian Moe
in an infinite loop, I just get #ERROR messages. Yours, CM Christian Moe wrote: Hi, When I use Calc time format in the spreadsheet, it fails to deal with hours. (Using 7.01trans, pulled today.) E.g. this simple sum gives an error: | 1@ 23' 45 | | 1@ 14' 45 | || | #ERROR

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Christian Moe
___ 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 -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-02 Thread Christian Moe
://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-02 Thread Christian Moe
On 9/2/10 9:45 PM, David Maus wrote: Well... Providing an Elisp interface to Zotero is on my Someday, Maybe list and at least there is a successful attempt to talk to Zotero using MozRepl[1] (after I've discovered that Zotero's SOAP interface was abandoned). So much for the sleepless nights I

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-03 Thread Christian Moe
Hi, I'm in the same situation, eager to do humanities in plain text. (One possibility is reStructuredText, with an elegant syntax and an excellent ODF exporter. But I love the Swiss-army-knife-ness of Org.) Just wondering two things: 1. Have you tried out Org HTML MS Word or OpenOffice,

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-05 Thread Christian Moe
On 9/3/10 10:55 PM, Matt Price wrote: export Zotero to slightly tweaked http://github.com/commonman/zotero-bibtex-sb BibTeX, and insert with RefTeX's amazingly cool reference-insertion interface (another genius piece of work by Carsten). i'm getting nearly convinced to go this

Re: [Orgmode] questions about table mode and spreadsheets

2010-09-06 Thread Christian Moe
Thanks, -I.S. ___ 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 -- Christian Moe E-mail: m...@christianmoe.com Website: http

Re: [Orgmode] questions about table mode and spreadsheets

2010-09-07 Thread Christian Moe
, CM On Tue, Sep 07, 2010 at 12:44:03AM +0200, Christian Moe wrote: On 9/6/10 3:38 PM, Inquisitive Scientist wrote: 2. How do I compute the sum of a column only if a corresponding row matches some condition? For example, how do I compute the sum of numbers in column a for which the name

Re: [Orgmode] image alt text for HTML export

2010-09-14 Thread Christian Moe
@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Query: Nested sort in table?

2010-09-14 Thread Christian Moe
Hi, Is there a technique or strategy to get nested sorts in Org tables, i. e. sorting first by column B, then by column A, ...? e.g. a list of publications sorted by title: | Author| Year | Title| Type| |---+--+--+-| | Smith, J. | 2006

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Christian Moe
`Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All

Re: [Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Christian Moe
to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Bug: subtree export fails with src block

2010-09-23 Thread Christian Moe
Hi, Selecting a subtree only, export to html fails if the subtree contains a src block. Using 7.01trans, freshly pulled, on Emacs 23. Example file: test2.org --- * Heading 1 Text * Heading 2 Text #+begin_src emacs-lisp (message Something funny with export)

Re: [Orgmode] Re: Bug: subtree export fails with src block

2010-09-23 Thread Christian Moe
-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 -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing

Re: [Orgmode] Re: latex export problem

2010-10-01 Thread Christian Moe
On 10/1/10 9:40 AM, Jörg Hagmann wrote: org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-09 And mine is - this morning's pull - GNU Emacs 23.2.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-09-03 CM

Re: [Orgmode] arranging and publishing music with Org-mode and lilypond

2010-10-05 Thread Christian Moe
Hi, I've only used Lilypond for play, but I'd appreciate a Babel module for Lilypond, if someone writes one. My use case, for which I think Org is perfect, is maintaining simple song collections: short scores interspersed with lyrics, printable as a booklet. It is doable now but could

Re: [Orgmode] Re: arranging and publishing music with Org-mode and lilypond

2010-10-06 Thread Christian Moe
On 10/5/10 10:38 PM, Shelagh Manton wrote: I have had an ob-LilyPond on my list of things to do for quite a while now. If I have the next few days off, I will seriously look into it. But post integration with LilyPond-book is probably more than I would be able to handle in the short term.

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Christian Moe
What's an inline todo? Just curious, Christian Eric S. Fraga wrote: - todo items, including in-line todos [1]. (...) Footnotes: [1] If I have one niggle to report it is that indenting text after an in-line todo doesn't seem to work properly: it indents any subsequent paragraphs

Re: [Orgmode] centering text in html

2010-10-11 Thread Christian Moe
://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

Re: [Orgmode] centering text in html

2010-10-12 Thread Christian Moe
Hi again, Vinh, More to the point, why don't you just use #+BEGIN_CENTER { [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] } #+END_CENTER See info:org:Paragraphs. Cheers, CM On 10/11/10 7:02 PM, Christian Moe wrote: Hi, Of the two non-working examples, one is due

Re: [Orgmode] centering text in html

2010-10-12 Thread Christian Moe
On a similar note, I searched for right on the manual but did not see anything for right aligned. Just to confirm, there isn't a #BEGIN_RIGHT feature right? Not that I know of, but Org-mode contains multitudes... CM ___ Emacs-orgmode mailing

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-20 Thread Christian Moe
On 10/20/10 7:16 PM, Bernt Hansen wrote: Jeff Hornjrhorn...@gmail.com writes: Is there a way to specify a particular column in org-mode that will be exported right-aligned in HTML? | A | B | C | | 1 | 2 | 3 | For the table above, I would like column C right aligned when I export to HTML,

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-21 Thread Christian Moe
On 10/21/10 2:25 AM, Sebastian Rose wrote: (...) |l |l |r | | A | B | C | | 1 | 2 | 3 | | 12 | 13 | 300 | | 9 | 11 | 4 | I get colgroupcol align=left /col align=left /col align=right / /colgroup as expected. That's interesting. From the same example I get

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-24 Thread Christian Moe
easier to implement the feature on top of existing code. Yours, Christian Moe ___ 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

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Christian Moe
On 10/25/10 6:36 AM, Baoqiu Cui wrote: I am wondering if there is any special reason to use class instead of align. If not, can we change the elisp code to use align? I believe the align attribute is slated for obsoletion in HTML5, on the grounds that it's better handled by CSS.

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Christian Moe
On 10/25/10 11:08 AM, Carsten Dominik wrote: On Oct 25, 2010, at 10:51 AM, Christian Moe wrote: On 10/25/10 6:36 AM, Baoqiu Cui wrote: I am wondering if there is any special reason to use class instead of align. If not, can we change the elisp code to use align? I believe the align

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Christian Moe
Actually, I have one more question: The exporter does now (in addition to setting classes for individual fields) colgroupcol align=left /col align=right /col align=center / Should this be classes instead of align attributes as well? Thanks! - Carsten Maybe someone with a browser where

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Christian Moe
[Veering off-topic, just to round off a discussion] On 10/25/10 4:55 PM, Sebastian Rose wrote: How refer to all right-aligned `td' elements in a certain tables without some special attribute anyway. Fair point. (In an ideal world, as long as the whole column is right-aligned it should be

Re: [Orgmode] no line break after subheading?

2010-10-27 Thread Christian Moe
Hi, Matt, Here's a dirty CSS workaround (I seem to be posting a lot of those lately) that should actually make this look more or less as you want it in HTML. #+TITLE: Test #+STYLE: style.timeline div * {display: inline;}/style * Timeline :PROPERTIES: :HTML_CONTAINER_CLASS: timeline

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread Christian Moe
If you want to sort table columns manually (usually that's quick and easy), forget rectangle editing: M-left and M-right are your friends. Cheers, Christian On 11/1/10 2:52 PM, Jeff Horn wrote: From the manual: [1] , | C-c C-x M-w | Copy a rectangular region from a table to a special

Re: [Orgmode] abstract in exported latex and html

2010-11-01 Thread Christian Moe
Use org-special-blocks On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have it interpreted differently

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-01 Thread Christian Moe
Re: converting SVG 1. Prince (http://www.princexml.com) does SVG to PDF as vector graphics from the command line, very nicely. Too bad it's proprietary. e.g. : prince drawing.svg drawing.pdf 2. Ask Inkscape -- it's free software; unfortunately, the result is rasterized. e.g. : inkscape

Re: [Orgmode] abstract in exported latex and html

2010-11-02 Thread Christian Moe
Dominik wrote: This is great and should be in the FAQ or another good place on Worg. Thanks! - Carsten On Nov 1, 2010, at 10:47 PM, Christian Moe wrote: Use org-special-blocks On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Christian Moe
Hi, the librsvg man page says PNG and JPEG raster formats only. CM On 11/2/10 11:40 AM, Rainer M Krug wrote: On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe m...@christianmoe.com mailto:m...@christianmoe.com wrote: Re: converting SVG Have you looked at rsvg (http

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Christian Moe
? HTH, Nick -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ 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] [BUG] Latex export fails to include drawers

2010-11-03 Thread Christian Moe
The Latex exporter seems to fail to include drawers when asked to. The HTML exporter, however, includes them as expected (as verbatim example). I've looked at org-exp.el to try to understand why, but I don't. I'm using 7.02trans on GNU Emacs 23.2.1. Minimal example:

Re: [Orgmode] org text color highlights fails

2010-11-04 Thread Christian Moe
Hi, You are not doing anything wrong. The below solution only changes color in exported text (HTML, Latex). It doesn't put different faces on different link types in the Org buffer. So it's not a great help in editing. Yours, Christian Moe On 11/4/10 4:13 PM, Marvin Doyley wrote: Hi

Re: [Orgmode] Re: value of properties

2010-11-10 Thread Christian Moe
@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] org-mode and htmlslidy

2010-11-11 Thread Christian Moe
On 11/11/10 1:48 PM, Dov Grobgeld wrote: * org-s5 - No support for pages overflowing, e.g. when showing a long slides I would like to scroll You can toggle s5 between slide view and ordinary web page view in the midst of a presentation. This also helps the audience realize that

Re: [Orgmode] Re: value of properties

2010-11-11 Thread Christian Moe
Hi again, On second thought, I think you want to forget the solution I posted earlier today to your first problem. The sensible Org way to do it would be: - using headings with TODOs, not list items with checkboxes (as in my earlier example) - putting the numbers in a property, not the

Re: [Orgmode] How to distinguish timestamps in CSS?

2010-11-14 Thread Christian Moe
Hi, Only partly. On 11/14/10 12:24 AM, Sébastien Vauban wrote: Hello, A quick (but not easy?) question about the Org publish to HTML and CSS: I would like to make the 3 different timestamps stand out with different backgrounds. Is it possible with CSS? I have the impression that it

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-15 Thread Christian Moe
Hi, Carsten, You mean ... there's a life /after/ plain text, too? I can only join in the chorus of gratitude for the amazingly helpful Org environment and for your truly outstanding support. And best of luck to Bastien! Yours, Christian On 11/15/10 12:51 PM, Carsten Dominik wrote: Dear

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread Christian Moe
Hi, Samuel Wales wrote: So I guess I'd like to know if: 1) anybody has a /hook in the exporter/ to unfill paragraphs, or This is what I've come up with for posting comments on WordPress blogs, without p tags and linebreaks. It can probably be written more elegantly, but it does what I

[Orgmode] Add a hook with #+BIND?

2010-11-17 Thread Christian Moe
Hi, Can I use #+BIND to add an exporter hook for the current document? For instance, I have a function to postprocess HTML exports for blog posts. I could turn it on for all HTML exports with : (org-add-hook 'org-export-html-final-hook 'my-org-postprocess-blog-post) But that's not what I

Re: [Orgmode] [Babel] Need for an extra literal block construct

2010-11-19 Thread Christian Moe
Along this (still open -- at least, I hope so) discussion, I have a request for a new literal block. Currently, when looking at http://orgmode.org/manual/Literal-examples.html, we see we only have two environments that keep line breaks as they are in the Org buffer, that is SRC and EXAMPLE,

Re: [Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-19 Thread Christian Moe
Hi, Perhaps I misunderstood what you're after. As I now understand it, you want line breaks preserved and you don't want anything interpreted, you want verbatim text. Why doesn't EXAMPLE meet your needs? Yours, Christian On 11/19/10 9:12 PM, Sébastien Vauban wrote: Hi Christian, Christian

[Orgmode] Bug: M-return on list items in quote blocks

2010-12-02 Thread Christian Moe
Hi, Within quote blocks, M-return on a list item does not insert a new list item, as expected, but a heading at the same level as the previous heading. Example: - * A heading Pressing M-return in the following list inserts a new list item. - Item A - Item B Pressing M-return in

Re: [Orgmode] Pass ahref in ATTR_HTML?

2010-12-06 Thread Christian Moe
Try this (sans line wrap): #+CAPTION: Image obtained via FFound and Tumblr. Access it @a href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'here@/a #+ATTR_HTML: alt=windmill sans haircut title=From tumblr class=bordered [[./img/out-1.jpg]] The secret's in the @'s.

Re: [Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread 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/14/10 12:32 PM, Rainer Stengele wrote: Am 14.12.2010 11:29,

Re: [Orgmode] Embedding the style when exporting to HTML

2010-12-14 Thread Christian Moe
___ 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 -- Christian Moe E-mail: m...@christianmoe.com Website: http://christianmoe.com

[OT: rST] was Re: [Orgmode] Re: Using org-mode to write an academic curriculum vitae (CV)

2010-12-17 Thread Christian Moe
On 12/16/10 11:41 PM, Jeff Horn wrote: RST probably uses a source to HTML to PDF workflow. So, this seems feasible enough. Bit off-topic, but AFAIK, to produce PDFs rST/docutils generally goes through LaTeX, not HTML. There's also a third-party tool using reportlab to write a PDF directly

[Orgmode] [PATCH] Run a hook when relative timer is continued

2010-12-18 Thread Christian Moe
.) @@ -128,6 +131,7 @@ With prefix arg STOP, stop it entirely. (org-float-time org-timer-start-time org-timer-pause-time nil) (org-timer-set-mode-line 'on) + (run-hooks 'org-timer-continue-hook) (message Timer continues at %s (org-timer-value-string))) (t ;; pause timer -- Christian Moe E-mail: m

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-18 Thread Christian Moe
Hi, This sounds interesting! I'd like to try it out, but haven't quite got it to work yet. When I turn on MozRepl in Firefox, turn on org-zotero-mode in Emacs, and try `C-c z i', I get this error message: make client process failed: Connection refused, :name, MozRepl, :buffer, *MozRepl*,

Re: [Orgmode] Embedding the style when exporting to HTML

2010-12-19 Thread Christian Moe
On 12/14/10 10:05 PM, Francesco Pizzolante wrote: Hi Christian, The following would make the exported HTML link to an external stylesheet. #+STYLE:link rel=stylesheet type=text/css href=my_style.css/ But that 's not what you're after? You want the stylesheet to be /outside/ (linked from)

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-19 Thread Christian Moe
/CM/Library/Application%20Support/Firefox/Profiles/default.pq0/mozrepl.tmp.js:1 name: TypeError repl repl !!! TypeError: data is null -end excerpt- On 12/18/10 11:22 PM, Erik Hetzner wrote: Hi Christian, Many thanks for the feedback! At Sat, 18 Dec 2010 19:59:58 +0100, Christian Moe

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-20 Thread Christian Moe
On 12/20/10 12:52 AM, Erik Hetzner wrote: At Sun, 19 Dec 2010 12:27:32 +0100, Christian Moe wrote: I can insert a Zotero link with `C-c z i', but it's very touch and go -- sometimes it's inserted, sometimes nothing happens, most of the time I don't get a description part, and `C-c z u' doesn't

Re: [Orgmode] Re: export html - doc

2010-12-20 Thread Christian Moe
On 12/20/10 10:54 AM, Holger Wenzel wrote: Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote ((php . ?php echo \?xml version=\\\1.1\\\ encoding=\\\%s\\\ ?\; ?))) Maybe that works for a publishing setup? It doesn't for ordinary

Re: [Orgmode] Re: export html - doc

2010-12-21 Thread Christian Moe
On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I go about asking for utf-8? With the same setup I still get utf-8. Though the XML

Re: [Orgmode] Re: export html - doc

2010-12-21 Thread Christian Moe
On 12/21/10 9:21 AM, Eric Abrahamsen wrote: On Tue, Dec 21 2010, Christian Moe wrote: On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do

Re: [Orgmode] Mathjax and stmaryrd

2010-12-26 Thread Christian Moe
On 12/26/10 6:52 PM, Stefano Sabatini wrote: Hi, I'm editing an org file, and I need to use stmaryrd package for the embedded mathematics. So I'm setting this: #+LATEX_HEADER: \usepackage{stmaryrd} #+LATEX_HEADER: \usepackage{amsmath} which works just fine for the PDF/LaTeX rendering, but

Re: [Orgmode] org-add-link-type

2010-12-26 Thread Christian Moe
Hi, Thomas, Try it with if rather than when. Yours, Christian On 12/27/10 1:29 AM, Thomas S. Dye wrote: Aloha all, Sorry in advance for coming to the list with a beginner type question, but I'm stumped. I'm trying to use the extended link syntax to export citations to LaTeX. If the link

Re: [Orgmode] org-add-link-type

2010-12-27 Thread Christian Moe
On Dec 26, 2010, at 8:10 PM, Christian Moe wrote: Hi, Thomas, Try it with if rather than when. Yours, Christian On 12/27/10 1:29 AM, Thomas S. Dye wrote: Aloha all, Sorry in advance for coming to the list with a beginner type question, but I'm stumped. I'm trying to use the extended link

[Orgmode] Unintended behavior? Links without description

2010-12-28 Thread Christian Moe
Hi, In pre-processing for export, links that lack a description part are given one, which consists of the full raw path of the link. In other words, link descriptions are never nil. This seems to conflict with the expectations of org-bbdb.el and custom links based on that example. The link

[Orgmode] Unintended behavior? Links without description

2010-12-28 Thread Christian Moe
(sorry -- hit send too early by mistake in the previous mail) Hi, In pre-processing for export with org-export-normalize-links, links that lack a description part are given one, which consists of the full raw path of the link. In other words, link descriptions are never nil. This seems to

Re: [Orgmode] org-special-blocks.el is now part of the core

2011-01-03 Thread Christian Moe
Great! Special blocks is a really helpful contribution. Yours, Christian On 1/3/11 8:21 PM, Bastien wrote: Hi all, Carsten received the completed FSF assignment of Chris Gray, author of org-special-blocks.el. I just moved this contrib from contrib/lisp/ into the core (lisp/), it will be part

Re: [Orgmode] :cache documentation patch

2011-01-05 Thread Christian Moe
Hi, Eric, Does this process produce the same output as the one described here: http://orgmode.org/worg/org-contribute.html#sec-3 Or is this a better way, and should the worg documentation be updated? I don't understand git, and depend on documentation to help me do the right thing. Yours,

Re: [Orgmode] Using noweb with org-mode source

2011-01-05 Thread Christian Moe
Hi, Eric, Thanks, it's working now. I had tried :results raw before, and perhaps replace too. I had dropped them again, because it still didn't work. Why not was forehead-slappingly obvious after a good night's sleep... Hi, Phil, In addition to what Eric writes below (:results replace

[Orgmode] Property inheritance in Org-collector

2011-01-08 Thread Christian Moe
Hi, I'm trying to use an Org document as the database for a textbook analysis and Org-collector.el to output reports. With org-use-property-inheritance set to `t', and working in sparse trees, I fail to get inherited properties to show up in the dynamic block: the value returned is 0. Is

Re: [Orgmode] Doors links

2011-01-14 Thread Christian Moe
Hi, Try these: [[info:org:Link abbreviations]] [[info:org:Adding%20hyperlink%20types][info:org:Adding hyperlink types]] Yours, Christian On 1/14/11 10:27 PM, Vincent Belaïche wrote: Hello, I use Org also at my job to write some short reports. These reports may contains URLs to Doors

[Orgmode] Babel trouble: column names, arguments, and R dataframes

2011-01-21 Thread Christian Moe
Hi, I'm having odd troubles with reading tables into R as dataframes with named vectors. Unfortunately I have difficulties pinning down a consistent problematic behavior. But one weird example follows below: I have two tables, data1 and data2. The first test reads data1 in as a dataframe

Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-03 Thread Christian Moe
Hi, Does setting the subtree's :EXPORT_DATE: property to the date of the meeting do what you're looking for? Yours, Christian Steinar Bang writes: Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN Org version: Org-mode version 7.9.3f

Re: [O] [bug?, ox-odt] Format DATE

2014-11-10 Thread Christian Moe
[Forgot to reply all, so part of the below discussion happened off-list. Sorry. Back on track now. CM] Rasmus writes: Hi Christian, Thanks for the helpful email. Note that you did not sent it to the ML, though. Christian Moe m...@christianmoe.com writes: Going by the documentation

[O] [BUG][ODT] Headings not created with num:nil

2014-11-27 Thread Christian Moe
Hi, Headings should be styled as Heading 1, Heading 2 etc. in ODT output. But when heading numbering is turned off, they are just styled as paragraphs in Default Style. They *are* included in the exported TOC, though. Tested in 8.3beta. Example: #+TITLE: Test headings

Re: [O] [BUG][ODT] Headings not created with num:nil

2014-11-28 Thread Christian Moe
have to try to figure out why that happens. Yours, Christian Rasmus writes: Christian Moe m...@christianmoe.com writes: Hi, Headings should be styled as Heading 1, Heading 2 etc. in ODT output. But when heading numbering is turned off, they are just styled as paragraphs in Default Style

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Christian Moe
The issue is that the javascript that I use absolute position in pixels, and the browser doesn't update the location when zooming... Any ideas on how to solve this? Which browser? It seems to work well with zooming in Firefox and Safari, so I'd say you're doing something right and the

<    1   2   3   4   5   6   7   >