[Orgmode] export table html centered

2009-08-15 Thread henry atting
That is what I am searching for: Is there a markup rule that puts org tables centered on the resulting page when exported as html. Seems that #+BEGIN_CENTER – #+END_CENTER does not do this, marking a table like that solely leads to an error message: progn: Args out of range: 84, 906 henry

[Orgmode] Re: export table html centered

2009-08-16 Thread henry atting
On So, Aug 16 2009, Carsten Dominik wrote: Hi Henry, Nick, another way would be this: #+STYLE: styletable.center {margin-left:auto; margin- right:auto;}/style * A centered table #+ATTR_HTML: class=center | a | b | c | |---+---+---| | 1 | 2 | 3 | * An

[Orgmode] agenda other frame

2009-08-25 Thread henry atting
If org agenda is displayed in an other frame then windows aren*t restored when quitting, I have to kill the frame manually. I really would like it to behave like e.g. gnus-other-frame which automatically kills his frame on quitting. henry -- http://literaturlatenight.de

[Orgmode] org-invoice tutorial

2009-09-17 Thread henry atting
Hi all, is there anywhere a tutorial about org-invoice? Or at least a more detailed description? henry -- http://literaturlatenight.de ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] LaTeX export - customize own class

2009-09-28 Thread henry atting
I am trying to customize the orgmode export to the LaTeX class `play` A first level heading will then become the LaTeX \speaker{}, the text under this heading will become the text the speaker says. No problem so far, but some questions remain: - How can I prevent the export function from creating

[Orgmode] Re: LaTeX export - customize own class

2009-09-28 Thread henry atting
On Di, Sep 29 2009, Carsten Dominik wrote: On Sep 28, 2009, at 4:41 PM, henry atting wrote: I am trying to customize the orgmode export to the LaTeX class `play` A first level heading will then become the LaTeX \speaker{}, the text under this heading will become the text the speaker says

[Orgmode] Re: LaTeX export - customize own class

2009-09-29 Thread henry atting
On Di, Sep 29 2009, Nick Dokos wrote: henry atting nsmp...@online.de wrote: I pulled the newest git version, reloaded org.el and tried to load the hook with (add-hook 'org-mode-hook 'org-export-latex-final-hook) but when I am trying to export an org file to LaTeX I get an error

[Orgmode] Option SETUPFILE partially broken

2009-09-29 Thread henry atting
This morning the following setup file did work flawlessly: --8---cut here---start-8--- #+TITLE: #+OPTIONS: toc:nil #+LaTeX_CLASS: play --8---cut here---end---8--- I don't know if it has something to do with today's git

[Orgmode] Re: Option SETUPFILE partially broken

2009-09-30 Thread henry atting
On Mi, Sep 30 2009, Carsten Dominik wrote: On Sep 29, 2009, at 4:22 PM, henry atting wrote: This morning the following setup file did work flawlessly: I seriously doubt that. This worked when in the file being exported, but not when being in a #+SETUPFILE. It now does. - Carsten Okay

[Orgmode] org version from git

2009-11-09 Thread henry atting
I use the development version from git. Since some time org-version shows Org-mode version 6.31a Though I pulled constantly... -- http://literaturlatenight.de ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: org version from git

2009-11-10 Thread henry atting
On Mo, Nov 09 2009, Bernt Hansen wrote: henry atting nsmp...@online.de writes: I use the development version from git. Since some time org-version shows Org-mode version 6.31a Though I pulled constantly... Mine shows Org-mode version 6.32trans (release_6.32b.127.g471c2) Are you

[Orgmode] agenda view - assign file name

