Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
t;Fix previous commit again / Now off." Should I be looking at something newer? Yours, Christian Bastien writes: > Hi, > > please have a go against latest HEAD and let me know if it works. I > tried with annotations at the beginning of a section, of a paragraph, > in the middle of a

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
safe. An annotation immediately before a list item causes an ODT document error -- invalid XML. Examples below. Yours, Christian * Test 1 A paragraph. #+begin_annotation An annotation at the end of a paragraph #+end_annotation Another paragraph that should not be run together with the first, b

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
{{author}}}@@odt:@@{{{date(%Y-%m-%dT%T)}}}@@odt:$1@@ That allows using annotations like this{{{comment(You can annotate with macros\, but remember to escape your commas)}}}. Yours, Christian

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
Hi, Bastien, Thanks for looking into this. I just pulled and tested, but I cannot confirm the fix yet. I still get paragraph breaks around annotations with Org-mode version 8.0-pre (release_8.0-pre-219-g8eb0d6). Yours, Christian Bastien writes: > Hi Christian, > > Christian Mo

Re: [O] export presentations: org to ppt or odp

2013-03-25 Thread Christian Moe
ut that only takes care of the outline, not your pictures, quotations etc. Yours, Christian

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-25 Thread Christian Moe
ng it can simply be fixed, but if putting the annotation in a block must lead to paragraph breaks under the new exporter, a different solution is needed. Yours, Christian

[O] [BUG] [ODT] Annotations break paragraphs

2013-03-21 Thread Christian Moe
notation blocks are a bit of a special case. They use special-block syntax. But they're not really blocks, since they're supposed to live inside other blocks (paragraphs). I suppose that doesn't agree well with the new exporter. Yours, Christian

Re: [O] Copying subtrees with footnotes

2013-03-21 Thread Christian Moe
Bastien writes: > Instead of adapting those function, I'd have a function to inline > external footnotes--and vice versa. This function would be helpful > in this case but in other situations too. +1! Yours, Christian

Re: [O] Programmatically insert source-blocks

2013-03-20 Thread Christian Moe
Hi, Thorsten, Here's one way, and pointers to more: http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00406.html Yours, Christian Thorsten Jolitz writes: > Hi List, > > it probably a command everybody knows, but I looked for it several times > and just missed it:

[O] Export hangs on 'Evaluation Disabled'

2013-03-13 Thread Christian Moe
41-g14c339), Gnu Emacs 24.2.1, Mac OSX 10.6.8. Yours, Christian

Re: [O] [RFC] Simplify attributes syntax

2013-03-13 Thread Christian Egli
unsure if I need to change anything in ox-taskjuggler.el. Is line 402 in org-taskjuggler--build-attributes maybe suspicious? (intern (upcase (format ":%s" attribute))) Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disa

Re: [O] Copyright/Distribution questions (Emacs/Orgmode)

2013-03-11 Thread Christian Egli
, > the freedom to share the software with your friends and neighbors, and > the freedom to share the changes you make. Again IANAL, but then the GNU GPL is pretty clear about this. Hope this helps Christian Footnotes: [1] on mailing lists and in the git repo of orgmode [2] http://www.gnu.

[O] [PATCH 3/3] Taskjuggler export: Target tj3 by default

2013-03-08 Thread Christian Egli
pe 'string) -(defcustom org-taskjuggler-target-version 2.4 +(defcustom org-taskjuggler-target-version 3.0 "Which version of TaskJuggler the exporter is targeting." :group 'org-export-taskjuggler :type 'number) -- 1.7.10.4 -- Christian Egli Swiss Library for the Blind, V

[O] [PATCH 2/3] Taskjuggler export: Only create a milestone if node has no children

