[O] patch for org-compile-file

2016-12-22 Thread Christian Wittern
Dear Org List, I came across a typo that makes exporting to Latex impossible. The attached patch fixes this problem. This is the first patch I submit, and I changed just one line. If there is a problem, you can just fix this one place manually. All the best, Christian -- Christian

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
On 12/21/2016 10:25 PM, Karl Voit wrote: * Christian Wittern <cwitt...@gmail.com> wrote: On 12/21/2016 05:07 AM, Karl Voit wrote: I got the tipp of creating «~/.emacs.d/elpa/org-3101/org-pkg.el» with: (define-package "org" "3101" "Dummy org mode pac

Re: [O] Preventing Org from being installed by elpa

2016-12-21 Thread Christian Wittern
load("/home//.emacs.d/elpa/org-3101/org-autoloads" nil t) Is there a way to avoid this? All the best, Christian -- Christian Wittern, Kyoto

Re: [O] Remove Org from Emacs repository?

2016-12-18 Thread Christian Moe
+1. (= Keep it in.) Yours, Christian Carsten Dominik writes: > Dear all, > > I'd hate to see Org removed from Emacs. It took a lot of work to get it > in, and I believe that the vast majority of Emacs users does not install > packages. For a newbie to get to Emacs and to

[O] ox-latex: Export ignores org-latex-classes from 4th level on

2016-11-06 Thread Christian Heinrich
rst 3 levels, line 1893 gets called, too). Can anyone see whats going on here? I'm currently on master. I tried older versions, but this bug must have been there since 7.8 (I couldn't compile many older versions any more or I couldn't export). Thanks Christian PS: I couldn't find any news abo

Re: [O] ODT export

2016-10-12 Thread Christian Moe
as it should, though. Yours, Christian Eduardo Mercovich writes: > Hi Philip. > >>> First time out, very disappointing and confusing results. >>> Having created a styled example.odt file as per instructions in the >>> manual... >>> [...] >>> (i

[O] [DOCS] Re: Making DocBook xml books from org mode?

2016-09-30 Thread Christian Moe
uld probably be carefully excavated and placed in the Museum of Paleorgology. Yours, Christian

Re: [O] apply attr_html to a whole figure?

2016-09-22 Thread Christian Moe
you wanted, and a pain in the neck if you have many such figures, but gives you enough to work with in CSS. 2. Add javascript to move the extra class attribute from the img to the containing div. 3. Write an export filter. Yours, Christian Matt Price writes: > When exporting ima

Re: [O] Inline HTML?

2016-09-21 Thread Christian Moe
e does. > However, a separate portion of my file has a long line and I > do /not/ want a new paragraph, just to force a : Quoting HTML is one solution (as you've already discovered), but more simply, you could do: This long line starts here \\ and continues here. Yours, Christian

Re: [O] odt macro export

2016-08-06 Thread Christian Moe
method if you want to affect paragraph-style properties rather than character-style ones, though. Yours, Christian

Re: [O] verse

2016-07-27 Thread Christian Moe
simply right-click on a verse and choose 'Edit Paragraph Style' from the menu. Choose a different font. Change any other styles (e.g. headings) as you like. Save the modified document in a convenient place, then use it as an Org ODT styles file as described in the manual. Yours, Christian

Re: [O] verse (was: orgmode aquivalent of hfill?)

2016-07-26 Thread Christian Moe
Uwe Brauer writes: > It seems that the verse environment does what I want, it is however > exported in a ugly font (type writer), how can I change that font. See the manual, section 12.9.4 "Applying custom styles". Yours, Christian

Re: [O] Patch: default CSS class for SVG images in HTML export

2016-07-25 Thread Christian Moe
% or 90% to scale all SVGs to fit neatly inside their container? Yours, Christian

Re: [O] Request: change SVG embedding in exported HTML

2016-07-24 Thread Christian Moe
results to this list. I think I've been there, too, in the past. But it Works for me with Org 8.3.4 in Firefox, and Jarmo Hurri now reports it working in Chrome (see the thread "Scaling HTML-exported SVG"). It seems I got some details wrong about *how* it works, though. Yours, Christian

Re: [O] Scaling HTML-exported SVG

2016-07-24 Thread Christian Moe
e.g.: object { width: 200px; } or slightly safer .figure object { width: 200px; } But I agree that an explicit 'svg' class could be better.) Yours, Christian

Re: [O] Scaling HTML-exported SVG

2016-07-24 Thread Christian Moe
o/image.svg]] or: #+html_head_extra: #svgfig {width: 200px; } #+attr_html: :id svgfig [[path/to/image.svg]] For this to work, the SVG needs to be written to be scalable (with viewport set etc.). Yours, Christian

