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
is does work: #+BIND: org-export-html-xml-declaration () Yours, 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] Re: export html -> doc

2010-12-21 Thread Christian Moe
declaration is lost, it's still there in the line: What values do you have for the following? org-export-html-coding-system buffer-file-coding-system current-language-environment Yours, Christian ___ Emacs-orgmode mailing list Please use `Reply Al

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
support for a specific package. Yours, 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-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 exp

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

2010-12-27 Thread Christian Moe
because my own "cite" links all have a desc part, e.g. [[cite:green84][Green, 1984]], and then the problem doesn't come up. Yours, Christian On 12/27/10 8:06 AM, Thomas S. Dye wrote: Hi Christian, Thanks, I've put away my copy of ANSI Common Lisp. The results surpri

[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
n the problem, but I don't necessarily understand what org-export-normalize-links is supposed to do or what other behaviors depend on this, so I'm not going to submit a patch. If this is now the intended behavior, it will be no problem to rewrite the custom link export definitions to tak

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
Yours, Christian On 1/5/11 5:27 PM, Eric Schulte wrote: Applied, Thanks -- Eric p.s. would you mind submitting git formatted patches for these sort of updates in the future? It greatly simplifies the process of applying the patch. The process for creating a git formatted patch

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

2011-01-05 Thread Christian Moe
with the header arguments. Yours, Christian * One section, exported to a particular document #+srcname: primates #+begin_src org ,- chimps :: strong, smart and savage ,- bonobos :: less savage, sexy, smart ,- orangutans :: kinda asocial, with big arms ,- gorillas :: really strong, but shy

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

2011-01-05 Thread Christian Moe
ric writes below (":results replace raw"), you also need to *activate Org as a Babel language.* In your .emacs, you need something like (org-babel-do-load-languages 'org-babel-load-languages '((org . t))) -- with any other languages you need in the same list. Now it shou

[Orgmode] Property inheritance in Org-collector

2011-01-08 Thread Christian Moe
d is 0. Is this the expected behavior, and is there any way to change things so I can get inherited properties? Yours, Christian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.

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

2011-01-09 Thread Christian Moe
ined? No such block seems to be known by Org 7.4 running with emacs -Q. Arbitrary block types are provided by org-special-blocks, a contrib (slated for inclusion into the next core Org, if I remember Bastien's announcement correctly). HTH, Christian

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
lumn names have been swapped with those in the second table! The third test, similarly, returns the second table, but with the colum names of the first table. Any hints? Yours, Christian #+tblname: data1 | Year | Value | |--+---| | 2000 |34 | | 2001 |55 | | 2002 |24 | #

Re: [Orgmode] Make text below heading not part of the heading

2011-01-26 Thread Christian Moe
Hi, I think you need to give the final text a dummy heading of its own. A further partial solution would be to set the VISIBILITY property of the dummy heading to `content' or `all', so the text would always be visible on startup. Yours, Christian On 1/26/11 6:16 PM, Marcelo

Re: [Orgmode] Make text below heading not part of the heading

2011-01-27 Thread Christian Moe
tisfactory solution. Yours, Christian On 1/26/11 10:05 PM, Jeff Horn wrote: On Wed, Jan 26, 2011 at 3:55 PM, Marcelo de Moraes Serpa wrote: Would the current behavior be considered a bug or a feature? I consider it a feature. I don't know what your use case is (why you want to do this), but

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-01-31 Thread Christian Moe
pear where there is a newline in the text. But I can't discern any pattern as to why breaks are inserted at these newlines and not others. Nothing similar happens in HTML export. Hope this helps you refine a really helpful contribution. Yours, Christian On 1/28/11 10:46 PM, Jambunathan K

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-03 Thread Christian Moe
Could we borrow that trick, or would it conflict with something else? E.g. --- - Several astonishing things happened in \2007. - And then there was another item. - X --- Yours, Christian On 2/2/11 10:16 PM, Nicolas Goaziou wrote: Hel

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

2011-02-04 Thread Christian Moe
Hi, Bastien, Thanks for taking this up -- I had forgotten I reported it. :) No, whatever the problem was, it seems to be gone now. The snippet below now works as expected. Yours, Christian On 2/3/11 7:34 PM, Bastien wrote: Hi Christian, Christian Moe writes: What am I doing wrong in

Re: [Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-04 Thread Christian Moe
On 2/3/11 3:09 PM, Nicolas Goaziou wrote: Hello, Christian Moe writes: Numbers at the beginning of the line inadvertently starting a list item is a bug. You call it a bug, but it is actually the Org definition of a numbered item. This is in the manual. Though, I think I understand what

Re: [Orgmode] Re: The way tags are exported in HTML (without colons!) -- no workaround for searches!

2011-02-04 Thread Christian Moe
This bookmarklet finds an Org tags in exported HTML in Firefox, at least (just a proof of concept). To try it just copy-paste the whole thing into the address field. javascript: t=window.prompt("Tag?", ""); e=document.getElementsByClassName(t); for(i=0;i Hi Jeff, Jeff Horn wrote: 2011/2/3 Séb

[PATCH] Re: [Orgmode] Unintended behavior? Links without description

2011-02-13 Thread Christian Moe
bbdb: Export links with normalized desc part * org-bbdb.el (org-bbdb-export): When a link description has been added by org-export-normalize-links, use path instead (remove the `bbdb:' prefix). The existing code handled the case where desc is nil. However, this no longer occurs, since org-export

Re: [Orgmode] Unintended behavior? Links without description

2011-02-13 Thread Christian Moe
Hi, I've sent a patch separately. Please take a hard look at it, since org-bbdb.el is a suggested model for people to look at when devising custom link types. Yours, Christian On 2/12/11 11:11 PM, Bastien wrote: Hi Christian, Christian Moe writes: I think I've tracked down t

Re: [Orgmode] [babel] Suggestions: GRASS GIS und Lilypond

2011-02-15 Thread Christian Moe
Earlier thread on Lilypond: http://comments.gmane.org/gmane.emacs.orgmode/31324 CM On 2/15/11 2:02 AM, Thorsten wrote: Hello Babel developers, just two suggestions for new languages: 1. GRASS GIS As far as I know there is no grass-mode in emacs, but some expert people are successful running gra

Re: [Orgmode] [BUG] htmlp and latexp

2011-02-16 Thread Christian Moe
On 2/15/11 11:23 PM, Dan Davison wrote: Commit ed6d6760268 removed variables htmlp and latexp from `org-export-preprocess-string'. Nothing wrong with that, but I think it has broken export for those using org-special-blocks Confirmed. Exporting the following example stops with a void-variable

Re: [Orgmode] Context-sensitive word count in org mode (elisp)

2011-02-16 Thread Christian Moe
p too. Yours, 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] Context-sensitive word count in org mode (elisp)

2011-02-16 Thread Christian Moe
to-char (match-beginning 2)) ; CHANGED (setf wc (+ 2 wc))) (t (incf wc) (message (format "%d words in %s." wc (if mark-active "region" "buffer") #+end_src Yours, Christian On 2/16/11 4:51 AM, Paul Sexton wrote:

Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-17 Thread Christian Moe
the top of my head. Default no, optional yes sounds good. Yours, 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] Re: [BUG] htmlp and latexp

2011-02-18 Thread Christian Moe
Hi, Jeff, Check if you've got an old version of org-special-blocks somewhere on your loadpath. I did, and it kept me running in circles for a bit. Yours, Christian On 2/18/11 12:14 AM, Jeff Horn wrote: I'm still encountering this bug. Org-mode version 7.4 (release_7.4.418.g3

Re: [Orgmode] ePub and Org mode

2011-02-19 Thread Christian Moe
om e.g. H2 as chapter headings.) Yours, Christian On 2/19/11 10:25 AM, Alan L Tyree wrote: Greetings from Down Under, I am constructing an ePub formatted book. It came to me in plain text and I have formatted in org-mode. It is easy to export to XHTML, the first step in ePub construction, bu

[Orgmode] Re: Startup page

2011-02-27 Thread Christian Mandel
Am 27.02.2011 11:15, schrieb Bastien: > [...] > > I'm not sure it is worth trying to set up a complicated startup buffer. > Depends on your need, of course, but you'll found out that it's always > too rigid: it assumes your buffer can tell you what you want, instead of > *you* telling him what to

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Christian Moe
| 64 | 72 | 80 | | 9 | 9 | 18 | 27 | 36 | 45 | 54 | 63 | 72 | 81 | 90 | | 10 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | #+TBLFM: @2$2..@11$11=@1*$1 Yours, Christian On 3/1/11 3:28 PM, Carsten Dominik wrote: Hi everyone, A frequently requested feature for tables has been to be able

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-19 Thread Christian Egli
ither with an ID or with `org-taskjuggler-get-unique-id') then it should be more clear how to do the allocations. > More comprehensible error message if you forget to define a project... Yes, of course. I had fixed that one already locally. So, thanks again for the feedback. I hope to hav

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-20 Thread Christian Egli
e to tweak the reports some, but this can be done with the customize interface. HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing

[Orgmode] Re: unique id=-values in aggregated html-exported docs

2010-05-11 Thread Christian Egli
ng different elements into one. Can you list which html elements are the problem? Does it help if you use the BODY-ONLY option (C-h f org-export-as-html)? HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich,

[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
irst time today. Simple test: Export to LaTeX from an Org file including [[bbdb:Jane Doe][Ms Doe]] Currently it defaults to fixed-width (\texttt{Ms Doe}). When patched, it should come out italicized (\textit{Ms Doe}) as per the export function in org-bbdb.el. Y

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.

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] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Christian Egli
of Emacs, can no longer use M-x add-change-log-entry, etc). So before pouring out the baby with the bathwater maybe we should at least try if the git merge driver solves the main problem we have with the Changelog files. Thanks Christian Footnotes: [1] http://www.mail-arc

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-06-02 Thread Christian Egli
(for all of GNU Emacs) with the FSF is complete. If you like I can send you copies of the signed PDFs. Should I push to a branch (e.g. taskjuggler-export) on repo.or.cz and take it from there? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grub

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-06-08 Thread Christian Egli
ction in the code. However I think it is ready for wider consumption. Also there is an up-to-date tutorial on the usage of the taskjuggler exporter at http://orgmode.org/worg/org-tutorials/org-taskjuggler.php Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-06-08 Thread Christian Egli
> with 4 > arguments, but accepts only 3 This I cannot reproduce using the command command you gave. Is this maybe only a problem in newer Emacs versions? I'm using Emacs 23.1.1 Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabl

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-06-08 Thread Christian Egli
Christian Egli writes: >> In org-export-as-taskjuggler-and-open: >> org-taskjuggler.el:330:6:Warning: start-process-shell-command called >> with 4 >> arguments, but accepts only 3 > > This I cannot reproduce using the command command you gave. Is this > ma

[Orgmode] Re: [ANN] Exporter for taskjuggler

2010-06-08 Thread Christian Egli
T Helms writes: > How difficult would it be to add gap duration to the export? There is now support for gap duration in the newest version from git. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerl

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Christian Egli
y latex2rtf in the past. Most things work reasonably well, other like toc don't seem to work. So some manual fidgeting is required in the end. HTH Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045

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

2010-06-17 Thread Christian Moe
rite $CO_2$ and $m^2$, but less readable, and irksome when you've got used to an easier way. An inline formula can be protected by surrounding it with verbatim markup, =$...$=, but then it's only good for jsMath, not for LaTeX export. Yours, Christian

[Orgmode] Re: [PATCH] Call `start-process-shell-command' with just 3 arguments.

2010-06-17 Thread Christian Egli
ommand process-name nil command))) I just checked in a patch to that effect in the taskjuggler-export branch. Also a patch is attached. Thanks Christian >From 2a52eea0d0d20bfcf68375b3aa2fe5bdf402e2d3 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Thu, 17 Jun 2010 10:37:59 +0200 Su

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

