Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-12 Thread Christian Egli
Myles English writes: > Trying to print an agenda to pdf always results in the paper size being > US letter even though ps-paper-type is set to a4. > > This is how I try to print it: > > (org-agenda-write "/home/myles/tmp/agenda.pdf" nil nil "*Org Agenda(a)*") org-agenda-write uses ps-print to d

Re: [O] export to odt

2013-06-12 Thread Eric S Fraga
Manfred Lotz writes: > On Tue, 11 Jun 2013 11:33:56 +0100 > Eric S Fraga wrote: [...] >> 2. The title and author fields in the exported document are protected >> in some way and I cannot figure out how to enable editing on them. I >> can change the style for these just fine but I cannot

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Viktor Rosenfeld writes: > Hi, > > Feng Shu wrote: > >> org-mode odt exporter are using 'org-odt-styles-file, which are odt >> templetes, I think latex exporter should do like this. for example: > > I would also like to have a template mechanism for my LaTeX exports. > However, I think the way to

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Feng Shu writes: > Viktor Rosenfeld writes: > >> Hi, >> >> Feng Shu wrote: >> >>> org-mode odt exporter are using 'org-odt-styles-file, which are odt >>> templetes, I think latex exporter should do like this. for example: >> >> I would also like to have a template mechanism for my LaTeX exports.

Re: [O] face for inline-tasks

2013-06-12 Thread Carsten Dominik
On Jun 11, 2013, at 9:42 PM, Andreas Leha wrote: > Hi all, > > how can I achieve, that the whole inline-task uses a font face > (esp. with background)? > > I customized the face org-inlinetask, but that only fontifies the last > stars and the 'END'. I would like to color the whole line plus

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-12 Thread Myles English
Hi Christian, Christian Egli writes: > Myles English writes: > >> Trying to print an agenda to pdf always results in the paper size being >> US letter even though ps-paper-type is set to a4. > Have you tried setting this variable with the custom interface, i.e. M-x > customize-variable RET ps-

Re: [O] face for inline-tasks

2013-06-12 Thread Andreas Leha
Carsten Dominik writes: > On Jun 11, 2013, at 9:42 PM, Andreas Leha > wrote: > >> Hi all, >> >> how can I achieve, that the whole inline-task uses a font face >> (esp. with background)? >> >> I customized the face org-inlinetask, but that only fontifies the last >> stars and the 'END'. I wou

[O] org-babel, gnuplot and buffer-wide header arguments

2013-06-12 Thread Carlos Russo
Hi it seems that org-babel-gnuplot only recognizes a few header arguments. I would like to set the following on top of the buffer: #+PROPERTY: term pdfcairo enhanced mono size 8cm,6cm font "Helvetica" in order to control the appearance of a bunch of figures generated by gnuplot #+begin_src gnup

Re: [O] [RFC] BibELTeX: native bibtex support in org-mode

2013-06-12 Thread Rüdiger Sonderfeld
Rasmus gmx.us> writes: > > Rüdiger Sonderfeld c-plusplus.de> writes: > > > I've started writing BibELTeX as an alternative to =ox-bibtex.el=. > > > > https://github.com/ruediger/bibeltex > > Would you consider providing a test file showing off its features? I added a file test/example.org.

Re: [O] [patch][ox-koma-letter] Support for to and from headings

2013-06-12 Thread Alan Schmitt
Hi Rasmus, Rasmus writes: > Rasmus writes: > >> Rasmus writes: >> >>> Hi, >>> >>> Some more patches that should work against the master branch. >>> >>> Patch 1: bug fixes. Most notably use symbols some places rather than >>> strings. >>> >>> Patch 2 adds support for TO and FROM headings. If y

Re: [O] Trigger org-capture window using linux shortcut key

2013-06-12 Thread jackin
Sincere thanks for your reply . I got it to work on my Debian machine as follows. Ref: http://comments.gmane.org/gmane.emacs.orgmode/33650 1) I appended these lines to my ~/.emacs file (defadvice org-capture-finalize (after delete-capture-frame activate) "Advise capture-finalize to close the f

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Nicolas Goaziou
Hello, Feng Shu writes: > I don't know other language users, for Chinese latex user, the first > thing of write a document may change the document class, for example, > change "article" to "ctexart". If I want use org-mode ,I should add all > the "class" common used to the "org-latex-classes",