2013-03-08 Thread Christian Egli
))) (and pri -- 1.7.10.4 -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland - Die neue Online-Bibliothek der SBS: Mit wenigen Klicks zum Buch unter http://online.sbs.ch

[O] [PATCH 1/3] Taskjuggler export: Fix a reference to a defcustom

2013-03-08 Thread Christian Egli
uggler versions. - (if (>= org-export-taskjuggler-target-version 3.0) "allocate" + (if (>= org-taskjuggler-target-version 3.0) "allocate" "allocations") allocate)) (and complete (format "

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
't > change anything to syntax. > > Did I miss something? Sorry, this is completely orthogonal to the new exporter. These are changes that should have been on the worg page before. E.g. For a while the exporter supported tj3. This fact was never properly publizized and the worg pa

Re: [O] [ANN] TaskJuggler ported to new export framework

2013-03-04 Thread Christian Egli
Hi all Bastien writes: > Christian, as the TaskJuggler expert out there, and if you have > some free time in the next few weeks, please let us know if it > works correctly (for TJ2 and TJ3). Sorry, was down with the flu last week. I'll look at it this week. > If th

Re: [O] org export Taskjuggler

2013-02-07 Thread Christian Egli
also the commentary in org-taskjuggler.el). In essence it treats the org file as a tree of nodes with properties that define the tasks, resources and reports. It doesn't use any of the common (old) exporting infrastructure. So woudn't a "ported" org-taskjuggler.el look exactly lik

Re: [O] org-caldav feedback

2013-01-21 Thread Christian Egli
* functions which produce tex from diary files. See the info entry on Writing Calendar Files. Also there is a Makefile which uses the cal-tex-* functions to generate hipster style printouts in contrib/scripts/org2hpda. This might serve as an inspiration. Thanks Christian -- Christian Egli Swis

Re: [O] Adding a class to html export of a list

2012-12-08 Thread Christian Moe
Hi, Here's one: Do (require 'org-special-blocks) Then, you can use: #+BEGIN_nav - [[#][Home]] - [[#about][About]] - [[#contact][Contact]] #+END_nav Yours, Christian On 12/8/12 4:16 AM, Tony Day wrote: Hi, I would like to add a class to a list on html export. So, this: #+BEG

Re: [O] OSX to PDF: Minimal Install

2012-11-03 Thread Christian Moe
Yours, Christian

Re: [O] Displaying agenda for today instead of diary with the calendar

2012-11-01 Thread Christian Wittern
On 2012-11-01 12:41, Nick Dokos wrote: (add-hook 'calendar-initial-window-hook 'org-agenda-list) That's it, it works wonderfully! Thank's a lot, Christian -- Christian Wittern, Kyoto

[O] Displaying agenda for today instead of diary with the calendar

2012-10-31 Thread Christian Wittern
buffer. Upon investigation, it seems that calendar calls 'view-diary-entries' to display the diary. Has anybody here managed to replace this with an appropriate call to display the agenda buffer? How would I go ahead to achieve this? Any help appreciated, Christian -- Christi

[O] bug#12718: bug#12718: 24.2.50; ODT export (old) fails with wrong-type-argument

2012-10-24 Thread Christian Moe
One other user already reported reproducing it, and I still get it with emacs -Q running Org 7.9.2 on Emacs 24.1.1. Yours, Christian On 10/24/12 3:32 PM, Bastien wrote: Hi Jambunathan, Jambunathan K writes: When I try to export to ODT (without invoking the new exporter or anything), I get

Re: [O] [BUG] [ODT] ODT export (old) fails with wrong-type-argument

2012-10-24 Thread Christian Moe
Hi, I confirm -- this is fixed in release_7.9.2-513-gad17c4. Thanks! Yours, Christian On 10/24/12 3:59 PM, Bastien wrote: Hi Christian, Christian Moe writes: When I try to export to ODT (without invoking the new exporter or anything), I get: OpenDocument export failed: Wrong type

Re: [O] [BUG] [ODT] ODT export (old) fails with wrong-type-argument