2010-06-18 Thread Christian Moe
et it superscripted, but not get \begin{equation} e=mc2 \end{equation} In other words, to have my cake and eat it, too. I hope it's clearer now. Yours, Christian Carsten Dominik wrote: > Hi Christian, > > how should, in this case, a literal LaTeX environment like > > \beg

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

2010-07-01 Thread Christian Moe
atim option built in. Thanks! I'll see about updating the Worg page -- but I'm a Git novice and will be on a 56K modem for a bit, so it won't happen immediately. Yours, Christian Carsten Dominik wrote: For John Wiegley: John, please do not yet apply the attached patch... Hi Chr

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

[Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-07 Thread Christian Egli
mes to css. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Em

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

Re: [Orgmode] Re: New CSS for orgmode and Worg ?

2010-07-12 Thread Christian Egli
Bastien writes: > Christian Egli writes: > >> What I'd like to see is something more aligned with the css for asciidoc >> which makes for a very pleasant and readable experience. > > Yes, the CSS behind asciidoc is neat. > >> Unfortunatelly my expertise

[Orgmode] Re: LaTeX calendar from org-mode agenda?

2010-07-15 Thread Christian Egli
make it really nice looking. I will then help you to write the lisp to generate the needed latex. I've long wanted some nice looking export of the agenda. Your input might just give me enough impetus to hack something up. Thanks Christian Footnotes: [1] http://repo.or.cz/w/org

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

2010-07-16 Thread Christian Moe
u C-x C-x C-0' with point on the timestamp `0:00:30' -- I'm correctly prompted and the timer starts. Yours, Christian My setup: Emacs : GNU Emacs 23.1.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) of 2010-01-18 on Celebrian.local Package: Org-mode version 6.36trans current

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

2010-07-17 Thread Christian Moe
Hi, I've tested and this patch solves the bug I reported yesterday under the heading "[Orgmode] Bug: org-timer-start with offset [6.36trans]". Thanks! Yours, Christian David Maus wrote: * org-timer.el (org-timer-start): Use correct variable when calculating `org-t

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
text] Something like the $ before "[" also would seem critical to disambiguate from other uses of "[". However, I am not too excited about extra syntax to get this kind of thing. Would not oppose it, but probably never use it. - Cars

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
uppose it would require changes in Org-mode: not just user-customizable faces for different link types, as I wrote in the previous message, but a function to define link faces on the fly from the PATH part of the link. Christian Carsten Dominik wrote: Hi, Can we please first read Samuels po

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
((eq format 'html) (format "%s" path desc)) ((eq format 'latex) (format "{\\color{%s}%s}" path desc) --8<---cut here---end--->8--- Yours, Christian ___ Emac

Re: [Orgmode] text color + highlight

2010-08-10 Thread Christian Moe
r meaning. Admittedly, though, all the currently defined link types mean "do something when clicked", which a =color:red= link does not. Christian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgm

[Orgmode] trying to get xetex working with org-mode

2010-08-13 Thread Christian Wittern
for me to understand. I would appreciate if some kind soul would explain to me how to trim this down to use only the packages I need. All the best, Christian ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] trying to get xetex working with org-mode

