Re: [O] odt export error

2011-12-14 Thread Christian Moe
are running an old bleeding-edge development version of the ODT exporter. If you can update to Org 7.8, you should do that; as of this week, the ODT exporter is part of core Org. (And when you update, clean out old versions of org-odt from your load-path and your .emacs.) hope this helps, Christian

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Christian Moe
Of course, getting libreoffice to do what I want is another story... ;-) I imagine I'll have to use a mouse :-( Well, you can always author your own styles file in plain XML conforming to the ODF specification. No mouse required!... ;-) Christian

Re: [O] ODT export custom link colors?

2011-12-14 Thread Christian Moe
think, but I think the habit of always providing one's custom links with an explicit fallback should be encouraged, if necessary by rude reminders from failing exporters... :-) hth, Christian

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-13 Thread Christian Moe
-odt-styles-file to that file as your style template. hth, Christian

[O] [BUG] LaTeX subtree export gives spurious unbalanced begin/end_%s blocks error

2011-12-12 Thread Christian Moe
document). I can clear the HTML export error by exporting the whole document via LaTeX again. I'm using Org 7.7 (pulled this morning) on GNU Emacs 23.3.1 on a Mac. Yours, Christian

[O] [BUG] Various problems with org-odt export

2011-12-12 Thread Christian Moe
... Yours, Christian

Re: [O] [BUG] Various problems with org-odt export

2011-12-12 Thread Christian Moe
there hasn't been anything to install from the etc directory before, the Org-mode Makefile doesn't take care of it? The only reference to etc/ I've found in the Makefile is in connection with ELPA, which I don't use. Yours, Christian On 12/12/11 2:46 PM, Jambunathan K wrote: Christian Hi

Re: [O] Avoiding div from special blocks to be in p…

2011-12-11 Thread Christian Moe
Thanks! Yours, Christian On 12/11/11 2:11 PM, Bastien wrote: Hi Christian, Christian Moem...@christianmoe.com writes: I submitted a patch to this effect a month and a half back. http://patchwork.newartisans.com/patch/979/ Apart from uncommenting that line, I put in an org-open-par after

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-11 Thread Christian Moe
this is wonderful! many thanks to Jambu, Bastien, Christian and everyone involved. That would be Jambu, for developing the whole thing, and Bastien, for integrating it. (I have only done a bit of testing and cheerleading.) Yours, Christian

Re: [O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-12-11 Thread Christian Moe
On 12/11/11 6:57 PM, Bastien wrote: Applied, thanks! Thanks. Yours, Christian

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-12-10 Thread Christian Moe
Great news! I'll go over the documentation as promised. Yours, Christian On 12/11/11 12:13 AM, Jambunathan K wrote: Hello Christian Christian Moem...@christianmoe.com writes: Hi, Great, I'll just wait for your revised draft so we don't get versions mixed up. You would have seen

Re: [O] [feature request] Org as an Excerpt Database (or Multivalue Properties)

2011-12-10 Thread Christian Moe
-property. But regexp searches are fairly simple to use, and work now. You'll want to think carefully about what you put in properties, what you put in tags, and what you put in multi-value properties, with a view to making this easy to search and change as your file grows. Yours, Christian

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-10 Thread Christian Moe
Wonderful! Yours, Christian On 12/10/11 6:22 PM, Bastien wrote: Dear all, as the subject says. Please all test this heavily and report any problems. This will be part of Org 7.8 and soon in Emacs. Thanks a lot to Jambunathan for all this efforts, let's make sure everything is smooth before

Re: [O] Directional quotes in html

2011-12-07 Thread Christian Moe
into a closing curly quote, identical to curly apostrophe. Yours, Christian

Re: [O] Directional quotes in html

2011-12-06 Thread Christian Moe
-special-string-regexps)) There may be a better way to do it altogether, and I'm sure the very simple regexp could be improved on (in fact, I'm posting this in the hope someone will improve on it), but it mostly works. Yours, Christian

Re: [O] Directional quotes in html