2012-10-17 Thread Christian Moe
On 10/16/12 10:25 AM, Christian Moe wrote: Hi, When I try to export to ODT (without invoking the new exporter or anything), I get: OpenDocument export failed: Wrong type argument: stringp, (org-export-odt-preprocess-latex-fragments) Hi again, Actually, this only happens on export-to-odt-and

Re: [O] [BUG] [ODT] ODT export (old) fails with wrong-type-argument

2012-10-16 Thread Christian Moe
Backtrace attached. The previous message wouldn't go through as long as I included the backtrace in the message body. No idea why. Christian Debugger entered--Lisp error: (wrong-type-argument stringp (org-export-odt-preprocess-latex-fragments)) file-exists-p((org-export-odt-preprocess-

[O] [BUG] [ODT] ODT export (old) fails with wrong-type-argument

2012-10-16 Thread Christian Moe
7.9.2 (release_7.9.2-458-ged698d @ /Applications/Emacs.app/Contents/Resources/site-lisp/org/) on GNU Emacs 24.1.1. Is it just me? Yours, Christian

Re: [O] [PATCH v3 00/11] Taskjuggler exporter improvements

2012-09-25 Thread Christian Egli
Hi Yann Bastien writes: > I have now applied those patches to master. I guess we should update the tutorial on worg (http://orgmode.org/worg/org-tutorials/org-taskjuggler.html). Would you have time to have a stab at this? Thanks Christian -- Christian Egli Swiss Library for the Bl

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
he sense that it exports the content. Instead it uses the headlines as nodes and exports those using some conventions. If this can be handled with the new exporter then sure go for it. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstr

Re: [O] Creating Gantt charts by Exporting to TaskJuggler 3.3.0

2012-09-25 Thread Christian Egli
Buddy Butterfly writes: > thanks for info. I will give this a try when I'll find the time. > At the moment, because of the scrambled handling of task_ids it > is not really usable. What exactly is the problem with the handling of task_ids? Thanks Christian -- Christian Egli Swi

Re: [O] Another tricky question: accessing named values

2012-09-14 Thread Christian Moe
tting around the result of each calculation (not what you're looking for here, I think), you could write a macro to expand to a call_() expression. Yours, Christian On 9/14/12 10:52 AM, Neuwirth Erich wrote: Define a name with a value #+name: myval #+begin_src elisp :exports both (+ 1 2)

Re: [O] Export citation with Org-cite

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

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

2012-08-20 Thread Christian Moe
hics :file ~/Desktop/testplot-with-Babel.png :width 480 :height 360 temp <- c(15, 17, 16, 19, 17, 18) year <- c(2000:2005) plot(year, temp, xlab="\305r", ylab="\260C") #+end_src (...) Yours, Christian Hi Christian, Your example worked for me without pr

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

2012-08-19 Thread Christian Moe
om the R command line. Compare the attached testplot-with-Babel.png and testplot.png. I'm running up-to-date Org on GNU Emacs 24.1 compiled for Mac OS 10.6.8. My .emacs sets current-language-environment to "UTF-8". Is this a bug, or is there a setting I should know about? Yours, Christian <><>

Re: [O] [PATCH 07/10] org-taskjuggler: make project umbrella task optional

2012-08-13 Thread Christian Egli
Yann Hodique writes: >>>>>> "Christian" == Christian Egli writes: >> I'm trying to understand the use case here. If I understand correctly >> the container headline will no longer unconditionally generate a root >> task. So you could have mult

Re: [O] [PATCH 07/10] org-taskjuggler: make project umbrella task optional

2012-08-09 Thread Christian Egli
sharing the same > + resources pool." I'm trying to understand the use case here. If I understand correctly the container headline will no longer unconditionally generate a root task. So you could have multiple root tasks? Does this work in both versions of tj? Thanks Christian -- Christ

Re: [O] [PATCH 00/10] Takjuggler exporter improvements

2012-08-09 Thread Christian Egli
reading the diffs it looks excellent. They implement some features which make the exporter much more flexible. I have one comment to patch "make project umbrella task optional" which I'll adress separately. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visua

Re: [O] Organizing a collection of papers

2012-07-02 Thread Christian Wittern
am quite pleased with the results. All the best, Christian -- Christian Wittern, Kyoto

Re: [O] [feature] Macros can't contain accents

2012-06-24 Thread Christian Moe
ctive differs: I'm happy to be able to use my language(s) freely in Org, even in the invisible bits, and would not trade it in for a speedup. That said, I don't particularly mind the status quo on macros. They're code-like, and we're used to ascii restrictions on computer code. Yours, Christian

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-18 Thread Christian Moe
On 6/18/12 9:41 AM, Christian Moe wrote: Hi again, I'm sorry, I'm not looking into it as such -- I haven't had time to catch up with the new exporter goodies. I was just wondering if Org or ODT had suddenly developed any built-in bibtex formatting capabilities I wasn't aware

Re: [O] [BUG] [new exporter] \cite and \ref in odt export

2012-06-17 Thread Christian Moe
Hi, Andreas, Could you say what behavior you expect when exporting \cite commands to ODT? Yours, Christian On 6/17/12 10:57 PM, Andreas Leha wrote: Hi all, I experience problems when using \ref and \cite in documents, and then exporting to odt. I can replace the \ref{uuu} with [[uuu

Re: [O] doi proxy , a test patch

2012-05-23 Thread Christian Moe
Uhhh... no, it doesn't. Sorry about the noise! (I've had that customization for a long time, and don't think I noticed that a hardcoded doi link type was introduced, so I didn't even test before posting.) Yours, Christian On 5/23/12 5:12 PM, Fabrice Pardo wrote: Does i

Re: [O] doi proxy , a test patch

2012-05-23 Thread Christian Moe
I think so. I find DOI links simplify life a great deal in any case: (setq org-link-abbrev-alist '(("doi" . "http://dx.doi.org/";))) e.g. doi:10.1016/j.jphysparis.2011.09.011 (Simply replace "dx.doi.org" with any privileged access point your institu

Re: [O] Timestamp: Forward or backward by a week

2012-05-15 Thread Christian Moe
Oops, sorry! Forgot the double-plus. With point on the timestamp, C-c . ++1w Yours, Christian On 5/15/12 3:42 PM, SW wrote: Christian Moe christianmoe.com> writes: C-c . +1w This updates the timestamp to be one week from *today*. I want to push the timestamp one week forward f

Re: [O] Timestamp: Forward or backward by a week

2012-05-15 Thread Christian Moe
C-c . +1w Yours, Christian On 5/15/12 3:34 PM, SW wrote: Pressing S-left/right anywhere on a timestamp decreases/increases it by one day. Pressing S-down/up on a component of a timestamp decreases/increases it by one unit of that component. How can we include an easy and quick way to

Re: [O] links to folders with non-english characters don't work (emacs 23&24 on osx)

2012-05-08 Thread Christian Moe
#x27;m on Emacs 23.3.1 and OS X 10.6.8, with current-language-environment always set to "UTF-8". AJR, do you only have this trouble with links, or do you experience other encoding issues as well? Yours, Christian On 5/8/12 11:03 AM, Bastien wrote: Hi, AJR writes: First I just

Re: [O] "# <>" should stick to the following text

2012-05-06 Thread Christian Moe
l use that construct extensively and look forward to the clarification. Yours, Christian --- Sent from mobile. Please excuse my brevity.

Re: [O] Can I export from org mode to org mode?

2012-05-04 Thread Christian Moe
f the manual page on `The export dispatcher' also described these options. Yours, Christian On 5/4/12 5:16 PM, x.pi...@gmail.com wrote: William Gardella writes: Thanks for your replies. I will try it. Another thing I have not been able to find is "export current node" c

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Christian Moe
That was my thought, too. Managing comments as Org items would be pretty cool. Christian Eric Schulte wrote: >Thanks to Google Summer of Code and to Thorsten's Bugpile project we >should have an interactive web front-end to Org-mode files by the end >of >the summer. Perhaps

Re: [O] Ever used org-mode contrib packages?

2012-04-11 Thread Christian Moe
On 4/11/12 10:46 PM, Martyn Jago wrote: suvayu ali writes: Hi François, On Wed, Apr 11, 2012 at 21:22, François Allisson wrote: I'm curious to know what you are using from org-contrib... - org-contacts - org-collector (for some projects) Yours, Christian

Re: [O] ATTR_HTML for a clickable image, howto?

2012-04-11 Thread Christian Moe
are other drawbacks, such as needing to backslash-escape any commas (as in the above example). And extensive use of macros looks terribly messy in Org source, though the same is likely true for any other extensive use of means to local formatting. Yours, Christian

Re: [O] ATTR_HTML for a clickable image, howto?

2012-04-07 Thread Christian Moe
Hi, Samuel, On 4/6/12 8:41 PM, Samuel Wales wrote: Christian and others, Will CSS solutions described in this thread work if you always export subtrees (not entire .org files) and never include style files? Yes, CSS styles apply to exported subtrees as well, whether from the default

Re: [O] ATTR_HTML for a clickable image, howto?

2012-04-06 Thread Christian Moe
On 4/6/12 10:52 AM, Christian Moe wrote: All the CSS needed to right-align all images that are children of a link anchor is: a img {float: right;} Correction: that's "descendants" of a link anchor, not just "children". If you need to limit this to images that are

Re: [O] ATTR_HTML for a clickable image, howto?

2012-04-06 Thread Christian Moe
single line of simple CSS, you can probably solve with a deprecated tag, several lines of complicated XSL, and a postprocessing hook in Org to issue a shell command to an XSLT processor... But why would you? If you like Org for its simplicity, you will love CSS. Yours, Christian

Re: [O] idea, in-line preview link

2012-04-05 Thread Christian Moe
quot; 'my/org-inlinefile-open (lambda (path desc format) desc)) #+END_SRC Yours, Christian On 4/5/12 11:04 AM, Torsten Wagner wrote: Hi, recently I was wondering if org-mode could have some sort of inline link. This would allow quick check-ups on details without having more and more buff

Re: [O] Table cell refs with @0 or $0 are broken

2012-04-04 Thread Christian Moe
Ah, OK - I'm blind: on rereading it, and retrying it, I see that it just pushes everything down to 0.000 - but that looks like a different bug to me, no? Nick That's what I'm getting, and you're right, it does look different. Yours, Christian

Re: [O] Table cell refs with @0 or $0 are broken

2012-04-04 Thread Christian Moe
is taken as implied. Ditto when $0 designates the current column. However, `@0$0' will not work. It would seem that either one of $0 and @0 on its own in practice designates "the current cell". Also, I can't think of a situation where either would be needed to designate a whole column or row respectively. Yours, Christian

Re: [O] ATTR_HTML for a clickable image, howto?

2012-04-02 Thread Christian Moe
feature request -- should I need to use image links, I'm fine with solving this with verbatim HTML. Yours, Christian On 4/2/12 10:14 AM, Bastien wrote: Hi François, pin...@iro.umontreal.ca (François Pinard) writes: then I get the display I wanted. Is there a way for having #+ATTR_HTML to be

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Christian Moe
ou're setting buffer-wide properties. Yours, Christian On 3/29/12 3:25 AM, Julian Burgos wrote: Hello everyone, This may be a very simple question. I want to tangle multiple source code blocks into a single file. Instead of using the same output filename as a block header (e.g. :tangle output

Re: [O] link to pdf in latex export

2012-03-27 Thread Christian Moe
part to the resulting link so it is exported as a link hereafter. Yours, Christian On 3/27/12 9:32 AM, Christian Moe wrote: Hi, Try customizing org-export-latex-inline-image-extension and leaving out "pdf".

Re: [O] link to pdf in latex export

2012-03-27 Thread Christian Moe
Hi, Try customizing org-export-latex-inline-image-extension and leaving out "pdf". Yours, Christian On 3/26/12 8:28 PM, Andreas Leha wrote: Hi all, I have a question concerning the latex export. Suppose, I have a pdf, that I want to have a link to in the exported latex doc, no

Re: [O] [OT] Issue with exported html on webserver

2012-03-26 Thread Christian Moe
a legacy of early shortcuts that were unproblematic at the time. But if people R 2 lazy 2 type 3 xtra chars, why not just use Perl? :) Yours, Christian

Re: [O] [OT] Issue with exported html on webserver

2012-03-25 Thread Christian Moe
Hi See if this explains it: http://www.000webhost.com/forum/web-design-html/25365-xhtml-not-recognised-parse-error-syntax-error-unexpected-t_string-line-1-a.html Yours, Christian suvayu ali wrote: >Hi, > >I labelled this OT since I am having the problem with only one >web server

Re: [O] exporting org to html & using an external css stylesheet

2012-03-16 Thread Christian Moe
turn off the defaults altogether, customize org-export-html-style-include-default. Yours, Christian On 3/16/12 12:19 AM, Zachary Jones wrote: I am trying to set up a website using org-mode and would like to use an external css stylesheet. I am currently using the #+STYLE: option with the arg

Re: [O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-15 Thread Christian Moe
the ODT exporter. Yours, Christian

Re: [O] BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results

2012-03-08 Thread Christian Moe
screw up anything else before I submit a properly formatted patch? Yours, Christian diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 03664b4..759fad4 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -870,7 +870,7 @@ when PUB-DIR is set, use this as the publishing directory."

Re: [O] BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results

2012-03-07 Thread Christian Moe
/export-test, where the HTML file is placed. This leaves the > HTML output completely broken. IIUC, this part of the problem should be easy to solve with the :dir header argument? You can set it once for the whole file with: #+PROPERTY: dir /tmp/export-test Yours, Christian

Re: [O] Export to multiple HTML files?

2012-03-05 Thread Christian Egli
te. Footnotes: [1] http://orgmode.org/manual/Using-the-mapping-API.html#Using-the-mapping-API -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Christian Moe
On 3/3/12 9:28 PM, Nicolas Goaziou wrote: (...) Christian Moe writes: On Mon, Feb 27, 2012 at 5:19 PM, Avdi Grimm wrote: Is there a way to export a single Org file to a bunch of HTML files, one for each heading of a given level? (...) I don't think there's been any way to do thi

Re: [O] Export to multiple HTML files?

2012-03-03 Thread Christian Moe
://www.sagehill.net/docbookxsl/Chunking.html I haven't tried. Yours, Christian

[O] [TIP/QUERY] Curly quotes in HTML

2012-03-01 Thread Christian Moe
")) org-export-html-special-string-regexps)) The advantage of going through org-export-html-special-string-regexps, I think, is that Org does smart replacements, so I don't accidentally e.g. replace straight quotes in code blocks. The regexps catch most combinations of quotes and punctuation. Query: Anyone using any other, perhaps better, tricks? Yours, Christian

Re: [O] Question: split up files for subprojects using taskjuggler-export (tj3)

2012-02-22 Thread Christian Egli
g-mode lessens the need to structure the projects into sub-files as org-mode is less verbose and inherently more structured. If you still would like to split you project some more I'd try to do something using (tj) include statements, e.g. defining them as your default reports. Hope tha

Re: [O] [dev] Implement "ref" link types

2012-02-19 Thread Christian Moe
, [[ref:table2]] and [[ref:table3]]" for "Tables 1, 2 and 3", etc. Good points. Note that the behaviour you suggest can easily be implemented using filters in the new exporter. Right. I regret not having had the time to play with the new exporter and give feedback, it sounds very smart. Christian

Re: [O] [dev] Implement "ref" link types

2012-02-19 Thread Christian Moe
following the type:name convention, so that e.g. just : in [[ref:tab:numbers]] we can see... would expand to in Table 2 we can see... If implemented, this should be user-customizable e.g. through an alist like (("fig" . "Figure") ("tab" . "Table&

Re: [O] Tweaking the export

2012-02-03 Thread Christian Wittern
seems that this is at the moment not possible, but I think it would be good to think about this, that will make defining new exporters or even org-file tweakers a breeze. Anyhow, again thanks for writing the new parser / exporter and for your help with my problem! All the best, Christian -- Christian Wittern, Kyoto

Re: [O] OT: taskjuggler question

2012-02-02 Thread Christian Egli
ly using start-process-shell-command (info: (elisp) Asynchronous Processes). That way you can continue to work with emacs but emacs doesn't know what happened to the subprocess. I'll have to do some more research on how to start a process in the background and still check if it succeeded. Tha

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-02 Thread Christian Egli
of how org might have worked for the > Fedora tj example > (http://www.taskjuggler.org/tj3/examples/Fedora-20/f-20.tjp). I had a look at the Fedora tj example. This is using tj to the max. It might not be a good use case for the tj exporter :-). But to understand your use case, c

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-01 Thread Christian Egli
he way, nice report! I was trying to squezze it all into one html file so I can open it easier from Emacs. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland - Neu bei der SBS: 9000 Buecher kau

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-01 Thread Christian Egli
ler exporter but AFAIK they should not influence this. Thanks Christian #+PROPERTY: Effort_ALL 2d 5d 10d 20d 30d 35d 50d #+PROPERTY: allocate_ALL dev doc test #+COLUMNS: %30ITEM(Task) %Effort %allocate %BLOCKER %ORDERED * Accounting Software :task

Re: [O] TaskJuggler 3.1 export (tj3)

2012-02-01 Thread Christian Egli
k with tj3 (version 3.1.0) (John > Hendy says it doesn't ("taskjuggler (tj3) export issues and > proposals"), but there are patches which should have made it work > (e.g. Christian Egli, "small edits to org-taskjuggler.el for tj3"). > So: what is the actual status? As

Re: [O] taskjuggler (tj3) export issues and proposals

2012-02-01 Thread Christian Egli
include this in the Emacs source we need to have assignments. I can't just take the ones from the tj3 manual (I'd have to ask the author first). 2. A way to invoke the view (as seamless as before). For tj 2.4 I was able to just invoke the taskjuggler gui with the exported tjp file.

Re: [O] Bug: can't use square brackets in link descriptions;

2012-01-31 Thread Christian Moe
d in org-make-link-string. If it were made customizable, that would take the pain (but not the ugliness) out of making links like the above. A backslash escape would have been nice to have, but \[...\] is already interpreted as a math environment. Yours, Christian On 1/31/12 5:19 PM, Chri

[O] Anyone going to FOSDEM?

2012-01-30 Thread Christian Egli
y interest for a meetup? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] org mode in press

2012-01-29 Thread Christian Wittern
trick for me, now all dependencies are met. Yeah! Christian -- Christian Wittern, Kyoto

Re: [O] org mode in press

2012-01-28 Thread Christian Wittern
ontification for the examples and org source code would be even more appealing, especially for people who encounter org for the first time. Keep up the excellent work!! Christian On 2012-01-27 23:43, Eric Schulte wrote: Hopefully this will serve as the canonical introduction to working wit

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
g-mode conversion. This would provide a general framework to systematically correct little problems in files. I guess here it shows that I am coming from the XML world, where a conversion from one XML file to another XML file with slight alterations of some aspects is a very common patte

Re: [O] Tweaking the export

2012-01-27 Thread Christian Wittern
Hi, Jambunathan and Nicolas, On 2012-01-27 22:47, Jambunathan K wrote: Nicolas I will let Christian answer for himself. Thanks Jambunathan, you are not only an excellent coder, but also an expert mind reader:-) What you describe is exactly what I want to achieve. text A text A' line 2

[O] Tweaking the export (was: Re: [ANN] ASCII back-end for new export engine)

2012-01-25 Thread Christian Wittern
could give me some pointers at how to tackle this problem. (And please be kind, since my elisp fu is pretty insignificant:-( ) All the best, Christian Wittern, Kyoto

Re: [O] Side-by-side support

2012-01-23 Thread Christian Wittern
ready be done with column properties?) All the best, Christian -- Christian Wittern, Kyoto

Re: [O] [bug] Tables in lists not exported to ODT

2012-01-23 Thread Christian Moe
On 1/23/12 11:48 AM, Andreas Leha wrote: Jambunathan K writes: Just pushed a fix whereby one can control the width of the tables. Thanks for this very useful feature. Works nicely for me. +1! Thanks, Christian

[O] Side-by-side support (was:Re: [ODT] image scaling overridden by long caption)

2012-01-22 Thread Christian Wittern
otes and so on. Therefore I end up with multiple 'tables', which will need to have the same width throughout the document. Therefore for this use-case, I would like to see a global setting for the relative width of these columns. All the best, Christian Christian Wittern, Kyoto

Re: [O] Captions for src and example blocks

2012-01-15 Thread Christian Wittern
aption. BTW, is it currently possible to set the size for figures (I mean, included graphic)? I know it is possible in Latex, but the Latex directive seems to be ignored by ODT? Anyway, I guess this problem will go away with the new generic exporter. ALl the best, Chris -- Christian Wittern, Kyoto

Re: [O] Captions for src and example blocks

2012-01-15 Thread Christian Wittern
Hi Nicolas, Thanks for your answer. On 2012-01-14 17:43, Nicolas Goaziou wrote: Hello, Christian Wittern writes: There was a thread last April about a way to introduce captions and labels to src and example blocks (see http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00877.html

[O] Captions for src and example blocks

2012-01-13 Thread Christian Wittern
. So a generic org-mode solution would be much more helpful. I wonder if somebody has any idea about how to achieve this. Greetings, Chris -- Christian Wittern, Kyoto

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
On 1/12/12 8:49 PM, Eric S Fraga wrote: Is there a list for symbols that will translate properly in ODT export, akin to the org-entities variable? That variable knows about latex, ascii, html, ... but not ODT! Not to worry, org-entities and ODT both speak utf-8. Yours, Christian

Re: [O] how to get \circ symbol in odt export?

2012-01-12 Thread Christian Moe
ossibility. Terminate with {} before non-space character, e.g.: Global mean temperature rose 0.74 \deg{}C over 1906--2005. See the manual, 11.7.1 for pretty inline display. Yours, Christian

Re: [O] bibtex bibliography exported to HTML

2012-01-04 Thread Christian Moe
it myself when I get the time: I was stumped before because it requires bibtex2html, written in Objective Caml, which I never got to compile... but it looks like they've got OS X binaries now. Yours, Christian

Re: [O] bibtex bibliography exported to HTML

2012-01-04 Thread Christian Moe
h other work. This version depends on bibtex for the formatting, so you need a working LaTeX installation. When your document's changed, before you export to HTML (or ODT), you need to first do a latex export and run bibtex on it. Instructions follow below. Yours, Christian Moe O

[O] Property inheritance issue with agenda view

2012-01-03 Thread Christian Prothmann
Hi, I am experiencing an issue with the display and inheritance of self-defined properties in the agenda column view. That's what I did: In Preference.el (Aquamacs), I set (setq org-use-properties-inheritance t). In xxx.org file, #+COLUMNS: %50ITEM %TAGS %PRIORITY %10TIMESTAMP %20Project %TO

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