Re: [O] Babel CALL no longer produces HTML output

2016-07-24 Thread Christian Moe
Jarmo Hurri writes: >> Try: >> >> #+CALL: rekursio-pystyviivat[:noweb yes]() :results export html > > Greetings Christian, > > for some reason that did not improve the end result. Sorry, I had that solution freshly in mind from a different problem (i

Re: [O] Request: change SVG embedding in exported HTML

2016-07-24 Thread Christian Moe
I also disagree with myself :-) -- I wrote: > To sum up, makes the most common task simpler (scaling the > graphic), but the Org example I included seems to show that can be just as simple from Org. Forgot to edit the conclusion. cm

Re: [O] Request: change SVG embedding in exported HTML

2016-07-24 Thread Christian Moe
are possible with or SVG islands. Yours, Christian Scott Randby writes: > On 07/23/2016 08:53 AM, Jarmo Hurri wrote: >> >> Greetings. >> >> Request: An SVG file embedded in exported HTML should be embedded using >> the tag instead of . > > I second this requ

Re: [O] Babel CALL no longer produces HTML output

2016-07-23 Thread Christian Moe
> #+CALL: rekursio-pystyviivat[:noweb yes]() :results html HTML blocks have been replaced with EXPORT blocks in recent Org. For good reasons, I presume, but it takes some getting used to. Try: #+CALL: rekursio-pystyviivat[:noweb yes]() :results export html Yours, Christian

Re: [O] Tuning the layout of published html

2016-07-19 Thread Christian Moe
...loads more CSS here... } #content { float: left; ...and more CSS here... } Yours, Christian

Re: [O] Tuning the layout of published html

2016-07-19 Thread Christian Moe
, Christian Jarmo Hurri writes: > Greetings. > > I am writing teaching material (for programming) using Org. All the > material (text, figures, code, program outputs) are written using Org > and Babel-supported languages. Publishing to html works just fine. What > I would like to do,

Re: [O] Importing ODT/libreoffice into Org

2016-07-17 Thread Christian Moe
alics". 4) As a replacement, type: "/$1/" (for Org). 5) Replace all. Annoyingly, there seems to be no way to write a macro for this in LibreOffice, as formating attributes on search/replace isn't part of the API. (If anyone has information to the contrary, please let me know.) Yours, Christian

[O] :exports ignored when org-export-babel-evaluate is nil

2016-07-03 Thread Christian Heinrich
This doesn't work for me, too. Thanks Christian signature.asc Description: This is a digitally signed message part

Re: [O] patch for custom colored links in org-mode

2016-06-27 Thread Christian Wittern
Dear John, I was wishing for this feature for a couple of years and would very much like for this to become possible! While I do not exactly understand how you are doing it, if it works that should be good enough. Thanks a lot! Christian On 06/26/2016 10:35 PM, John Kitchin wrote: Hi all

Re: [O] HTML export without org title as H1?

2016-06-10 Thread Christian Wittern
On 06/10/2016 10:17 PM, John Kitchin wrote: I am not sure I follow what you want. You can get rid of the title with the option: title:nil Yes, this is exactly what I need. Thank you! All the best, Christian -- Christian Wittern, Kyoto

[O] HTML export without org title as H1?

2016-06-10 Thread Christian Wittern
+SETUPFILE: kanripo.blog.setup #+OPTIONS: num:nil toc:nil html-style:nil #+begin_html ... #+end_html ** Here starts the first real head .. and so on Any help appreciated, Christian -- Christian Wittern, Kyoto