2011-12-06 Thread Christian Moe
(\) regex anchors in there. I've experimented with those anchors, but ended up doing without them; punctuation mixes with quotation marks in odd ways. Yours, Christian

Re: [O] Avoiding div from special blocks to be in p…

2011-12-04 Thread Christian Moe
Hi, I submitted a patch to this effect a month and a half back. http://patchwork.newartisans.com/patch/979/ Apart from uncommenting that line, I put in an org-open-par after the div and rearranged a few lines to follow the same structure as other similar bits of code. Yours, Christian

Re: [O] HTML export and Zotero-friendly headers

2011-11-23 Thread Christian Moe
(car subjects))) (setq subjects (cdr subjects)) (add-hook 'org-export-html-final-hook 'org-export-with-dc) #+end_src Yours, Christian

Re: [O] HTML export and Zotero-friendly headers

2011-11-23 Thread Christian Moe
On 11/23/11 5:45 PM, Erik L. Arneson wrote: Thanks, that looks like a good start! Let me know how it went. Christian

Re: [O] HTML export and Zotero-friendly headers

2011-11-22 Thread Christian Moe
the document itself (author, title, etc.)? Yours, Christian On 11/21/11 10:14 PM, Erik L. Arneson wrote: I thought zotero-plain was used to add citations. What I'm trying to do is use org-mode to export HTML files with Zotero-friendly headers that the Zotero plugin will pick-up

Re: [O] HTML export and Zotero-friendly headers

2011-11-22 Thread Christian Moe
Hi, Adam Smith, You're repeating my misunderstanding -- that's not what he's looking for, see the thread above. Christian On 11/22/11 7:35 PM, adam.smith wrote: Yes, though it doesn't need to be only COinS. Zotero supports a number of different formats, but COinS looks like it may

Re: [O] HTML export and Zotero-friendly headers

2011-11-21 Thread Christian Moe
the COinS data. If that works, zotero-plain could be very easily extended with a function to insert COinS data for all items in zotero links, and it could be run as a hook on HTML export. It hasn't worked for me lately, so I can't try the experiment myself. Yours, Christian On 11/21/11 7:19 PM

Re: [O] How to estimate effort by week?

2011-11-18 Thread Christian Egli
, a number followed by MODIFIER is multiplied by the specified number of MINUTES to obtain an effort in minutes. For example, if the value of this variable is ((hours . 60)), then an effort string 2hours is equivalent to 120 minutes. -- Christian Egli Swiss Library for the Blind, Visually Impaired

Re: [O] BABEL -- PROPERTY?

2011-11-16 Thread Christian Moe
output verbatim etc. Or if you've got everything under the same (parent) heading: * Top-level heading :PROPERTIES: :session: *R* :cache: yes :results: output verbatim :exports: both :tangle: yes :END: hth, Christian

Re: [O] zotero plain, org-odt, and citations in general