2009-12-25 Thread henry atting
I once used an option (but can't remember its name) which makes it possible to assign a different file name to a file from the agenda list. Lets say I have a file `name.org` then this option set in the file setup displays the entries after e.g. `another_name:` henry --

[Orgmode] org file containing different local variables

2010-01-22 Thread henry atting
An org file (it contains an explanation on using emacs distraction free for writing) lists on some places LaTeX Local Variables, eg: %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End: From then on Emacs does not open this file in org-mode but in latex-mode. Neiter setting

[Orgmode] Re: org file containing different local variables

2010-01-23 Thread henry atting
On Fr, Jan 22 2010, Jan Böcker wrote: On 22.01.2010 17:17, henry atting wrote: An org file (it contains an explanation on using emacs distraction free for writing) lists on some places LaTeX Local Variables, eg: %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End

[Orgmode] help on ditaa

2010-02-25 Thread henry atting
What exactly is the proper way to export code with ditaa? My knowledge must be fragmentary for only the code is exported but the conversion to images failes. I did something like this: Load the appropriate libs, like org-babel, org-babel-tangle, org-ditaa, org-exp-blocks, then set the variable

[Orgmode] Re: help on ditaa

2010-02-26 Thread henry atting
On Do, Feb 25 2010, Eric Schulte wrote: Try pressing C-c C-c with the cursor on your ditaa block. If an image is generated and a link inserted into the file, but you're still not getting an image on export then try making the following change (adding an exports header argument) to your block

[Orgmode] Re: help on ditaa

2010-02-26 Thread henry atting
Eric Schulte schulte.e...@gmail.com writes: Hi Henry, Try pressing C-c C-c with the cursor on your ditaa block. If an image is generated and a link inserted into the file, but you're still not getting an image on export then try making the following change (adding an exports header

[Orgmode] plotting when x-axis has non-numeric data

2010-02-27 Thread henry atting
I have a table which I am plotting longly, it looks like this: #+PLOT: title:expenses ind:1 type:2d with:lines #+PLOT: set:yrange [0:] labels:(month expenses average) | month | two |three| |++-| | November| 500 | 500 | | December| 500 | 500 | |

[Orgmode] Re: plotting when x-axis has non-numeric data

2010-02-28 Thread henry atting
On Sa, Feb 27 2010, henry atting wrote: I have a table which I am plotting longly, it looks like this: #+PLOT: title:expenses ind:1 type:2d with:lines #+PLOT: set:yrange [0:] labels:(month expenses average) | month | two |three| |++-| | November| 500

[Orgmode] Re: plotting when x-axis has non-numeric data

2010-03-01 Thread henry atting
On Mo, Mär 01 2010, Eric Schulte wrote: While for any serious plotting I would certainly recommend using Org-babel over org-plot, org-plot should still function correctly. I've just pushed up a fix to the bug you described, so your previous table should work once again. Yes, it works fine

[O] org-babel and python3

2011-08-10 Thread henry atting
How can I cause org-babel to use python3 instead of python2? Emacs (in python-mode) already does it flawlessly with (setq py-python-command /usr/bin/python3) henry -- http://literaturlatenight.de

Re: [O] org-babel and python3

2011-08-10 Thread henry atting
Rasmus ras...@gmx.us writes: henry atting nsmp...@online.de writes: How can I cause org-babel to use python3 instead of python2? Emacs (in python-mode) already does it flawlessly with (setq py-python-command /usr/bin/python3) There is a variable: ┏━━━┫ org-babel-python-command

[O] image active link face

2011-09-21 Thread henry atting
When I move the cursor over an image in an org buffer it is `highlighted` means it gets a red frame and a light blue bar at the left side. This surely can be customized but I cannot find the appropriate face name for it. Any hints? Cheers henry -- http://literaturlatenight.de

Re: [O] image active link face

2011-09-22 Thread henry atting
Eric S Fraga e.fr...@ucl.ac.uk writes: henry atting nsmp...@online.de writes: When I move the cursor over an image in an org buffer it is `highlighted` means it gets a red frame and a light blue bar at the left side. This surely can be customized but I cannot find the appropriate face

[O] org footnote bug?

2011-09-28 Thread henry atting
With org from cvs (Org-mode version 7.7 (release_7.7.326.g32cf8.dirty)) footnotes don't work properly when inserted in non org files. The first footnote appears above the footnote tag, all the others underneath: text [1] ... more text [2] [1] footnote ___ [2] footnote This does not happen

Re: [O] org footnote bug?

2011-09-28 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Hi Nicolas, henry atting nsmp...@online.de writes: With org from cvs (Org-mode version 7.7 (release_7.7.326.g32cf8.dirty)) footnotes don't work properly when inserted in non org files. The first footnote appears above the footnote tag

Re: [O] org footnote bug?

2011-09-29 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: henry atting nsmp...@online.de writes: Tag for non orgmode files is: (setq org-footnote-tag-for-non-org-mode-files ___) Well, I open a file, type some text and then add a footnote with org-footnote-action which is bound to C-cf

Re: [O] org footnote bug?

2011-09-29 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: henry atting nsmp...@online.de writes: Thanks. Two things still differ from the stable version though: 1. When the first footnote is created the tag remains invisible: --- Text

Re: [O] org-contacts or bbdb?

2011-10-21 Thread henry atting
Rasmus ras...@gmx.us writes: pmli...@free.fr (Peter Münster) writes: Hello, I would like to manage my contacts, so that I can - easily search them - add new email addresses from gnus (summary buffer) - complete email addresses in gnus (message buffer and prompts in mini-buffer) - and

Re: [O] wrap long table formula

2011-10-31 Thread henry atting
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 31, 2011, at 3:01 PM, henry atting wrote: I have a table with 3 columns and 13 rows. Each field of the 3rd column calculates the average of the preceding rows of the 2nd column. For this I wrote formulas for 11 of 13 rows which results

Re: [O] wrap long table formula

2011-11-01 Thread henry atting
Carsten Dominik carsten.domi...@gmail.com writes: On 31.10.2011, at 19:10, Samuel Wales wrote: Would a column formula work? Good idea! Quite likely it would. - Carsten Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com === Bigotry against people with serious

Re: [O] wrap long table formula

2011-11-01 Thread henry atting
Nick Dokos nicholas.do...@hp.com writes: Christian Moe m...@christianmoe.com wrote: On 11/1/11 8:17 AM, henry atting wrote: I was thinking of a column formula but have no clue if it's possible and if so, how. In this short example the formula's length is no problem but for a table

[O] delete, add new row

2011-12-01 Thread henry atting
Suppose I have this table: | month | expenses | average | |---+--+-| | 1 | 20 | | | 2 | 30 |25.0 | | 3 | 40 |30.0 | #+TBLFM: @3$3..@$3=vmean(@2$2..@0$2);%.1f Then I want to delete the second row and add a new one at the bottom. If

Re: [O] delete, add new row

2011-12-02 Thread henry atting
, whereas the latter uses the 2nd row from the top. Regards, Jonathan On Thu, Dec 1, 2011 at 12:42, henry atting nsmp...@online.de wrote: Suppose I have this table: | month | expenses | average | |---+--+-| |     1 |       20 |         | |     2

[O] in-buffer completion question

2011-03-01 Thread henry atting
Let's say I am in an orgmode buffer, more precisely I opened a file with org-contacts. My first entry is: ** Mr.X :PROPERTIES: :EMAIL: m...@mail.me :END: Then I want to create a new entry. Of course I am to lazy to type ´:PROPERTIES:´ so I type ´:PR´ then hit M-TAB. But instead of the word

[Orgmode] Re: align tags

2008-10-03 Thread henry atting
Zitat - Nick Dokos * Fr Okt 03 2008 um 18:00 - henry atting [EMAIL PROTECTED] wrote: Zitat - John Rakestraw * Fr Okt 03 2008 um 12:58 - On Fri, 03 Oct 2008 10:22:48 +0200 henry atting [EMAIL PROTECTED] wrote: Is there a function which aligns tags in an org document? Does C-u C-c

[Orgmode] Re: align tags

2008-10-03 Thread henry atting
Zitat - henry atting * Fr Okt 03 2008 um 19:00 - Zitat - Nick Dokos * Fr Okt 03 2008 um 18:00 - henry atting [EMAIL PROTECTED] wrote: Zitat - John Rakestraw * Fr Okt 03 2008 um 12:58 - On Fri, 03 Oct 2008 10:22:48 +0200 henry atting [EMAIL PROTECTED] wrote: Is there a function

[Orgmode] formula question

2008-12-22 Thread henry atting
Since the last upgrade of org-mode (now 6.16) when I do a `C-c C-c' on `=' in a table field I am always prompted like this: replace field formula with column formula (y or n) The formula is a simple addition of the amounts of the preceeding fields: #+TBLFM: $...@-1$3::$3=$1+$2 Before

[Orgmode] two questions (insert checkbox/ dired to org)

2009-05-05 Thread henry atting
What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox It does not work for me (if cursor is in a plain list already), so I have to fill in checkboxes with C-c C-x C-b. Another question: Is it possible to do something like dired-to-org, where the

[Orgmode] Re: two questions (insert checkbox/ dired to org)

2009-05-05 Thread henry atting
On Di, Mai 05 2009, Nick Dokos wrote: henry atting nsmp...@online.de wrote: What is the underlying command for this shortcut: M-S-RET Insert a new item with a checkbox org-insert-todo-heading - it just happens to do special things in special cases. At the end of a plain list

[Orgmode] help on templates

2009-05-24 Thread henry atting
To give templates a try: I defined some templates – took the ones I found in the manual under 9.1.2, then adapted only the path to my notes file. Now I would expect to be prompted for which template to chose, erh, but nothing happens; the notes are stored the same way as before. So, what I am

[Orgmode] Re: help on templates

2009-05-24 Thread henry atting
On So, Mai 24 2009, Giovanni Ridolfi wrote: --- Dom 24/5/09, henry atting nsmp...@online.de ha scritto I took the ones I found in the manual under 9.1.2, then adapted only the path to my notes file. Now I would expect to be prompted for which template to chose, erh, but nothing happens

[Orgmode] tea-time?

2009-06-11 Thread henry atting
http://www.emacswiki.org/emacs-en/tea-time says: Functionality of this package was integrated into org-mode (edge on May 2009) Mmh, but where? Regards henry ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] export timestamp in headline

2009-07-06 Thread henry atting
Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Regards henry ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Sorry, wrong question. What I really want to know is how to display the timestamp in the *table of contents

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Sorry, wrong question. What I really want to know

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, henry atting wrote: On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I have to use if I want to display the timestamp in a headline when exporting to html? Sorry

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread henry atting
On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 3:57 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: On Mo, Jul 06 2009, Carsten Dominik wrote: On Jul 6, 2009, at 1:10 PM, henry atting wrote: On Mo, Jul 06 2009, henry atting wrote: Mmh, what option do I

Re: [O] [new exporter] blank html page with org-info.js

2013-03-08 Thread henry atting
Bastien b...@altern.org writes: Hi Henry, henry atting s...@online.de writes: But the file is not displayed, as mentioned before only in text browsers. Older .html files, created before the last pull still work properly. When was the last pull exactly? I fixed some issues recently

Re: [O] [new exporter] blank html page with org-info.js

2013-03-08 Thread henry atting
Hi Bastien, Bastien b...@altern.org writes: Hi Henry, henry atting s...@online.de writes: When was the last pull exactly? I fixed some issues recently in this area, the first versions of ox-html.el were not compatible with org-info.js. So what is M-x org-version RET exactly? Org-mode

[O] text before toc in html export

2013-07-06 Thread henry atting
As the export option `#+TEXT:' is completely ignored I assume that something has changed. What is now the correct way to insert some descriptive text before the toc? I'm using org from git: Org-mode version 8.0.3 (release_8.0.3-324-gb61ef4) -- web: http://literaturlatenight.de jabberID:

Re: [O] text before toc in html export

2013-07-06 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: As the export option `#+TEXT:' is completely ignored I assume that something has changed. What is now the correct way to insert some descriptive text before the toc? By default (i.e. with :toc option

[O] error message at line break

2013-09-09 Thread henry atting
When writing at every automatic break at the end of a line I get this error message: org-comment-line-break-function: Wrong type argument: char-or-string-p, nil It doesn't hurt much though it's a bit annoying. Org-mode version 8.1.1 (release_8.1.1-7-gaecdf5-git) Greetings, henry

Re: [O] error message at line break

2013-09-09 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: When writing at every automatic break at the end of a line I get this error message: org-comment-line-break-function: Wrong type argument: char-or-string-p, nil It doesn't hurt much though it's a bit

Re: [O] error message at line break

2013-09-11 Thread henry atting
henry atting s...@online.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: When writing at every automatic break at the end of a line I get this error message: org-comment-line-break-function: Wrong type argument: char-or-string-p, nil

Re: [O] error message at line break

2013-09-11 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: It happens with each org file without header when you do not indent the first two lines at least one space. Could you provide an ECM? Okay, say I have an org file with two lines in it (fill-column

Re: [O] error message at line break

2013-09-11 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: Okay, say I have an org file with two lines in it (fill-column is set to 70). Here you go: Jemand mußte Josef K. verleumdet haben, denn ohne daß er etwas Boeses getan haette, wurde er eines Morgens

Re: [O] error message at line break

2013-09-17 Thread henry atting
henry atting s...@online.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: Okay, say I have an org file with two lines in it (fill-column is set to 70). Here you go: Jemand mußte Josef K. verleumdet haben, denn ohne daß er etwas Boeses

Re: [O] [Orgmode] POLL: the 40 variables project

2014-01-19 Thread henry atting
Manish mailtomanish.sha...@gmail.com writes: manishsharma:org-mode/ (master) $ grep defcustom lisp/*el |wc -l 808 Ouch. That's nearly half of the 1792 Emacs options! It certainly says something, but I don't know what :) Maybe it says it's still a long way to go ;) cd gnus_git grep

[O] org-export and browse-url-browser-function

2014-01-23 Thread henry atting
When exporting some org file to html with `C-c C-e h o' orgmode always wants to open the html file with `sensible-browser'. Since my two (graphic) browsers reside in ~/bin I have no alternatives for sensible-browser. Which is fine by me. I don't want to change this. What I really would appreciate

Re: [O] org-export and browse-url-browser-function

2014-01-23 Thread henry atting
Hi Henry, henry atting s...@online.de writes: What I really would appreciate is if orgmode took care of `browse-url-browser-function' (which is set to `browse-url-firefox'.) Which it usually does (in *.org files) but not while exporting. See this docstring C-h f org-open-file RET

[Orgmode] Question about cursor movement

2008-09-16 Thread henry atting
Hi, | 1 |2 |sum | | |+--++---| | 121.00 | 4.00 | 125.00 | store1| | 125.00 | 5.00 | 130.00 | store2| | 130.00 | || | #+TBLFM: [EMAIL PROTECTED]::$3=$1+$2 I have a simple table for some sort of expenses. I don't

[Orgmode] Re: Question about cursor movement

2008-09-17 Thread henry atting
Zitat - Sullivan, Gregory (US SSA) * Di Sep 16 2008 um 18:56 - Try leaving the cell with TAB to move to the next field (in left-to-right, top-to-bottom order), whereas RET goes down one row. Okay, that explains how to move the cursor. But the question is how to reduce the cursor movement (or

[Orgmode] Re: Question about cursor movement

2008-09-17 Thread henry atting
Zitat - Chris Randle * Mi Sep 17 2008 um 18:26 - henry atting wrote: Okay, that explains how to move the cursor. But the question is how to reduce the cursor movement (or to avoid unnecessary cursor movement in that particular case) Would 'C-c C-c' do the trick? Indeed it does. :) henry

[O] new html exporter

2012-09-29 Thread henry atting
Hi, I gave the new html exporter a try (org-e-html-to-file). The export obviously ignores my setup file, and so the path to my css and js files. Maybe with the new exporter everything has changed and I only miss a good tutorial? henry -- http://literaturlatenight.de

Re: [O] new html exporter

2012-09-29 Thread henry atting
Robert Klein klein...@mpip-mainz.mpg.de writes: On 09/29/2012 01:36 PM, henry atting wrote: Hi, I gave the new html exporter a try (org-e-html-to-file). The export obviously ignores my setup file, and so the path to my css and js files. Maybe with the new exporter everything has changed

Re: [O] new html exporter

2012-09-30 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting nsmp...@online.de writes: Only a single file. I understand that something like this will no work anymore with the new exporter. #+SETUPFILE: /home/me/.setup.org It's #+SETUP_FILE: in the new exporter. Okay, then it applies

[O] footnote placement

2013-01-24 Thread henry atting
Hi, how can I achieve that footnotes are inserted at the end of the top level headline? By default they are inserted at the end after a new headline ``footnotes''. Secondly how to prevent html export from altering the given position? henry

Re: [O] footnote placement

2013-01-24 Thread henry atting
Bastien b...@altern.org writes: Hi Henry, henry atting s...@online.de writes: how can I achieve that footnotes are inserted at the end of the top level headline? By default they are inserted at the end after a new headline ``footnotes''. I remember seeing a hack for this, but maybe my

[O] disable html-preambler per file

2013-01-28 Thread henry atting
I see that there is the option `html-preamble' but apparently it is not applicable on a per file basis. How can set org-export-html-preamble to nil for single files? cheers, henry

[O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
I tried to make org-tree-slide work on every startup of an org file. Though I did not figure it for the best idea I set an orgmode hook. Now knowing some of the unwanted side effects this involves I know it actually is a bad idea. Is or will it be possible to set this on a per file basis? henry

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
Hi Takaaki, [...] How about the following setting? (add-hook 'org-mode-hook 'org-tree-slide-mode) If you have already tried the setting with the latest version of org-tree-slide, and also encountered issues, please let me know the details. I'll try to reproduce and fix it. [...] Yes,

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
Hi Takaaki, I reproduced the first and the 3rd case you reported. I think the following setting is better than using org-mode-hook. (add-hook 'find-file-hook '(lambda () (when (eq major-mode 'org-mode) (org-tree-slide-mode When you call org-agenda, it will visit many

[O] latex code block evaluation

2013-02-10 Thread henry atting
I have this latex code block: #+begin_src latex :file foo.pdf \documentclass{article} \begin{document} ...some text... \end{document} #+end_src After evaluation the resulting file looks like this: article ...some text... I do not understand this. As far as I know it is possible to define the

Re: [O] latex code block evaluation

2013-02-11 Thread henry atting
Hi Sebastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Henry, henry atting wrote: I have this latex code block: #+begin_src latex :file foo.pdf \documentclass{article} \begin{document} ...some text... \end{document} #+end_src After evaluation the resulting file looks

[O] org-publish broken?

2013-02-13 Thread henry atting
Since the last git pull: org-mode version 7.9.3e (7.9.3e-1016-g2fa53e) org-publish no longer works. Error message: Publishing file file.org `org-publish-org-to-html' org-publish-file: Symbol's function definition is void: org-publish-org-to-html My (unchanged) settings: (setq

Re: [O] org-publish broken?

2013-02-13 Thread henry atting
Bastien b...@altern.org writes: Hi Henry, henry atting s...@online.de writes: Since the last git pull: org-mode version 7.9.3e (7.9.3e-1016-g2fa53e) org-publish no longer works. Error message: Publishing file file.org `org-publish-org-to-html' org-publish-file: Symbol's function

[O] [new exporter] 2 questions

2013-02-22 Thread henry atting
I'm checking out the new exporter. After some configuration and file changes it works now, could be worse. http://article.gmane.org/gmane.emacs.orgmode/65574 says: The `org-special-blocks.el' library, which has been moved to “contrib/”, is obsolete since its features are included in the new

Re: [O] [new exporter] 2 questions

2013-02-22 Thread henry atting
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: The features are included, does this mean special block should work ``out of the box''? If so something like this #+begin_multicols {2} #+end_multicols should work in LaTeX export

Re: [O] [new exporter] 2 questions

2013-02-22 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: henry atting s...@online.de writes: Here is a minimal example. I use lualatex as tex engine. #+TITLE: lorem ipsum #+LANGUAGE: de #+LaTeX_CLASS: scrartcl #+LaTeX_CLASS_OPTIONS: [DIV=8,a4paper] #+LaTeX_HEADER: \usepackage{fontspec} #+attr_latex

Re: [O] [new exporter] 2 questions

2013-02-22 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: henry atting s...@online.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: Try: #+attr_latex: :options {2} #+begin_multicols ... #+end_multicols It creates this command in the .tex file: \#+begin$_\mathrm{multicols}$ It works

Re: [O] [new exporter] 2 questions

2013-02-22 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: henry atting s...@online.de writes: Nicolas Goaziou n.goaz...@gmail.com writes: henry atting s...@online.de writes: Here is a minimal example. I use lualatex as tex engine. #+TITLE: lorem ipsum #+LANGUAGE: de #+LaTeX_CLASS: scrartcl

[O] [new exporter] headline export to LaTeX

2013-02-25 Thread henry atting
Since the last pull (release_7.9.3f-1205-g0030e1) headlines are exported to LaTeX like this: \subsection*[Headline]{Headline} which does not produce proper headlines in the resulting pdf. Regards, -- henry, web: http://literaturlatenight.de

Re: [O] [new exporter] headline export to LaTeX

2013-02-25 Thread henry atting
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, henry atting s...@online.de writes: Since the last pull (release_7.9.3f-1205-g0030e1) headlines are exported to LaTeX like this: \subsection*[Headline]{Headline} which does not produce proper headlines in the resulting pdf. It should

[O] python/babel inline images

2012-06-05 Thread henry atting
Hi, I do not succeed in generating an inline image as a result of a python code block. The code itself works, C-c C-c generates the according picture, but only in my home directory. The code block: -*- org-babel-python-command: python3 -*- #+begin_src python import csv import matplotlib.pyplot

Re: [O] python/babel inline images

2012-06-06 Thread henry atting
I don't think its a path problem. The code itself works flawlessly. So the workaround which I already have used is to link to the resulting image. The only drawback with this solution is that after every evaluation I have to remove the empty `'Results:' but the heck with it, I can live with it

Re: [O] python/babel inline images

2012-06-07 Thread henry atting
Mikhail Titov m...@gmx.us writes: -Original Message- From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- bounces+mlt=gmx...@gnu.org] On Behalf Of henry atting Sent: Wednesday, June 06, 2012 10:19 AM To: emacs-orgmode@gnu.org Subject: Re: [O] python/babel inline

[Orgmode] add priority

2010-05-05 Thread henry atting
How can I add a priority to the default priorities (not only per file) I would like to have a priority, let's say like 'T' which refers to something that I have to do only when inspiration comes (e.g. write a certain text). henry -- http://literaturlatenight.de

[Orgmode] plain list - line spacing

2010-06-02 Thread henry atting
Hello, how can I change the default behaviour of adding new items to plain lists? M-RET inserts a new item with a blank line between items however I don't want double line spacing. henry -- http://literaturlatenight.de ___ Emacs-orgmode mailing

[Orgmode] Re: plain list - line spacing

2010-06-02 Thread henry atting
On Mi, Jun 02 2010, Carsten Dominik wrote: [...] actually it is, see the variable `org-blank-before-new-entry'. [...] Great, thanks. I would not have found it... henry -- http://literaturlatenight.de ___ Emacs-orgmode mailing list Please use

[Orgmode] output of shell command in agenda

2010-09-10 Thread henry atting
I am using ledger to track my finances. I would like to have a brief summary of some part of it in org agenda. Something like the output of a ledger command, e.g. `ledger bal cash'. How can I achieve this? henry ___ Emacs-orgmode mailing list Please

[Orgmode] error with babel/ledger

2010-09-10 Thread henry atting
When adding (ledger . t) to 'setq org-babel-load-languages' emacs starts with this error message error: Recursive `require' for feature `org' and stops loading. No problem without babel/ledger: (setq org-babel-load-languages (quote ((emacs-lisp . t)

[Orgmode] Re: error with babel/ledger

2010-09-10 Thread henry atting
On Fr, Sep 10 2010, Eric Schulte wrote: Hi Henry, ledger should not be requiring Org-mode explicitly, I've just corrected this and pushed the fix to the git repo, so a pull of the latest should work. [...] Hi Eric, yes, it works fine now. Thanks. henry -- http://literaturlatenight.de

[Orgmode] todos without timestamp in agenda

2010-09-14 Thread henry atting
When I have some kind of todo items in an *.org file without timestamp they do not show up in the agenda. I can start the agenda with the appropriate shortcut then only these items are diplayed. But if I am already in org-agenda I have to quit then start again with the speacial agenda view. Is

[Orgmode] Re: todos without timestamp in agenda

2010-09-14 Thread henry atting
On Di, Sep 14 2010, Eric S Fraga wrote: On Tue, 14 Sep 2010 08:27:48 +0200, henry atting nsmp...@online.de wrote: When I have some kind of todo items in an *.org file without timestamp they do not show up in the agenda. I can start the agenda with the appropriate shortcut then only

[Orgmode] Re: including holidays in agenda

2010-09-15 Thread henry atting
On Mi, Sep 15 2010, henry atting wrote: [...] calendar-holidays '(( (holiday-fixed 11 11 Elfter im Elften) (holiday-easter-etc -49 Estomihi) (holiday-easter-etc -48 Rosenmontag

[Orgmode] Re: todos without timestamp in agenda

2010-09-15 Thread henry atting
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Jan, Jan Böcker wrote: I use a custom block agenda to show (in this order): - the normal agenda - the contents of my inbox - normal TODO items tagged URGENT and IMPORTANT - normal TODO items tagged IMPORTANT - normal TODO items

[Orgmode] calendar and agenda entries

2010-09-18 Thread henry atting
When printing or exporting the emacs calendar it is possible to include diary entries or holidays. Is there a way to include org-agenda entries as well? cheers, henry -- http://literaturlatenight.de ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] Re: calendar and agenda entries

2010-09-20 Thread henry atting
On So, Sep 19 2010, Matt Lundin wrote: henry atting nsmp...@online.de writes: When printing or exporting the emacs calendar it is possible to include diary entries or holidays. Mmh, this should be understood as a statement not a question but many thanks anyway. [...] Is there a way

[Orgmode] Re: calendar and agenda entries

2010-09-21 Thread henry atting
On Mo, Sep 20 2010, Matt Lundin wrote: henry atting nsmp...@online.de writes: On So, Sep 19 2010, Matt Lundin wrote: henry atting nsmp...@online.de writes: When printing or exporting the emacs calendar it is possible to include diary entries or holidays. Mmh, this should be understood

  1   2   >