Re: [O] Open Peer-Review Reproducible Publication with Org and GRASS

2016-06-06 Thread Christian Moe
This is really interesting on several levels. Thanks for posting. Yours, Christian Ken Mankoff writes: > Hi Org and GRASS lists, > > I just wanted to let these two lists know that I've just posted a paper > written in Org and using GRASS (text-mode) and Python for the analysis

Re: [O] Row reference for :table-line-pos in a capture template.

2016-04-14 Thread Christian Moe
Hello, Nicolas just fixed a bug related to this. If you can pull the latest version, try and see if it works now. Yours, Christian leho.y...@gmail.com writes: > hello, > I'm trying to use :table-line-pos in a capture template. > I want add new line just after the third hline in

Re: [O] [BUG] Capture template table line specification

2016-04-14 Thread Christian Moe
Nicolas Goaziou writes: > Fixed. Thank you. Confirmed! Thank you. Yours, Christian

Re: [O] [BUG] Capture template table line specification

2016-04-13 Thread Christian Moe
Hello, Yes, apologies. Here's a fairly minimal example. In making it, I discovered that capture works until I add the table-formula line. With the formula, it fails as described below. Yours, Christian #+title: Capture test #+begin_src emacs-lisp (setq org-capture-templates '((&q

Re: [O] OT: two interesting articles about (non-)reproducible research

2016-04-11 Thread Christian Moe
ce, yes; dependence on canvasser belonging to victimized group, no. Anyway, very interesting stuff that I'd have missed if not for the posts here, OT or not. Thanks! Yours, Christian

[O] [BUG] Capture template table line specification

2016-04-10 Thread Christian Moe
;II-1" Far as I can tell from the manual, the specification is exactly right, and it has always worked before. Yours, Christian

[O] [BUG] Failure to run sh source block

2016-04-10 Thread Christian Moe
Yours, Christian

Re: [O] export to odt is not per default in the export menu

2016-04-10 Thread Christian Moe
>>> FWIW, I also think this would be a good thing to load by default. >> >> Done. > > Thanks very much, Nicolas! +1! Yours, Christian

Re: [O] seeking advice on use of drawers vs blocks

2016-04-09 Thread Christian Wittern
Dear Nicolas, On 2016-04-07 20:57, Nicolas Goaziou wrote: > ":end:" is also valid. Syntax is case-insensitive, unless specified in > the document. Thank you for this clarification. All the best, Christian -- Christian Wittern, Kyoto

Re: [O] export to odt is not per default in the export menu

2016-04-08 Thread Christian Moe
not advertise it? It's a major feature and it works well. Yours, Christian Eric Abrahamsen writes: > Uwe Brauer <o...@mat.ucm.es> writes: > >> Hi >> >> When I use org-export-dispatch, then a list of possible formats pop up >> but odt is not among them. Only if

Re: [O] seeking advice on use of drawers vs blocks

2016-04-07 Thread Christian Wittern
Hi, On 2016-04-07 18:05, Christian Moe wrote: > The syntax document is at http://orgmode.org/worg/dev/org-syntax.html. > It defines drawers as a "greater element", and says that greater > elements may contain other greater elements. Exporting a sample block > wrapped

Re: [O] seeking advice on use of drawers vs blocks

2016-04-07 Thread Christian Moe
may arise, though... Yours, Christian Christian Wittern writes: > Dear Christian, > Thank you for your feedback. > On 2016-04-05 16:54, Christian Moe wrote: >> On the third hand, have you considered wrapping a block in a drawer? > No, I had not considered this. Let me play around

Re: [O] seeking advice on use of drawers vs blocks

2016-04-07 Thread Christian Wittern
Dear Christian, Thank you for your feedback. On 2016-04-05 16:54, Christian Moe wrote: > On the third hand, have you considered wrapping a block in a drawer? No, I had not considered this. Let me play around with that idea for a while. Is this syntactically allowed? I remem

[O] Test failures on update

2016-04-06 Thread Christian Moe
he upgrade), or Mac idiosyncracies to do with shells and paths. Others look more worrisome. I attach the list of failures, in case maintainers find it useful. Let me know if you need other information (that I can provide by following simple instructions). Yours, Christian #+begin_example Ran 619

Re: [O] seeking advice on use of drawers vs blocks

2016-04-05 Thread Christian Moe
to remember where all the colons and pluses go. If you only need the added metadata/functionality for some annotations, and not always, that might be a solution. Yours, Christian Moe Christian Wittern writes: > Dear Orgmoders, > > Today I would like to poll the collective wisdom of th

[O] seeking advice on use of drawers vs blocks

2016-04-05 Thread Christian Wittern
how this can be done? Has anybody done something similar? Apart from that, I wonder if there are other things to consider in the question: Should I move to block syntax rather than staying with drawers? Any and all comments appreciated, Christian Wittern [1] http://www.mandoku.org/mandoku

Re: [O] How to do proper folding and semantic markup

2016-03-31 Thread Christian Moe
more? An OS X upgrade just nuked my unix toolchains, including latex, so I haven't checked how things work there. Yours, Christian

Re: [O] Spreadsheet: Conditionally apply formula to cell?

2016-03-19 Thread Christian Moe
Hi, Yes, there is. See the manual on logical operations in "Formula syntax for Calc", which gives an example for almost exactly the same thing. | 1 | 2 | 13 | | | || #+TBLFM: $3=if("$1" == "nan" || "$2" == "nan", string("")

Re: [O] make test is failing? [ob-fortran stuff]

2016-02-23 Thread Christian Moe
I always fail the Fortran tests too, on Mac OS X 10.6.8, though supposedly there's a Fortran interpreter in there somewhere. Yours, Christian Kaushal Modi writes: > Hi all, > > I cloned a fresh copy of org-mode and ran "make test" for the first time. > > The fol

Re: [O] Numbered list counting down?

2016-02-22 Thread Christian Moe
Hi, This will work: 1. [@3] Third 2. [@2] Second 3. [@1] First Yours, Christian Peter Davis writes: > I'm trying to create a numbered list where the numbers count down > instead of up. As I understand this: > <http://orgmode.org/manual/Plain-lists.html>, the follow

Re: [O] references to arbitrary labels in org and export to latex

2016-02-05 Thread Christian Wittern
like 'url;mandoku-en' instead. Yes, right, but it seems I still do not get the numbering I would like to have, so I guess I will have to go with the Bibtex route after all. Thanks anyway. Christian -- Christian Wittern, Kyoto

Re: [O] Filling a list of dates in a spreadsheet

2016-02-04 Thread Christian Moe
Hi, S- (Shift-Return) is your friend. After you've entered the first two dates, move down to the third row (which needs to be empty), and hit S-. You can continue pressing S- without moving down a row each time. Yours, Christian Cameron Horsburgh writes: > Hi folks, > > I'm putting

[O] orgmode display in grep buffers

2016-02-02 Thread Christian Wittern
to the hit gets lost. All the best, Christian -- Christian Wittern, Kyoto

[O] references to arbitrary labels in org and export to latex

2016-02-02 Thread Christian Wittern
: url:mandoku-en at the place where the URL is. This does not work as expected and the exporter complains about a missing link to url:mandoku. Does anybody have an idea about how to solve this? Christian -- Christian Wittern, Kyoto

Re: [O] Orgmode testsuite

2016-01-28 Thread Christian Kruse
here, we'll have to live with it until next > week. That’s fine for me, just wanted to make sure that it can get fixed and you don’t need more information. Thanks for your work! Freundliche Grüsse, -- Christian Kruse https://wwwtech.de/about signature.asc Description: PGP signature

Re: [O] Orgmode testsuite

2016-01-27 Thread Christian Kruse
information on that? I hit the error, too. Best regards, -- Christian Kruse https://wwwtech.de/about signature.asc Description: PGP signature

Re: [O] Beamer export: metropolis-theme specific question

2015-12-13 Thread Christian Zang
for my setup, since I usually do not use columns. Best, Christian HTH, eric

Re: [O] Two column layout from org source?

2015-12-06 Thread Christian Wittern
ved. Any advice on this is also appreciated. Christian -- Christian Wittern, Kyoto

Re: [O] Two column layout from org source?

2015-12-06 Thread Christian Wittern
Dear John On 2015-12-07 07:24, John Kitchin wrote: > check > out > http://mirrors.concertpass.com/tex-archive/macros/latex/contrib/paracol/paracol-man.pdf > > > Looks like this is exactly what I need, thanks. Christian -- Christian Wittern, Kyoto

[O] Two column layout from org source?

2015-12-05 Thread Christian Wittern
Dear org users, I need to produce a two-column text, where each of these columns has the same content but in a different language. I would like to derive this from org documents. Any ideas on how to set this up are much appreciated! All the best, Christian -- Christian Wittern, Kyoto

Re: [O] Citation processing via Zotero + zotxt

2015-12-02 Thread Christian Wittern
nds and let the user decide what to use. If the result is in both cases org-formated citations, that should not make it too difficult, no? All the best, Christian -- Christian Wittern, Kyoto

Re: [O] iPad text editor for .org files in Dropbox?

2015-11-25 Thread Christian Wittern
the associated Dropbox folder. Christian -- Christian Wittern, Kyoto

Re: [O] small caps

2015-10-30 Thread Christian Moe
the CSS in a separate stylesheet, of course. Yours, Christian

[O] Update hangs on compiling org-timer.el

2015-10-28 Thread Christian Moe
Hi, Anyone else seeing this? I'm trying to update Org for the first time in ages, using "make update2" on Mac OS X 10.6.8. (No, haven't upgraded that for a while, either.) The process gets as far as "Compiling path/to/lisp/org-timer.el" and hangs there until I kill it. Yours, Christian