2011-11-13 Thread Christian Moe
, the code (which is a quickly thrown-together mess) can probably be improved on. Yours, Christian Moe ** OrgMode.js translator Installation: 1. Tangle or copy the below to a file called OrgMode.js. 2. Place it in the Zotero translators folder (on Mac, that's ~/Library/Application Support

[O] [ODT] [BUG?] Custom links are formatted as for html

2011-11-12 Thread Christian Moe
as: Here's my own address (). Yours, Christian

Re: [O] [ODT] [BUG?] Custom links are formatted as for html

2011-11-12 Thread Christian Moe
to be clear, I only used org-bbdb as an example, I wasn't planning to change it (but what I *was* trying to do with custom links and ODT was a bit too involved for a minimal example). (And I did not mean to imply that changing it is your job.) Yours, Christian

Re: [O] zotero plain, org-odt, and citations in general

2011-11-12 Thread Christian Moe
On 11/11/11 5:12 PM, Erik Hetzner wrote: At Fri, 11 Nov 2011 10:51:22 -0500, Matt Price wrote: Wouldn't the rigt target be, not the sqlite db, but the Zoteor*service* that runs on port 50001 when Zotero is running? Aren't there some higher-level tools for working through that interface

Re: [O] zotero plain, org-odt, and citations in general

2011-11-12 Thread Christian Moe
On 11/13/11 12:45 AM, Christian Moe wrote: A good while back -- before zotero-plain -- I spent some late nights Sorry about the noise: I didn't mean to send this fragment. Please ignore. Christian

Re: [O] zotero plain, org-odt, and citations in general

2011-11-10 Thread Christian Moe
it out. Yours, Christian

Re: [O] problems with mathjax CDN and HTML export

2011-11-09 Thread Christian Moe
. Getting $$ as a subheading is not quite straightforward, but the following will work. Create a user-defined dollar-sign entity (org doesn't have one by default): (setq org-entities-user '((dollar \\$ nil #36; $ $ $))) Now * \dollar\dollar should work. Yours, Christian

Re: [O] org-capture-template: How to correctly capture email addresses?

2011-11-09 Thread Christian Moe
not want that. Yours, Christian

Re: [O] zotero plain, org-odt, and citations in general

2011-11-09 Thread Christian Moe
zotero-plain, MozRepl and moz.el I could find), I press `C-c z i' to insert a citation and nothing happens. Well, the Org buffer hangs until I press C-g, and except that the *MozRepl* buffer says Process MozRepl deleted. Yours, Christian

Re: [O] org-taskjuggler export problems

2011-11-07 Thread Christian Egli
. The assumption is that you are not that interested in defining ids. What do you need them for? 3) The 'precedes' property is not exported at all Yes, this is not implemented. Could you use 'depends' instead? And possibly use alap scheduling? Hope that helps Christian -- Christian Egli Swiss Library

Re: [O] problems with mathjax CDN and HTML export

2011-11-07 Thread Christian Moe
it. Your $$ \alpha = \frac{1}{L_{0}} \left( \frac{L_2-L_1}{T_2-T_1} \right) = \frac{1}{L_0}\frac{\Delta L}{\Delta T} $$ exports verbatim for me, and is correctly formatted. Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-03 Thread Christian Moe
#+BIND: bar 2 Then this: #+BEGIN_SRC emacs-lisp (+ foo bar) #+END_SRC would tangle to something like: (let ((org-export-latex-low-levels (guote itemize)) (foo (quote 1)) (bar (quote 2))) (+ foo bar)) -- which was not the intention. Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-03 Thread Christian Moe
expectations. Yours, Christian

Re: [O] Video showing Jambunathan's ODT exporter

2011-11-03 Thread Christian Moe
On 11/3/11 8:57 PM, Herbert Sitz wrote: This is some seriously cool functionality for Org that deserves wider exposure. Jambunathan's done a great job. +1 Christian

[O] FSF assignment

2011-11-02 Thread Christian Moe
Hi, I've signed the FSF papers (assignment 711933). Bastien, shall I just add myself to the list, or is there more procedure? Yours, Christian Moe

Re: [O] wrap long table formula

2011-11-01 Thread Christian Moe
it. | | | |---+---| | 2 | | | 6 | 4 | | 7 | 5 | #+TBLFM: @3$2=vmean(@2$1..@3$1::@4$2=vmean(@2$1..@4$1 | | | |---+-| | 2 | | | 6 | 4 | | 7 | 5 | | 3 | 4.5 | | 9 | 5.4 | #+TBLFM: @3$2..@$2=vmean(@2$1..@0$1) hth, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
of the change and the potential negative consequences of combining the property and variable name spaces. Well, you would know better than me on both scores, so I'll stop pushing. Thanks for considering it. Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
* Heading :PROPERTIES: :var: foo=3 :END: --- Would it result in ((var . foo=3 bar=2))? Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-11-01 Thread Christian Moe
useful applications for cumulative properties, too (conversely, there'll probably be some side effect that will turn around and bite us at some point, though I can't think what it would be). Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-10-31 Thread Christian Moe
. Yours, Christian

Re: [O] About commit named Allow multi-line properties to be specified in property blocks

2011-10-31 Thread Christian Moe
) by subsequent #+PROPERTY lines are ignored. (Whereas further assignments to the same property in property drawers further down an outline tree will `overwrite' assignments higher up.) Yours, Christian

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-10-28 Thread Christian Moe
Hi, Great, I'll just wait for your revised draft so we don't get versions mixed up. Yours, Christian On 10/28/11 6:19 AM, Jambunathan K wrote: I will work on your suggestions and circulate a revised draft shortly. Once an initial org.texi gets in to the repo, improving it would be a breeze.

Re: [O] [ANN][RFC] org-odt.texi/org-odt.pdf preview (was Re: Org-odt table format)

2011-10-27 Thread Christian Moe
Exporting and Converting to Other Formats to the end of the manual. - Possibly separating out the explanation of custom table styles as a separate section and moving it to the end of the manual. (BTW, custom table styles sounds great, I'm looking forward to trying this out.) Yours, Christian

Re: [O] Bug: Remote reference (@$1) doesn't work while ($LR1) works. [7.7]

2011-10-27 Thread Christian Moe
Reproduced. I think this qualifies as a bug. Yours, Christian

Re: [O] Bug: Remote reference (@$1) doesn't work while ($LR1) works. [7.7]

2011-10-27 Thread Christian Moe
Yes, that fixed it. Thanks! Yours, Christian On 10/27/11 6:13 PM, Carsten Dominik wrote: This should be fixed now, please verify. Thanks! - Carsten

Re: [O] [RFC] Standardized code block keywords

2011-10-25 Thread Christian Moe
vote. Christian

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-24 Thread Christian Moe
that it would be good to be able to split over several lines. Also, I can certainly see the attraction of the analogous #+TBLFM+: -- though I'm fine with the existing `C-c '' solution for that, and would be equally happy to see that solution extended to solve your problem. Yours, Christian

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-24 Thread Christian Moe
that too (then you've two things in one shot -- why not?). Yes, if my suggestion becomes reality, this could be a useful refinement. Yours, Christian

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Christian Moe
in different languages, I don't have any elegant solution. Yours, Christian

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-22 Thread Christian Moe
by now. Could it be made to work? Would it solve some problems? Would it mess other things up even worse? Yours, Christian

Re: [O] [RFC] Standardized code block keywords

2011-10-21 Thread Christian Moe
I disagree with Tom on [1]: it should clearly be srcname, in analogy to #+tblname - and also so I don't have to change my files :-} (but see my question about tblname below). I'll have to change my files, either way. The price one pays for inconsistency. But as I've recently learned from

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-21 Thread Christian Moe
arguments through the SRCNAME). E.g.: #+PROPERTY: var euro=1.3791, salestax=.15 I think I'd like this better in any case. Yours, Christian On 10/21/11 9:28 AM, Sebastien Vauban wrote: Multiple lines may be used to specify multiple properties. e.g., #+PROPERTY: results silent #+PROPERTY: cache yes

Re: [O] Asciidoc

2011-10-21 Thread Christian Egli
that is) - Write an exporter. For simple ascii exporter that should be doable. There are however different competing starting points. There is an experimental generic exporter by Bastien and there is apparently one by Jambunathan. Can't tell you which one is better. Hope that helps -- Christian Egli

Re: [O] Patch for bug in adjusting time ranges in Agenda

2011-10-21 Thread Christian Egli
--Lisp error: (void-variable org-agenda-move-date-from-past-immediately-to-today) org-agenda-date-later(1) org-agenda-do-date-later(nil) call-interactively(org-agenda-do-date-later nil nil) Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-21 Thread Christian Moe
On 10/21/11 11:12 AM, Rainer M Krug wrote: On Fri, Oct 21, 2011 at 10:14 AM, Christian Moe m...@christianmoe.com mailto:m...@christianmoe.com wrote: (...) 2. Allowing you to pass multiple buffer-wide arguments with :var. This could make a substantive difference in some applications

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-21 Thread Christian Moe
? That's my understanding. And #+PROPERTY offers equivalent functionality in almost every way, but not, as far as I can understand, in this corner case. Christian

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-21 Thread Christian Moe
Hi, Yes, that works nicely, and should solve Rainer's problem. I haven't been able to think of anything else that can't be handled by properties. And I do think it's a good idea to winnow down the syntax a bit, even if things break. I just like to grumble. :-) Yours, Christian On 10/21/11

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-20 Thread Christian Moe
: drawer, as provided in the manual? Yours, Christian (lamenting the demise of the #+BABEL header I'd just recently started to use) On 10/20/11 10:12 PM, Eric Schulte wrote: Nick Dokosnicholas.do...@hp.com writes: Eric Schulteschulte.e...@gmail.com wrote: I have just pushed up a change

Re: [O] A more universal markup for exporters with italics/quotes?

2011-10-19 Thread Christian Moe
ahead and use it. Yours, Christian

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Christian Moe
On 10/19/11 7:54 PM, Jambunathan K wrote: #+ODT_STYLES_FILE: /path/to/styles.xml Perfect. Thanks for the quick response! Yours, Christian

Re: [O] org-odt: specifying fonts

2011-10-19 Thread Christian Moe
an office application now and again to modify our templates. Okay, #+END_RANT... Yours, Christian

Re: [O] outline-demote incorrectly demotes leaf nodes

2011-10-18 Thread Christian Moe
Hi, The Org manual (2.5 Structure editing) says to use M-S-right (org-demote-subtree) for what the submitter wants to do. Yours, Christian On 10/18/11 10:55 AM, Sébastien Delafond wrote: Hello, from Debian bug #645360 (http://bugs.debian.org/645360): Here's my test file, call it c.org

Re: [O] org-odt: turning off section numbering does not work

2011-10-18 Thread Christian Moe
style. (...) I have pushed a fix for this moment ago. Hope things are OK with your setup. Yes, whatever the problem was, it's gone now. Thanks! Yours, Christian

Re: [O] org-odt: specifying fonts

2011-10-18 Thread Christian Moe
done its job if everything you could reasonably want to style is exported in a named paragraph or character style that you can apply a template to. Yours, Christian PS. Mehul, I do have a stopgap solution for specifying the style template on a per-file basis. Place this somewhere in your Org

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
the numbering with Tools Outline Numbering. For each of the three heading levels that are numbered, you need to set Number to None, and delete the dot in Separator After. Yours, Christian On 10/17/11 4:07 PM, Mehul Sanghvi wrote: I have the following in my org file: #+OPTIONS: toc:nil H:10

Re: [O] org-odt: turning off section numbering does not work

2011-10-17 Thread Christian Moe
. This is how I understand the manual, and the thread I referenced before, and I remember having tested it before at some point when it worked perfectly, so I'm rubbing my eyes and wondering if it's just me. Could I ask someone to please check? Yours, Christian On 10/17/11 8:31 PM, Mehul Sanghvi wrote

Re: [O] Export as HTML does not preserve nonstandard entities as TODO signs

2011-10-16 Thread Christian Moe
example buffer, what does `C-h v buffer-file-coding-system' say? Yours, Christian On 10/14/11 5:47 PM, Arne Babenhauserheide wrote: Hi, I started using ✔ and ❢ as replacement for DONE und TODO and I realized that they get replaced by an underscore (_) in HTML output. Since I really like

Re: [O] Export as HTML does not preserve nonstandard entities as TODO signs

2011-10-16 Thread Christian Moe
a patch. Yours, Christian

[O] [PATCH] Re: Export as HTML does not preserve nonstandard entities as TODO signs

2011-10-16 Thread Christian Moe
Correct html export of todo keywords * org-html.el (org-export-as-html): Apply org-export-html-get-todo-kwd-class-name to the the class attribute of the todo-keyword span tag, not to its text content The problem was that special characters in todo keywords were being replaced by

Re: [O] Bug: spreadsheet [7.7]

2011-10-16 Thread Christian Moe
:Warning: assignment to free variable `org-table-coordinate-overlays' org.el:18172:54:Warning: `t' called as a function org.el:18177:71:Error: Invalid read syntax: ) Yours, Christian

Re: [O] org-odt: turning off Table of Contents

2011-10-16 Thread Christian Moe
. In the #+OPTIONS line, set toc:nil http://orgmode.org/manual/Export-options.html#Export-options Hope this helps, Christian

Re: [O] Idea: insert current sort order property

2011-10-13 Thread Christian Moe
Hi, Not sure I can help; I don't quite see how this error could be caused by anything in the code I sent you. Is this happening on the same system as you used before? What version of Emacs are you on when this happens? Yours, Christian On 10/13/11 1:40 PM, Gez wrote: Thanks. I got

Re: [O] Idea: insert current sort order property

2011-10-12 Thread Christian Moe
by a #+BEGIN_SRC block, if you copy it into an Org buffer, you can also evaluate it simply by `C-c C-c' with point anywhere on the code block. - You can change the name and drop the `cm/' prefix if you like (I just use it as a reminder this is my hack, not part of Org-mode). Yours, Christian On 10/12/11

Re: [O] Idea: insert current sort order property

2011-10-12 Thread Christian Moe
for a property key offers completion on all the keys stored in :Stored_outlines:. See how this works for you. Yours, Christian #+BEGIN_SRC emacs-lisp (defun cm/org-store-outline-order (arg prop) Store the heading order of the subtree of the entry at point by setting the property PROP of each

Re: [O] [agenda] Case-insensitive tag search

2011-10-11 Thread Christian Moe
one... but I won't spoil Marcelo's fun if he wants to write his own; it was indeed a nice task! :) Christian

Re: [O] Idea: insert current sort order property

2011-10-11 Thread Christian Moe
number of headings first, then adjusts the zero padding accordingly. Code follows. Yours, Christian #+begin_src emacs-lisp (defun cm/org-store-outline-order (arg prop) Store the outline of the subtree of the entry at point by setting the property PROP of each direct child entry to its

Re: [O] [OT] org - InDesign integration possible?

2011-10-10 Thread Christian Moe
export has been quirky for me in the past.) Cheers, Christian On 10/9/11 11:06 PM, Marcelo de Moraes Serpa wrote: Hi list, I've seen a designer friend layout a book in InDesign so quickly and the output is amazing. I wonder if there's a way to feed text into InDesign documents through a plugin

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-09 Thread Christian Moe
Hi, Torsten, Incidentally, I had to remove \end{scope} (there is no corresponding \begin{scope}) to make your code example work. Could that be causing some of your trouble? Yours, Christian On 10/8/11 4:45 PM, Torsten Wagner wrote: Hi Eric ``:results output silent'' should suppress

Re: [O] Merge Properties into Template

2011-10-07 Thread Christian Moe
PS. Note that with the code example I sent, your templates can also access the special properties listed in section 7.2 of the manual, such as TODO, ALLTAGS, TIMESTAMP, DEADLINE etc.

Re: [O] The org paper manual - tools used

2011-10-06 Thread Christian Egli
). -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

[O] [PATCH] Special blocks: Make well-formed HTML

2011-10-06 Thread Christian Moe
* org-special-blocks.el (org-special-blocks-convert-html-special-cookies): Close paragraph before opening or closing the div, and open paragraph after. Also changed newline placement to be the same as for other blocks. The problem was that special blocks did not produce well-formed HTML because

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-06 Thread Christian Moe
into org-html.el and org-latex.el respectively, together with the handling of blockquotes, verses, centering etc. Yours, Christian On 10/4/11 11:33 PM, Carsten Dominik wrote: Hi Christian, for now I have reverted the patch. WOuld you like to work on a better one? - Carsten On 4.10.2011

Re: [O] Merge Properties into Template

2011-10-06 Thread Christian Moe
with the template, what do you want to do with the results? Mail them to someone? Export them to HTML? Make a new Org entry with the contents and file it somewhere? Yours, Christian On 10/6/11 11:35 AM, Richard Parsons wrote: Hi all I'm new to emacs and I'm new to org-mode, apologies if I should

Re: [O] Merge Properties into Template

2011-10-06 Thread Christian Moe
question. Pass it forward! Yours, Christian #+begin_src emacs-lisp (defun cm/org-merge (target) Fill a template headlined TARGET with the properties of the entry at point, replacing e.g. `[AGE]' with the contents of an :AGE: property. Use `[HEADLINE]' for the text of the entry

Re: [O] Hyperlink to Lotus Notes documents

2011-10-05 Thread Christian Moe
Hi, Looks like someone's solved your problem -- you could try this: https://bitbucket.org/pdixon/emacs/src/tip/org-lotus-notes.el ...replacing /usr/local/bin/notes with whatever is the path to the Notes client on your system. hth, Christian On 10/5/11 9:32 AM, bart wrote: Hi all

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Christian Moe
I see no reason to not uncomment this line. Shall we just do this? - Carsten Yes, would you, please? Yours, Christian

[O] Org-special-blogs does not make well-formed xhtml

2011-10-03 Thread Christian Moe
)) (if (equal (match-string 2 line) START) (insert div class=\ (match-string 1 line) \\n) (insert /div\n)) (throw 'nextline nil))) Does anyone know if that was commented out for a reason? Yours, Christian

Re: [O] Time estimates time format?

2011-09-20 Thread Christian Egli
. Is this possible? You might be able to do something along this line. Have a look at the doc string of org-properties-postprocess-alist where it gives you an example on how to calculate the remaining time (clocked vs estimated). HTH -- Christian Egli Swiss Library for the Blind, Visually Impaired

Re: [O] unexpected failure on all formulas

2011-09-20 Thread Christian Moe
) #+end_src Using :=vmode(@I..@II), I get 124 (systolic), 80 (diastolic), 68 (pulse). Yours, Christian On 9/20/11 10:26 AM, Nick Dokos wrote: Nick Dokosnicholas.do...@hp.com wrote: Jude DaShielljdash...@shellworld.net wrote: |+--+---+---| | mode

