Re: [Orgmode] image alt text for HTML export

2010-09-14 Thread Christian Moe
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/listinfo/emacs-orgmode

[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
cs-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-org

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

2010-09-21 Thread Christian Moe
Hi Eric, Great, thanks. Christian On 9/21/10 3:04 PM, Eric Schulte wrote: Hi Christian, I agree generalizing this function over all block types would be very useful. When I find the time I will make this change. Thanks -- Eric Christian Moe writes: Hi, I'm late to this discussion

[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") #+end_s

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

2010-09-23 Thread Christian Moe
ting. Is it saved before you export? Thanks -- Eric I doubt the following is relevant, but... I'm using the latest Org-mode from git. Org-mode version 7.01trans (release_7.01h.566.gc33c) and the latest Emacs from git GNU Emacs 23.1.90.1 Noorul Islam K M writes: Christian Moe writes:

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 clearl

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. Gre

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 m

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

2010-10-09 Thread Christian Moe
I see. Thanks. Christian On 10/9/10 7:15 PM, Nick Dokos wrote: Christian Moe wrote: What's an inline todo? Just curious, Christian See the commentary in lisp/org-inlinetask.el. Nick ___ Emacs-orgmode mailing list Please use `Reply Al

Re: [Orgmode] centering text in html

2010-10-11 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 `Rep

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 d

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 li

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 Horn 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, but the other column a

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: (...) | | | | | A | B | C | | 1 | 2 | 3 | | 12 | 13 | 300 | | 9 | 11 | 4 | I get as expected. That's interesting. From the same example I get /> ...using freshly pulled 7.01trans. What might account for the difference?

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

2010-10-24 Thread Christian Moe
functionality to properties. What is not achieved, I'm afraid, is making it any 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. ht

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

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) Should this be classes instead of align attributes as well? Thanks! - Carsten Maybe someone with a browser where colgroups actually do work (Opera!) can check 1. if they on

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 en

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: .timeline div * {display: inline;} * Timeline :PROPERTIES: :HTML_CONTAINER_CLASS: timeline :END: ** Sep

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 cli

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 depend

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
:45 AM, Carsten 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

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 mailto:m...@christianmoe.com>> wrote: Re: converting SVG Have you looked at rsvg (http://librsvg.sourceforge.net/)? I

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

2010-11-02 Thread Christian Moe
ges in the first place. A simple SVG circle was exported to EPS with no fallback. More on the options here: http://inkscape.modevia.com/inkscape-man.html Yours, Christian On 11/2/10 6:51 PM, Tom Short wrote: On Mon, Nov 1, 2010 at 6:47 PM, Christian Moe wrote: Re: converting SVG 2. As

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

2010-11-02 Thread Christian Moe
Hi, Yes, I can confirm batik-rasterizer, despite the name, made nice vector-based PDF from SVG. Thanks, Nick. So that's two options now, Inkscape and Batik. Enough noise from me on this, I think. Yours, Christian On 11/2/10 3:20 PM, Nick Dokos wrote: Christian Moe wrote: Hi,

[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:

Re: [Orgmode] publishing a drawer

2010-11-05 Thread Christian Moe
On 11/3/10 12:48 PM, Łukasz Stelmach wrote: Hello. Is it possible to publish drawer's content during export (both HTML and LaTeX)? I am creating a presentation with S5 and I'd love to have :LOGBOOK: (or :NOTES:) published as (or \note{} for Beamer). The following ought to work, but doesn't f

Re: [Orgmode] Re: value of properties

2010-11-10 Thread Christian Moe
principles of properties of org mode. _______ 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

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 yo

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 head

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 currently

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 al

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 tags and linebreaks. It can probably be written more elegantly, but it does what I nee

[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 wa

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, b

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 Christ

[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 t

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 @href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here@ #+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
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-orgmod

[Orgmode] Can't get org-export-html-style-extra to work

2010-12-16 Thread Christian Moe
Hi, What am I doing wrong in the following example? -- #+TITLE: Test Some *bold* text. Evaluate this: (setq org-export-html-style-extra "b {color: red;}") -- With org-export-html-style-extra set as above, I expect the exported HTML sour

[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 wi

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

2010-12-18 Thread Christian Moe
n after countdown timer is set.") @@ -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-

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: But that 's not what you're after? You want the stylesheet to be /outside/ (linked from) your Org file, but /embedded in/ the exported HTML? Did

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

2010-12-19 Thread Christian Moe
!!! 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 wrote: Hi, This sounds interesting! I'd like to try it out, but haven't quite got it to work ye

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, a

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" . "\"; ?>"))) Maybe that works for a publishing setup? It doesn't for ordinary export. This does work: #+BIND: org-export-htm

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 decla

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 it's

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
ttl\_patter\_studies\_ocean]{green84:_settl_patter_studies_ocean} All the best, Tom 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 a

[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 c

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, Ch

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

2011-01-05 Thread Christian Moe
Hi, This should get you part of the way: Use `org' as the language name, not `org-mode'. Enclose the noweb reference in another src block with noweb explicitly turned on. Reworked example follows. I can't seem to get rid of the code block around it, though, however I play with the header arg

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

2011-01-05 Thread Christian Moe
with big arms ,- gorillas :: really strong, but shy #+end_src Lots of text here. * Another section, exported to a different document Let's review what we know about the primate group. #+begin_src org :noweb yes :results replace raw <> #+end_src Christian Moe writes: Hi, This s

[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 thi

Re: [Orgmode] [Bug] Abstract block prematurely ended by asterisk

2011-01-09 Thread Christian Moe
On 1/9/11 12:08 PM, David Maus wrote: At Thu, 16 Dec 2010 02:51:32 -0500, Jeff Horn wrote: Title says it all. The following code does not export correctly. (Reproduced from memory can anyone else confirm?) #+BEGIN_ABSTRACT *Bold Text.* This is a sentence. #+END_ABSTRACT The LaTeX code produce

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 objects

[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 nam

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

2010-05-11 Thread Christian Moe
types get 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-

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. Simple

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 ___ Emacs

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
e in the character in Windows, hold down the Alt key 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 C-\ ucs ' Then typing U followed by

[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 app

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

2010-06-18 Thread Christian Moe
in{equation} > 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 >> >&g

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

2010-07-01 Thread Christian Moe
istian, I am trying to get back 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

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

2010-07-01 Thread Christian Moe
nt 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 whic

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, Chr

Re: [Orgmode] Verbatim export

2010-07-08 Thread Christian Moe
ned leading spaces_ would 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...@

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

2010-07-16 Thread Christian Moe
ot;\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-ctrl-c-ctrl-c-hook '(org-babel-lob-execute-maybe org-babel-hash-at-point org-babel-execute-src-block-maybe) org-co

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

2010-07-17 Thread Christian Moe
rt time set to %s, current value is %s" (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 `Rep

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

Re: [Orgmode] text color + highlight

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

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
st about extensible syntax? Before we invent 20 other new syntaxes? http://thread.gmane.org/gmane.emacs.orgmode/10204/focus=10204 Thanks! On Aug 10, 2010, at 8:14 AM, Christian Moe wrote: Hi, >> >> - this would be extensible, e.g. >> >> [background[yellow]

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 here-

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 semanti

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

2010-08-18 Thread Christian Moe
Giovanni Ridolfi wrote: David Hajage 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 and columns -- on *e

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 hope

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 to

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 hoo

[Orgmode] Error using Calc time format in table

2010-08-21 Thread Christian Moe
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 | #+TBLFM: @3...@1$1+@2$1 But summing just the minutes and seconds works: | 23' 45

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

2010-08-21 Thread Christian Moe
s Unlike him, though, I'm not hung 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&q

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
se `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 u

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

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 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 rout

Re: [Orgmode] questions about table mode and spreadsheets

2010-09-06 Thread Christian Moe
on't think it will scale well... Cheers, Christian 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 -- Christia

Re: [Orgmode] questions about table mode and spreadsheets

2010-09-07 Thread Christian Moe
One could presumable write =vsumif= in a more general form that would not be hard-coded to test only for matching strings. The function defined above might be better named =vsumifstring=. Cheers, CM On Tue, Sep 07, 2010 at 12:44:03AM +0200, Christian Moe wrote: On 9/6/10 3:38 PM, Inquisitive Scientist w

  1   2   3   4   5   6   7   >