Re: [O] prompt for deadline in capture template?

2015-10-25 Thread Christian Moe
t; See (info "(org) Template expansion") My template for work projects includes this fragment: "* TODO %^{Title} %^g\n SCHEDULED: %^{Scheduled to begin}t DEADLINE: %^{Deadline}T\n [...]" Note the t's after the prompts, asking specifically for the date (t) to start work and and date + time (T) for the deadline. Yours, Christian

Re: [O] subject tree listing from publish

2015-10-22 Thread Christian Moe
For a listing by a hierarchy of subject, I think the index system does what you want and is the only approach that does what you want out of the box. But if I understand correctly, you already have an index, and want this to be a separate listing? Yours, Christian Greg O'Keefe writes: >

Re: [O] Show first leaf heading on startup

2015-10-20 Thread Christian Moe
You could set a VISIBILITY property manually, but that solution of course is not robust to changes in outline and does not automatically carry over to other documents. [[info:org#Initial visibility]] Yours, Christian Shankar Rao writes: > How can I make it so that on startup, only the cont

Re: [O] Add custom CSS class to code section?

2015-10-01 Thread Christian Moe
Hi, #+BEGIN_foo #+BEGIN_SRC R system.time( result <- doSomething() ) #+END_SRC #+END_foo will wrap your code section in a element. Yours, Christian Williams, Ken writes: > Hi, > > In http://orgmode.org/manual/CSS-support.html , I can see how to style > Org-Mode's exist

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-29 Thread Christian Moe
g, but can't you just add asterisks in front > of each line? Maybe with a keyboard macro? Or even a sed script? > > There's a reason that org files are plain text. > > Nick Mark the region and do `C-c *'? Yours, Christian

Re: [O] emacs & org mode for scholars questions

2015-09-04 Thread Christian Wittern
On 2015-09-02 19:40, John Kitchin wrote: > Cool! Thanks for the shout out to org-ref! > > my jmax starter package (http://github.com/jkitchin/jmax) is basically > designed for the last point you described. I use it with students (41 > this semester!) as a standalone "package". It isn't as polished

Re: [O] HTML Export, CSS Styling

2015-08-22 Thread Christian Moe
purist views of what links should mean, and is bad for document portability. Originally my idea, I'm afraid.) Hope this helps, Christian David A. Gershman writes: I've been reading all evening about HTML exporting, style sheets, etc. Maybe I've been inundated with information, but I haven't been

Re: [O] sip: links

2015-06-23 Thread Christian Thaeter
-command xmpp nil (org-replace-escapes org-xmpp-command `((%u . ,destination) (provide 'org-xmpp) ;;; org-xmpp.el ends here Christian On Mon, Jun 22, 2015 at 11:02 AM, Christian Thaeter ct.orgm

Re: [O] sip: links

2015-06-22 Thread Christian Thaeter
On 2015-06-22 11:27, Michael Strey wrote: On So, 2015-06-21, Christian Thaeter wrote: [...] looks good, I'll use that instead of my hack. Look out for bugs. It's one of my very first emacs-lisp hacks. I've a minor ideas to add: Instead just append the telephone number

Re: [O] sip: links

2015-06-21 Thread Christian Thaeter
On 2015-06-21 12:37, Michael Strey wrote: Hi Christian, On Sa, 2015-06-20, Christian Thaeter wrote: anyone of you happen to have a url handler for 'sip:' links invoking a telephony app (eg. linphone) when clicked? The attached org-dial.el provides support for a link type `tel

[O] sip: links

2015-06-20 Thread Christian Thaeter
anyone of you happen to have a url handler for 'sip:' links invoking a telephony app (eg. linphone) when clicked? Otherwise I may give a try on my own nonexistent elisp skills :D Christian

Re: [O] sip: links

2015-06-20 Thread Christian Thaeter
On 2015-06-20 17:23, Christian Thaeter wrote: anyone of you happen to have a url handler for 'sip:' links invoking a telephony app (eg. linphone) when clicked? Otherwise I may give a try on my own nonexistent elisp skills :D Christian Note to self: The code below works for me

Re: [O] No ODT Export

2015-06-02 Thread Christian Moe
SabreWolfy writes: I'm using Org 8.2.4. C-c C-e does not offer any ODT export. Where should I start looking to solve this? It's not included among export backends by default. Adding (add-to-list 'org-export-backends 'odt) should do the trick. Yours, Christian

Re: [O] New maintainance team

2015-05-24 Thread Christian Moe
Thanks and a big hand of applause to all of you, and to Nicolas, for making Org-mode keep on rockin'. Yours, Christian Bastien writes: Hi all, thanks for the quick answers on helping me with the maintaince. Here is the new maintainance team: Kyle Meyer will watch Emacs development

Re: [O] Continuing a numbered list

2015-04-30 Thread Christian Moe
, but you should be OK as long as it starts in any column to the right of the list item number. Yours, Christian

Re: [O] Numbering only *some* subheadings?

2015-04-30 Thread Christian Moe
} #+HTML_HEAD:#text-table-of-contents ul ul {list-style-type: decimal}/style Yours, Christian Matt Price writes: I would like to number only a single subset of subheadings in an html export, so that, e.g., * Introduction lorem ipsum * Coiurse Requirements lorem ipsum * Course Outline

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-04 Thread Christian Moe
Also, Zotero items are typically identified by [library-ID]_[item-key] hashes with an underscore separator. Christian Rasmus writes: Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: I am complaining about how org-element.el behaves. This [cite:@adler_how_1972] becomes this: Oh

[O] [ODT][BUG] Custom link types in ODT footnotes

2015-02-24 Thread Christian Moe
. Yours, Christian

Re: [O] [ODT][BUG] Custom link types in ODT footnotes

2015-02-24 Thread Christian Moe
Hi, I confirm it's fixed. Thanks! That was fast. Yours, Christian Nicolas Goaziou writes: Hello, Christian Moe m...@christianmoe.com writes: custom link types created with org-add-link-type seem to no longer work in ODT footnotes. The expected output of the below example

Re: [O] Parent path for links

2015-02-19 Thread Christian Wittern
it as [[wp:your-project.org]] instead of [[~/working/project/your-project.org]]. Best, Christian -- Christian Wittern, Kyoto

Re: [O] ODT export: Issues with `org-export-footnote-first-reference-p'

2015-02-10 Thread Christian Moe
export failed: number-or-marker-p, nil -- can't be more detailed at the moment because my debugger doesn't seem to work correctly). So either way, there seems to be something that needs fixing. Yours, Christian Vaidheeswaran writes: The attached file, when exported to ODT fails to open

Re: [O] Japanese popularity of orgmode

2015-01-29 Thread Christian Wittern
Here is another academic org user in Japan. I started writing articles a few years ago and am also using it for doing research etc. I live in Kyoto, so please drop me a line if something goes on here!! Christian On 2015-01-28 09:54, Waldemar Quevedo wrote: Ishikawa-san I know a super

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Christian Moe
first, which could take a day or two. Yours, Christian I've just tried using zotxt again ( https://bitbucket.org/egh/zotxt-emacs/overview[1] -- first time in a while); it is remarkably easy to use in Org itself. By default, though, the links simply aren't handled in the HTML and ODT exports

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Christian Moe
... Will report back in a little while. Yours, Christian Matt Price writes: Christian, I would love to see this. I am using Erik's rewritten zotero-plain/org-zotero (zotxt-emacs); it works fine with zotero-standalone, so MozRepl not required, I don't think. I'm not sure if the link syntax is still

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Christian Moe
Matt Price writes: On Tue, Jan 27, 2015 at 8:30 AM, Rasmus ras...@gmx.us wrote: Hi, Christian Moe m...@christianmoe.com writes: Actually, Rasmus wrote the following, not I. IMO we /need/ to add proper citation support to Org, preferably with a real syntax rather than these link

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Christian Moe
that... Yours, Christian

Re: [O] [bug] ox-taskjuggler

2015-01-26 Thread Christian Egli
Søren Mikkelsen so...@aamikkelsen.dk writes: On 2015-01-23 09:59, Christian Egli wrote: Søren Mikkelsen so...@aamikkelsen.dk writes: It works, but only for tasks that aren't having a start attribute. It is possible to give a warning if the start attribute already exists and make

Re: [O] [bug] ox-taskjuggler

2015-01-23 Thread Christian Egli
Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [bug] ox-taskjuggler

2015-01-22 Thread Christian Egli
-taskjuggler-get-start function. Then just insert the start time in the (concat) statement maybe right after (and priority (format priority %s\n priority)) Let me know if you need any help Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled

Re: [O] mailto link with a subject and a content

2015-01-16 Thread Christian Moe
%20hkl...]] (The brackets are needed if you actually want to keep the trailing dots.) Yours, Christian Eric Abrahamsen writes: PICCA Frederic-Emmanuel frederic-emmanuel.pi...@synchrotron-soleil.fr writes: Hello, I would like to create a link (exported as html) which allow to prefill

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

2014-12-17 Thread Christian Moe
and the browser's doing something wrong. (As you can guess from my attitude, though, I'm not a professional web developer.) Yours, Christian

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