Re: [O] Time estimates time format?

2011-09-20 Thread Christian Egli
. Patches or even just proper bug reports are welcome. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland - Viel Neues fuer Hoerspiel-Fans: Eine aktuelle Uebersicht des Angebots bei der SBS finden Sie unter

Re: [O] unexpected failure on all formulas

2011-09-20 Thread Christian Moe
handle all the cases your code does (I guess; I don't grok it all). Yours, Christian (defmath vmode (vec) Return the mode(s), i.e. most frequent value(s), of a vector of integers VEC. (let ((results (vec)) ; hold results (index 1) offset maxfreq) (setq offset (- 1 (vmin

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
Hi, I think you'll need to include an actual example that isn't working. With my own tables I don't see any errors with vmean, vmin, vmax. As for vmode, does Calc have such a function? I can't see it documented, and putting one in my table doesn't work. Yours, Christian On 9/19/11 4:52 AM

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
Hi, You've got row formulas when you want single-cell formulas. Assuming it's minima you're after, try #+TBLFM: @$2=vmin(@I..@II);f0::@$3=vmin(@I..II);f0::@$4=vmin(@I..II);f0 hth Christian On 9/19/11 12:15 PM, Jude DaShiell wrote: | Date Stamp | Systalic | Diastalic | Pulse

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Christian Moe
On second thought, these days you can just use a single range formula: #+TBLFM: @$2..$4=vmin(@I..@II);f0 hth, Christian On 9/19/11 12:38 PM, Christian Moe wrote: Hi, You've got row formulas when you want single-cell formulas. Assuming it's minima you're after, try #+TBLFM: @$2=vmin(@I..@II

Re: [O] plus in superscript.

2011-09-15 Thread Christian Moe
, there is no such restriction, so when in doubt, use `\(...\)' as inline math delimiters. But note that MathJax, the preferred backend for math in Org's HTML exports, does not support $...$ by default. To configure it, see: http://www.mathjax.org/docs/1.1/tex.html#tex-and-latex-math-delimiters Yours, Christian

Re: [O] plus in superscript.

2011-09-15 Thread Christian Moe
switched from dvipng to MathJax as default. Still, parsing $...$ is much harder than parsing \(..\), so most of the time, using \(//\) will give better and more stable results with Org-mode. And a good deal more readable. Christian

<    2   3   4   5   6   7   8   9   10   11   >