2010-08-13 Thread Christian Wittern
. All the best, Christian -- Christian Wittern, Kyoto ___ 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] 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
e. I hope a way can be found to have it both ways. Yours, 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] 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
seconds works: | 23' 45"| | 14' 45"| || | 0@ 38' 30" | #+TBLFM: @3...@1$1+@2$1 I see there's been an issue with the `@' syntax, but it seems to have been solved: http://article.gmane.org/gmane.emacs

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

[Orgmode] "{" in Latex fragments

2010-08-25 Thread Christian Wittern
Hi there, In my org-mode document, I have a special sequence to switch to a Japanese font defined as \J. When using this, I have to do something like {\J (Japanese characters here}. However, when I run the org-mode export, the braces "{" and "}" are escaped as \{ and \} and thus loosing their fu

Re: [Orgmode] "{" in Latex fragments

2010-08-25 Thread Christian Wittern
Christian Wittern, on the road On Aug 25, 2010, at 17:39, Eric S Fraga wrote: >> >> to >> >> hello [\J ウ ] or: (\J ウ) >> >> [] and () are not escaped >> >> cheers, >> Giovanni > > I think because the {}'s define a s

[Orgmode] [PATCH] Make the number of printed weeks configureable

2010-08-30 Thread Christian Egli
This is useful for the hipster PDA where you might want to print more weeks than just four. --- contrib/scripts/org2hpda |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/contrib/scripts/org2hpda b/contrib/scripts/org2hpda index 1957aa9..6b308f3 100755 --- a/contrib/s

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

2010-08-31 Thread Christian Moe
/gmane.emacs.orgmode/28191 Cheers, Christian Giovanni Ridolfi wrote: Aidan Gauland writes: Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-08-29 on dimension8 Package: Org-mode version 7.01trans It is impossible to have closing brackets in a footno

[Orgmode] Re: Orgmode: exporter for taskjuggler

2010-09-02 Thread Christian Egli
Markus Heller writes: > Hello Christian, > > I'm very interested in using your taskjuggler export from orgmode. > Unfortunately, I'm on a Windoze box, and getting TJ2 to work is a big > pain ... However, TJ3 is fairly straightforward, since it's Ruby, so > I&#

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
rmat documents, have you tried {Smith, 1995, 6-7} citations and formatting with Zotero's RTF scan (http://www.zotero.org/support/rtf_scan)? It's another manual step, of course, so the whole process gets pretty lengthy, but it does let you format bibliographies for Word with Zotero

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

2010-09-05 Thread Christian Moe
e.org/gmane.emacs.orgmode/2406/match=bibliography I'm experimenting with some refinements, will post them here eventually. Yours, 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

[Orgmode] Re: task juggler export

2010-09-06 Thread Christian Egli
understand this correctly it appears that defcustom is overwriting your file variable. I don't understand however how you could make your file variable work. Maybe the variable org-export-taskjuggler-default-project-duration needs to be buffer-local. How does this interact with defcustom?

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

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
: org-open-file: No such file: /Users/CM/org/test2.org:: A backtrace is attached. Yours, Christian Debugger entered--Lisp error: (error #("No such file: /Users/CM/org/test2.org::" 14 39 (org-attr nil))) signal(error (#("No such file: /Users/CM/org/test2.org::" 14 39 (org-attr

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

2010-09-23 Thread Christian Moe
ink-string (concat org-current-export-file "::" (nth 4 (ignore-errors (org-heading-components)) and that org-heading-components fails to return the heading text. Can't see why, though. Yours, Christian

[Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Christian Egli
e the application and see if they'll give you a room :-). If there is a room I'll come and do a presentation :-). Thanks Christian Footnotes: [1] http://www.fosdem.org/2011/ [2] http://www.fosdem.org/2011/call_for_devrooms [3] http://www.fosdem.org/2011/call_for_main_speakers -- C

Re: LaTeX letters in Org

2022-02-20 Thread Christian Heinrich
FYI, there's also an article on using the scrlttr2 class from KOMA-script (mostly for European/German usage I guess) for letters: https://orgmode.org/worg/exporters/koma-letter-export.html On Sat, 2022-01-29 at 12:39 -0500, William Denton wrote: > I wrote up how to use Org to write letters with

Please add support for dlangs packagemanager to ob-C.el

2022-03-08 Thread Christian Köstlin
I Hope the patch already contains enough background information why its a nice feature to have in ob-C.el. Kind regards, Christian 0001-lisp-ob-C.el-Support-dub-dependencies-for-dlang.patch Description: Binary data

Re: Re: Please add support for dlangs packagemanager to ob-C.el

2022-03-13 Thread Christian Köstlin
tml Thanks for the hint. I filled and sent out the form, but did not yet hear anything back. Not sure if I can manage to squeeze the patch into 15 lines so I try to do the signing. Kind regards, Christian

Re: problem with diary sexps

2022-04-05 Thread Christian Stuermer
ult (if calendar-debug-sexp (eval sexp) (condition-case nil (eval sexp) in org-diary-sexp-entry in org.el. I wrote about in on Reddit: https://www.reddit.com/r/orgmode/comments/tvwxv0/the_commit_on_apr_1_2022_broke_organniversary_for/ Kind regards, Christian

[BUG] Agenda view fails with rx error in org-at-timestamp-p

2022-04-22 Thread Christian Moe
enda-list nil) call-interactively(org-agenda-list) org-agenda(nil) funcall-interactively(org-agenda nil) call-interactively(org-agenda nil nil) command-execute(org-agenda) Yours, Christian

<    4   5   6   7   8   9   10   11   12   >