2014-12-17 Thread Christian Moe
= elements[0]; // instead of var e = elements[i]; Yours, Christian Rasmus writes: Hi Christian, Christian Moe m...@christianmoe.com writes: The issue is that the javascript that I use absolute position in pixels, and the browser doesn't update the location when zooming... Any ideas on how

Re: [O] [RFC] new :post header argument for post-processing of code block results

2014-12-12 Thread Christian Nybø
/lisp/) Regards, Christian Nybø

Re: [O] gnupg-2.1.0-4 Breaks Encryption in Emacs.

2014-12-02 Thread Christian Kruse
1509822256 nil u nil ...], 15 This totally explains why I can't sign or encrypt mails anymore. Thanks for the pointer! Best regards, -- Christian Kruse http://ck.kennt-wayne.de/

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

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

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

2014-11-27 Thread Christian Moe
#+OPTIONS: num:nil * Pop ** Abba ** Beatles --end example Yours, Christian

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

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

Re: [O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-06 Thread Christian Egli
then need to merge maint into master. OK, the fix is pushed to maint and merged to master. Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

Re: [O] [BUG] ox-taskjuggler: unable to use depends {gapduration}

2014-11-05 Thread Christian Egli
this myself but I haven't pushed to the repo in years. What is the current way? Do I just push to master? Thanks Christian -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12, CH-8045 Zürich, Switzerland

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