Re: [O] Alarms in orgmode

2013-06-12 Thread Rene
Sébastien Vauban writes: > --8<---cut here---start->8--- > (defun rgr/org-display (min-to-app new-time msg) > (shell-command > (concat "notify-send " > "-i /usr/share/icons/gnome/32x32/status/appointment-soon.png " >

Re: [O] [PATCH (v5)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-12 Thread Nicolas Goaziou
Hello, Rasmus writes: > v5! Documentation added. Let me know if more stuff needs to be > polished. Applied. Thank you! Note that commit message's first line mustn't end with a period. Moreover, I slightly changed phrasing in `org-latex-classes' in order to insist on the fact that `org-export-

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Eric Abrahamsen
Feng Shu writes: > Feng Shu writes: > >> Viktor Rosenfeld writes: >> >>> Hi, >>> >>> Feng Shu wrote: >>> org-mode odt exporter are using 'org-odt-styles-file, which are odt templetes, I think latex exporter should do like this. for example: >>> >>> I would also like to have a template

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> I don't know other language users, for Chinese latex user, the first >> thing of write a document may change the document class, for example, >> change "article" to "ctexart". If I want use org-mode ,I should add all >> the "class" comm

Re: [O] [RFC] BibELTeX: native bibtex support in org-mode

2013-06-12 Thread Ista Zahn
On Wed, Jun 12, 2013 at 6:48 AM, Rüdiger Sonderfeld wrote: > Rasmus gmx.us> writes: > >> >> Rüdiger Sonderfeld c-plusplus.de> writes: >> >> > I've started writing BibELTeX as an alternative to =ox-bibtex.el=. >> > >> > https://github.com/ruediger/bibeltex >> >> Would you consider providing a tes

Re: [O] [PATCH (v5)][ox-latex.el] Allow AUTO argument to org-latex-guess-babel-language.

2013-06-12 Thread Rasmus
Nicolas Goaziou writes: > Applied. Thank you! > > Note that commit message's first line mustn't end with a period. > Moreover, I slightly changed phrasing in `org-latex-classes' in order to > insist on the fact that `org-export-default-language' is a language > code, not a language /per se/. Even

Re: [O] [patch][ox-koma-letter] Support for to and from headings

2013-06-12 Thread Rasmus
Alan Schmitt writes: > I applied the patches (just changing a small typo in the changelog). Thanks, let me know if any errors pop up. –Rasmus -- When in doubt, do it!

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Rasmus
Feng Shu writes: >>> 1. I don't need customize 'org-latex-classes >> >> I don't see why customizing `org-latex-classes' _once_ would be >> a nightmare. > > If all the CJKV org-mode users need customize this virable _once_ , > It's a nightmare for org-mode, for all the CJKV org-mode users need to

Re: [O] [suggest] We should import latex template system

2013-06-12 Thread Feng Shu
> > (eval-after-load 'ox-latex > '(add-to-list 'org-latex-classes > '("myclass" "\\documentclass{article} > [NO-DEFAULT-PACKAGES] > [NO-PACKAGES] > [EXTRA] > \\usepackage{mychinesestylefile}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") >

Re: [O] BUG - Problem in tangle-mode

2013-06-12 Thread Rainer M Krug
Rainer M Krug writes: > On Tuesday, June 11, 2013, Eric Schulte wrote: > >> Rainer M Krug > writes: >> >> > Eric Schulte > writes: >> > >> > >> > I've added a :tangle-mode header argument which may be used to >> control >> > the permissions of tangled files. See the manual for instru

[O] Bug in export orgtbl / LaTeX

2013-06-12 Thread AW
Hi! If I try to use orgtbl-mode in this file and export the orgtbl block inside the comment environment to the RECEIVE ORGTBL area, the LaTeX-file will not compile, because the numbering in the org-table is exported as \begin{enumerate} \item installment \end{enumerate} I'd say that inside tab

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-12 Thread Eric S Fraga
Myles English writes: > Hi Christian, > > Christian Egli writes: > >> Myles English writes: >> >>> Trying to print an agenda to pdf always results in the paper size being >>> US letter even though ps-paper-type is set to a4. > >> Have you tried setting this variable with the custom interface, i.

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Eric S Fraga
Luke Crook writes: > I just noticed that the List of Figures is not being generated in 8.0.3. > > I have a figure with; > > #+LATEX: \listoffigures > > #+ATTR_LaTeX: width=5.5cm Maybe try with #+attr_latex: :width 5.5cm The format for attributes has changed in version 8 of org. -- : Eric S Fr

[O] Bug: font locking breaks by saying "#+SETUPFILE" in the middle of a line [8.0.3 (release_8.0.3-165-g60ca9e @ /home/youngfrog/sources/org-mode/lisp/)]

2013-06-12 Thread Nicolas Richard
Hi all, Consider the following testing.el #+BEGIN_SRC emacs-lisp (setq inhibit-splash-screen t) (add-to-list 'load-path "~/sources/org-mode/lisp/") (let ((org-agenda-files '("testing.org"))) (org-agenda-list)) #+END_SRC and the following testing.org #+begin_src org ,* Heading On

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Nick Dokos
Eric S Fraga writes: > Luke Crook writes: > >> I just noticed that the List of Figures is not being generated in 8.0.3. >> >> I have a figure with; >> >> #+LATEX: \listoffigures >> >> #+ATTR_LaTeX: width=5.5cm > > Maybe try with > > #+attr_latex: :width 5.5cm > > The format for attributes has c

[O] managing a work log

2013-06-12 Thread Adam Spiers
Hi all, With `org-archive-mark-done' set to `t', entries will be marked as done when `org-archive-subtree' is invoked. However, this does not honour the expected behaviour when `org-log-done' is set to `'time', i.e. that a `CLOSED: [timestamp]' line will be inserted just after the headline. Is t

Re: [O] export to odt

2013-06-12 Thread Manfred Lotz
On Wed, 12 Jun 2013 08:33:55 +0100 Eric S Fraga wrote: > Manfred Lotz writes: > > > On Tue, 11 Jun 2013 11:33:56 +0100 > > Eric S Fraga wrote: > > [...] > > >> 2. The title and author fields in the exported document are > >> protected in some way and I cannot figure out how to enable > >> ed

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-12 Thread John Hendy
Just wanted to follow up on this. I haven't been using =C-a s= a ton so it drifted off my radar, but recently needed to use it a lot and noticed this was still persisting. Thanks! John On Mon, May 27, 2013 at 2:00 AM, Bastien wrote: > Hi Rainer, > > Rainer Stengele writes: > >> any chance to ge

[O] Relation between todo-mode.el and Org-mode?

2013-06-12 Thread Thorsten Jolitz
Hi List, on the 'emacs-devel' mailing list I saw the announcement of a new version of `todo-mode.el', which I found a bit surprising - I would not have expected that something else as Org-mode is used nowadays to manage todo lists with Emacs? How is the relation between these two packages - if

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-12 Thread Bastien
Hi John, John Hendy writes: > Just wanted to follow up on this. I haven't been using =C-a s= a ton > so it drifted off my radar, but recently needed to use it a lot and > noticed this was still persisting. ... it's still on my radar too, I've just been overwhelmed by work and other stuff. I sh

Re: [O] Relation between todo-mode.el and Org-mode?

2013-06-12 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > How is the relation between these two packages - if there is any? To my knowledge, there is no relation -- I'd be curious to know if anyone on this list has been testing/using it. > Anybody with more insights? Not from my side, but given the lengthy manu

Re: [O] BUG - Problem in tangle-mode

2013-06-12 Thread Eric Schulte
> > Hi > > it seems that I have no luck at the moment. > > Now the post tangle hook does not seem to be called. > It is called, however the shell script you are trying to execute is not executing because it is not set as executable. The permissions of tangled files are set *after* the post-tangle

Re: [O] Agenda printing: org-agenda-write doesn't use ps-paper-type

2013-06-12 Thread Myles English
Eric S Fraga writes: >>> Myles English writes: >>> Trying to print an agenda to pdf always results in the paper size being US letter even though ps-paper-type is set to a4. > > Have you checked to see if the postscript version uses the right paper > size? Just in case the ps -> pdf co

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Luke Crook
On Tue, Jun 11, 2013 at 4:58 PM, Rasmus wrote: > > > Hi Luke! > > It seems you're using v8.0.3. . . > Thank you for the feedback. I should have scrubbed my tags pre-8.0 tags to conform to the post-8.0 world, sorry about that. The following tags now work as expected. The "List of Figures" lin

Re: [O] List of Figures not being generated in 8.0.3?

2013-06-12 Thread Luke Crook
On Tue, Jun 11, 2013 at 4:58 PM, Rasmus wrote: > > > It seems you're using v8.0.3. . . > > Your example would be something like > > #+OPTIONS: toc:nil > #+TOC: figures ## <-- not implemented currently > #+LATEX: \listoffigures > > The following generates the "List of Figures" #+TOC: listings No

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-06-12 Thread Samuel Wales
I don't know if this is related, but I had issues with org-mouse not working on Org files that I load with find-file-noselect in .emacs. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it.

[O] org-id should require newcomment?

2013-06-12 Thread Samuel Wales
If newcomment is loaded, this bug does not occur: Pasting link results in "org-run-like-in-org-mode: Symbol's value as variable is void: comment-region-function". Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from

Re: [O] Org-mode and Taskjuggler

2013-06-12 Thread Louis Turk
Hi Christian and others that are helping me, Many thanks! I've run into more problems, but I'm encouraged that with your help I'll soon have Taskjuggler enabled. On 06/11/2013 04:46 PM, Christian Egli wrote: > Hi Louis > > Louis Turk writes: > >> I'm very interested in your work to get Org-mode

Re: [O] Bug: Babel Haskell mode [8.0.3 (8.0.3-30-g56b864-elpa @ /Users/ix/.emacs.d/elpa/org-20130610/)]

2013-06-12 Thread Eric Schulte
Simon Beaumont writes: > Well that's really odd: I modded the paths in init.el and did the following: > > emacs -Q -l init.el foo.org > > When I eval'ed the code block in foo.org (twice) I still get message: > "Code block returned no value" I've attached the inferior haskell > buffer and all rele

Re: [O] Org-mode and Taskjuggler

2013-06-12 Thread Nick Dokos
Louis Turk writes: > "M-x customize org-export-backends" did not work for me. If I type > "M-x customize-group" then type "org" I get into org related stuff, > but nothing about export-backends. And in trying to figure this out I > somehow disabled C-c C-e, so now I can't export to anything. I'm

Re: [O] org-babel, gnuplot and buffer-wide header arguments

2013-06-12 Thread Eric Schulte
Carlos Russo writes: > Hi > > it seems that org-babel-gnuplot only recognizes a few header arguments. > I would like to set the following on top of the buffer: > > #+PROPERTY: term pdfcairo enhanced mono size 8cm,6cm font "Helvetica" > > in order to control the appearance of a bunch of figures ge

[O] [PATCH] Override the default class name with a new one.

2013-06-12 Thread Feng Shu
#+LATEX_CLASS: article %%output: \documentclass[11pt]{article} ... -- #+LATEX_CLASS: article #+LATEX_CLASS_NAME: ctexart %%output: \documentclass[11pt]{ctexart} -- >From 338ce85c306ae400ba8c62bfaecaf8973346faa0 Mon Sep 17 00:00:00 2001 From: Feng

[O] Bug: Exporter omits inline code blocks [8.0.3 (release_8.0.3-238-g172061 @ /home/horn/Repos/el/org-mode/lisp/)]

2013-06-12 Thread Tassilo Horn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -