[Orgmode] Howto define formula for table regions

2010-09-21 Thread Torsten Wagner
Hi, I am just playing around with the table function of org-mode. I tried to create a little table to track the financial status of a project. I thought it would be nice to distinguish between entries which really had billed the account already and entries which will bill the account in the future

[Orgmode] [PATCH] Change C-' behaviour on #+TBLFM: line

2010-11-19 Thread Torsten Wagner
Hi, Short description: I recently started to use tables in org-mode. Having the pointer inside the the table and pressing C-c' I can enter the formula buffer. However, placing the pointer on the #+TBLFM: line C-c' results in "Find file or URL:". If even more people believe this is confusing, I w

[Orgmode] Better ways to address fields in tables

2010-11-24 Thread Torsten Wagner
Hi, I was wondering whether it might be possible to address table fields, which float due to adding and deletion of rows, more easily and thought about two possible ways. The way I know (are there more ways?) | | A | B| |-+---+---| | | a | 1 | | | b | 1 | |-+---+---| | | s | 2 | |^| | f | |-+-

[Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread Torsten Wagner
Dear all, since I subscribed to the maillist, the traffic increased enormously. This is very nice, however, recently I got difficulties to filter throw all the post searching for relevant topics for me. The babel project is using already a [babel] tag, and other tags floating around ([PATCH],[

Re: [Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-18 Thread Torsten Wagner
Thanks for all the answers and discussions. To summarise: I guess nobody is interest to split the list. At least no dev mentioned a need. Tags are good but might need some guidance to use a certain set and possibly shorten them wherever possible. The issue with to long tag list is not only a proble

[Orgmode] Status google calendar sync

2011-01-21 Thread Torsten Wagner
Hi all, Since I use my Android-based phone on a daily basis (after all it is a mobile phone), I got tempted to use more and more the google calendar. I know about mobileorg and all this. However, the calendar is so highly integrated with many applications on the phone that is is often just a

[Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-25 Thread Torsten Wagner
Hi, I started working on an little latex-package to allow the execution of python code in LaTeX a while ago. It stopped at some point and now it is on my pending project lists for a while already. When I read about org-babel I saw a lot of similarities. I like to start again on the basis of or

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Torsten Wagner
Ups, sorry that happens if you are working normally with emacs and compose a message in a online editor (gmail). My fingers hit some emacs shortcuts without my brain was telling them ;) ... and fired up the unfinished mail. Anyhow I hope it is somehow clear what I like to do Thus, just the greet

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Torsten Wagner
> > > Perhaps this will do what you want? When I run org-babel-tangle on the > following org file, and then LaTeX the output, the resulting pdf file > says: A bit of LATEX code, with the result: 6 > > * Test org > #+begin_src python > x = 6 > f = open('python_results.tex', 'w') > f.write(str

Re: [Orgmode] [Announce:] org-git-link

2009-10-28 Thread Torsten Wagner
Dear Reimar, why I feel like I have Birthday today ;) Thanks will try it as soon as possible Greetings Torsten ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/li

Re: [babel][Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-28 Thread Torsten Wagner
Hi Dan, thanks for helping me to realize my idea. Actually, I do not know whether it is not working or it is not working as I expect: I used the following simple example: --8<--cut here--start--->8--- * Simple Test of org-babel #+srcname: test() #+

[Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-03 Thread Torsten Wagner
Hi everybody, Abstract: This is a very quick (and I assume very dirty) hack, how to switch between org-mode and any other mode which you like to use in the source code blocks. It is far from being addable to org-babel yet but might be a good starting point. Problem: If I use source code block

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-03 Thread Torsten Wagner
Hi Looks like fantastic work, congratulations! Thank heavens I finally > got Ubuntu/emacs/orgmode/git running natively on my Android phone, > otherwise I'd be green with envy ;-) > That means you run a full emacs23 together with org-mode on your phone :o oh thanks now I'm be green with env

Re: [Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-04 Thread Torsten Wagner
Hi Adam, Thanks for sharing. Just for reference, there are few major modes out > there implementing this kind of approach: > > http://www.emacswiki.org/emacs/MultipleModes > > For example I have used mmm-mode to good effect in the past, to > auto-switch between HTML and Perl: > > http://mmm-mod

Re: [Orgmode][babel]: Some feedback after the first week usage

2009-11-05 Thread Torsten Wagner
Hi Tom > Would something like run-code-blocks (below) do what you want? I put > a source block like this at the top of my org-babel file, where I can > find it quickly. > > #+srcrname: run-code-blocks > #+begin_src python :noweb > <> > <> > #+end_src > > #+srcname: block-1 > #+begin_src pyt

[Orgmode][babel] noweb does not work (as expected)

2009-11-08 Thread Torsten Wagner
Hi everyone, I tried to use the noweb-syntax to tangle all the pieces of source code blocks together as proposed by Tom. However, for some reasons it does not work. I notice there are two different syntax for noweb. One propsed on worg and the other in examples here in the mailing list. Which

Re: [Orgmode][babel] noweb does not work (as expected)

2009-11-08 Thread Torsten Wagner
Hi Dan, thanks for trying helping me out actually your example works for me after switching back to git-babel master branch. However, my file does still not work and I can not see a difference between your and mine file. I will try to minimize it now to the point where it either works or stil

Re: [Orgmode][babel] noweb does not work (as expected)

2009-11-08 Thread Torsten Wagner
Hi Tom, If I try to use the noweb way, I always got error messages which tells me that org-babel can not read the result correctly > > #+srcname: r-load-libraries > #+begin_src R >library(RMySQL) >library(reshape) >library(xtable) > #+end_src As I see you do not use any special he

Re: [Orgmode][babel] noweb does not work (as expected)

2009-11-09 Thread Torsten Wagner
> Hi Torsten, Hi Tom, > It's not clear to me what outcome you desire. Tangling should result > in a source file that can serve as input to a compiler or > interpreter. The combination of :noweb and :session lets you write > literate programs that are sent directly to an interpreter, whic

Re: [Orgmode][babel] noweb does not work (as expected)

2009-11-09 Thread Torsten Wagner
Hi Dan > Important: The only version of org-babel that's intended for users is > the version in current org-mode. I.e. the current master branch of > Carsten's org-mode repository. The other repository (the babel repo) is > for development only. Any stable improvements in there are rapidly > merged

Re: [Orgmode][babel] (solved) noweb does not work (as expected)

2009-11-09 Thread Torsten Wagner
Hi, finally I found the problem. As Dan mentioned there is a difference for <> <> <> For some reason I was sticking with block1() and override it over and over again. No it seems to work go into the right direction. Python still seems not to like the code if its created by :noweb. However :tan

Re: [Orgmode] [babel] Executing sh-code

2009-11-27 Thread Torsten Wagner
Hi Sébastien, I just tried quickly. I use org-babel with python, up to now never with shell scripting. > > --8<---cut here---start->8--- > * Prerequisites > > #+begin_src sh :session ecm > cd ~/Personal > #+end_src > --8<---cut here--

Re: [Orgmode] Org-mode tricks for team management

2009-12-03 Thread Torsten Wagner
Hi Juan, > > http://juanreyero.com/article/emacs/org-teams.html > This solution is very nice. I would encourage you to pack it into an own contrib for org-mode. Maybe even trying to merge it into org-mode itself. Please also consider to check out how this could be worked together with org- mo

Re: [Orgmode] Re: [babel] Executing sh-code

2009-12-06 Thread Torsten Wagner
Hi, > Hi Eric, > > Sébastien Vauban wrote: > > "Eric Schulte" wrote: > >> > >> [...] The following works for me without any hang. > >> The only difference I can see between our setups is a matching prompt > >> regexp. > > > > That was it. Fixing my PS1 prompt to be like yours (temporarily keeping

Re: [Orgmode] Org needs your vote

2009-12-07 Thread Torsten Wagner
> http://lifehacker.com/5419988/five-best-outlining-tools Even the description of org-mode in this poll is simply wrong its not command line ITS PLAIN TEXT !!! That means even the author of the poll had not any idea of what he is writing about... What did he do? Goggled "org program" and

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Torsten Wagner
Hi, during following this thread I noticed one "problem" with the page and line- number concept > - file:~/some-file.txt::23some-file.txt, line 23 A txt-file may have no clear page boarders. Thus only a line number might make sens > - file:~/document.pdf:4 document.pdf, page 4 A

Re: [Orgmode] Re: Update ispell-dictionary to text language

2010-01-15 Thread Torsten Wagner
Hi Seb, Hi Carsten, I guess it depends highly on the definition. I can see Sebastien's points. It is somewhat strange to have a header-row "language" which does not have anything to do with the way how org-mode (resp. emacs) handels the org-buffer. And the danger to use two different places + th

Re: [Orgmode] org-babel: Managing a bibtex database

2010-01-21 Thread Torsten Wagner
Hi Taru, I was thinking of something similar but (even if I like org-babel a lot) not based on org-babel. I think a own mode ala org-bibtex would be nice. However, the ideas might be joinable. My idea would be to have somethink like the org-mode link-feature. However, instead of asking for the

Re: [Orgmode] org-babel: Managing a bibtex database

2010-01-22 Thread Torsten Wagner
Hi again, I just rethought my idea. I think even if there is no full automatic link function, it would be nice to see bibtex as a org-babel mode. My worse case scenario is as follow: Someone ask me to send the reference X or a bunch of references Y to someone in plain-text (mostly they like to

[Orgmode] How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Torsten Wagner
Dear all, I really tried hard over the last year to use org-mode as much as possible. It was already mentioned that, due to the incredible org-mode features, this becomes fast more a religious rather then a working task. Thus, my work flow changed more and more to a org-mode flow. And now they eve

Re: [Orgmode] How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Torsten Wagner
Hi Ray, > I am a "heavy note taker" and also running org-mode and paper. Paper has > advantages mostly when thinking slowly and may be more reflective. Computer > has its advantages when it comes to organizing stuff. Unfortunately, I'm not this heavy note taker guy... I always thought ... ahh I

Re: [Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Torsten Wagner
> In my view, the effort it takes to maintain such a mixed system might be > too high. And it becomes worse when you need to exchange information > between the two subsystems. Unfortunately I can't see an easy solution > to this. I probably will get an iphone (or any capable portable device) > that

Re: [Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Torsten Wagner
> I have a similar experience to you. I run org-mode on my office > computer and home computer and synchronise the files via USB drive > and Python backup script. If you have access to a sever... try to use git. There is a emacs mode and by opening your org-file on either the home or work-

[Orgmode] Request: Slightly different structure mode

2010-02-22 Thread Torsten Wagner
Hi, beside of the organising part I use org-mode as a lab-notebook for every "project" which involves more thinking and esp. remembering about it. For that I create a new org-mode file for every project, linked to a main-file and I add all this links, infos, mails, deadlines, folder, files, d

Re: [Orgmode] Request: Slightly different structure mode

2010-02-23 Thread Torsten Wagner
Dear Eric, I noticed that I prefer to create outlines like this (stupid example) +--start--+ * Learn org-mode I start to read carefully the manual again. Esp. tables are still difficult to use for me. ** Just to remember the most important

[Orgmode] Propose: add developer infos to the manual

2010-03-03 Thread Torsten Wagner
Dear All, I'm really an org-mode beginner and even more I'm a bloody emacs-lisp beginner. Nevertheless, I try to understand here and there who things work out and tweak some things here and there. Nothing which might be worse to share yet but I'm on my way to learn about the internals of

Re: [Orgmode] Writing a dissertation using org-mode

2010-03-03 Thread Torsten Wagner
Dear Henri, On 03/04/2010 01:45 PM, Henri-Paul Indiogine wrote: I started writing my doctoral dissertation in history using org-mode. I am also using git.el for my version control and gnus for my email. Of course I export my org file to LaTeX which I compile to pdf. My bibliography is managed u

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Torsten Wagner
Hi Nirullah, I guess for that you have to use the latex babel package (not mixing up with org-babel), furthermore, you might have to use inputenc and fontenc if you get problems with special turkish characters. All of those you should be able to add to the LATEX header of your org-file More in

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Torsten Wagner
Nurullah, nice to hear it is working now #+LATEX_HEADER: \usepackage[turkish]{babel} changed both toc and figure captions to Turkish however, images containing captions, #+CAPTION: Iki sensor yerlesimi. [[./img/sensor-yerlesim-2.jpg]] disappeared, I have following in their place

[Orgmode] Feasibility investigation: org-mode paper

2010-04-25 Thread Torsten Wagner
Hi all, A few days ago I had this silly idea: 1. I create a template page, a kind of form, which assist me in writing directly in org-mode syntax. Different things could be predefined and others might be filled out. 2. I train a OCR resp. ICR to recognize this template with a hight accuracy

Re: [Orgmode] For Org-mode on the go?

2010-06-07 Thread Torsten Wagner
I would be careful about that. The price is nice but the question is how well the hardware works with a real open standard linux system. I have an zaurus from sharp, which comes close to the nanonote. However, if I not go to use one of the heavy patched 2.4 kernels from sharp, suspend and resum

Re: [Orgmode] Why can't use Chinese folder while publishing projects?

2010-06-08 Thread Torsten Wagner
Hi, just a guess... see: > 计算组/林绪虹/ it should be like the above one. right ?! > ��Ŀ�걨/ but it is read like that one on your system this looks very much like an encoding problem. Make sure you use the same encoding for Windows and Emacs resp. the org-mode file. What happen if you open up the org

[Orgmode] [mobileorg] Android sync failed

2010-06-15 Thread Torsten Wagner
Hi, I just got my new android based phone (HTC Desire) and the very first thing I'm interesting in getting my org-based brainswap onto the android. I installed Mats mobileorg program for android (btw., I hate the word "app", sorry ;) ) version 0.4 Alpha I followed the manuals and howtos, however, I

Re: [Orgmode] Re: [mobileorg] Android sync fai led

2010-06-16 Thread Torsten Wagner
Dear Holger, > I remember having to fiddle a little until I got it working - but > nothing bad. Thanks for the answer. I tried again and the only differences (beside of different server), I saw in your and in my own set-up was the usage of https vs. http. I tried to use http know and it seems to s

Re: [Orgmode] Re: [mobileorg] Android sync fai led

2010-06-16 Thread Torsten Wagner
> > 73, > Matthew W. Jones (KI4ZIB) > http://matburt.net > > > On Wed, Jun 16, 2010 at 9:14 PM, Torsten Wagner > mailto:torsten.wag...@gmail.com>> wrote: > > Dear Holger, > > > I remember having to fiddle a little until I got it working - but

[Orgmode] Does Org-mode need to be position aware?

2010-06-24 Thread Torsten Wagner
Dear All, I recently bought a Android-based phone and was pleased to see the mobileorg version for Android. As you all may know people tend away from static computer places and we have mobileorg and some of us even run emacs and org-mode natively on smartphones and other gadgets. More and more of

[Orgmode] Fix: org-mobile-push results in byte-code: Wrong type argument: listp, "TODO"

2010-06-28 Thread Torsten Wagner
Hi all, this problem was described by Xin already some monthes ago. Following the thread, the solution was to remove the customisation of the variable "org-todo-keywords". Today, I faced the exact same problem. Removing seems not the correct solution to me so I searched around in the org-manual. T

[Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-28 Thread Torsten Wagner
Dear All, as a (quite, but happy) org-bable user of the first hour I followed up the development process actively. Nevertheless, some weeks or months pass where I had no need for org-babel (yes, really strange I know). Whenever I come back to org-babel, it takes me a huge amount of time to find m

Re: [Orgmode] [org-babel] Does org-babel needs some simplification?

2010-06-30 Thread Torsten Wagner
manual maintainers I would like to discuss with you how a template might look like. Best regards Torsten On 06/29/2010 12:51 PM, Torsten Wagner wrote: > Dear All, > > as a (quite, but happy) org-bable user of the first hour I followed up > the development process actively. >

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

2010-07-06 Thread Torsten Wagner
Hi Rainer, > I tried HTML export and then imported the html in Word but > I end up in an unusable xml style document which word wants an stylesheet for > which I do not have. This is what does for me the best job if I have to deal with MS Word - LaTeX conversion. How to do it with org-mode was a

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-08 Thread Torsten Wagner
Just by reading and without the possibility to test it. Why you multiply the hour with 36 instead of 3600 to get seconds? Grettings Torsten Eric S Fraga wrote: >On Wed, 7 Jul 2010 17:38:45 -0300, Daniel Martins wrote: >> >> Eric, >> >> Your awk seems to get timed appts in GMT >> >> How c

Re: [Orgmode] [ANN] org-protocol-httpd

2010-08-03 Thread Torsten Wagner
Hi Andreas, this sounds very interesting and I would like to look further inside. The following idea just came to my mind: Might it be possible to use org-protocol-httpd as a server for mobileorg? Because this would allow to have a light-weight client on a smartphone (only to display the requested

[O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-05 Thread Torsten Wagner
Hi all, I need to evaluate many small java snippets. I tried to do this in org-mode but so fare it didn't work out. org-babel seems to have no java support ? I can put the snippets in #BEGIN_SRC #END_SRC brackets which works nice for archiving and reporting. I can even call them in there own

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-06 Thread Torsten Wagner
Hi Eric, Somehow I was pretty sure you would answer ;) I tried your example and it work great so far. I have three points which I would like to discuss 1. I thought it might be nice to declare the package and class name for the java-stuff as variable in a property node then I could do somethi

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-06 Thread Torsten Wagner
Hi Jason, My guess is that if you want to execute it directly within org, the thing to do is to run it in beanshell[1], like JDEE does. I'm not really familiar enough with org-babel to tell you how to go about doing that, though. Maybe this works nice too. However, so fare Erics solution turns

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-06 Thread Torsten Wagner
> But honestly, getting everything set up for your environment for it to > actually work right is a pain and three quarters. +1 I tried to use JDEE. It was crazy complex to set-up and at some point I gave up. It seems Java support under emacs got a bit weak. @Eric.. well I never used Java much. L

Re: [O] org-odt and bibliography

2011-07-07 Thread Torsten Wagner
There is jabref [1]. A standalone Java application, which uses the bib-format as native solution. Thus it could play nicely with org-mode. Since it will still remain all in a bib file. The feature set is already outstanding compared to many other solutions. There is a emacs interaction as wel

Re: [O] Python script to download Google Calendar events

2011-07-12 Thread Torsten Wagner
Hi Felix, Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2. It took me a while to get the gpg part working but now its working nicely :) I had to remove -no-tty for some reason. getting from authinfo = os.popen('gpg -q -no-tty -d ~/org/google_passwd.org.gpg').read() to a

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-13 Thread Torsten Wagner
Hi Eric, You probably don't want to pass the body of a code block to a lisp function as quoting will become a nightmare, however passing the name to a lisp block may be reasonable. I would suggest that rather than implementing this behavior in a code block you take a look at starting a ob-java.

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-17 Thread Torsten Wagner
ion it can serve as the seed for a full java > mode. > > Cheers -- Eric > > Torsten Wagner writes: > >> Hi Eric, >> >>> You probably don't want to pass the body of a code block to a lisp >>> function as quoting will become a nightmare, howeve

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-28 Thread Torsten Wagner
Hi Eric, some feedback of first testing weeks It works well on my desktop machine, I tried to do the same on my laptop. However, I faced the problem that java did not find the files. I tried everything. Made sure using the same java and emacs version (same linux distro, same test file). Cop

Re: [O] cleaning all the #+results from an org document

2011-07-28 Thread Torsten Wagner
Hi, but there is one interesting aspect missing. If I want to evaluate the blocks and see the results but e.g. a) send it to someone without the results (to let him create his own) b) archive them without having possible huge amount of lines of results which can be reproduced any time by exec

Re: [O] Release 7.7

2011-07-29 Thread Torsten Wagner
Hi Bastien, It might be worse to mention that this version find its way into emacs-git. Hence, people who using the git or compile emacs on there own, will find org-mode 7.7 in the emacs site-lisp folders. The next release of emacs (unlike there is another org-mode update in between) or rolli

Re: [O] cleaning all the #+results from an org document

2011-07-29 Thread Torsten Wagner
Hi Eric, On 07/29/2011 08:04 AM, Eric Schulte wrote: #+begin_src emacs-lisp (org-babel-map-src-blocks nil (org-babel-remove-result)) #+end_src it works on my java stuff, but for some reason it creates a result by itself in my system. E.g., #+results: : 508 There is another glitch... The

Re: [O] Undefined variable: org-babel-execute-src-block-maybe

2011-08-01 Thread Torsten Wagner
I can confirm that - M-x org-reload with an up to date git pull works as workaround. Error appears also for setting a tag and executing code blocks... Torsten

[O] [babel] link type to execute src_block

2011-08-25 Thread Torsten Wagner
Hi, is there a way already to execute a (named source block) by creating a link type? I checked the manual and there is a link type for shell and elisp but it seems not for babel. Something like [[babel: src_block_name()][Text]] With this, one could create all kind of little features within an or

[O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Torsten Wagner
Hi all, Hi Eric (hehehe because most likely you read it ;) ) I try for the first time to write an entire article in org-mode. I do so, because with the tags :export: :noexport: I can easily keep my personal notes and todos "hidden" and the final export will be just what I want to publish. Furtherm

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Torsten Wagner
Hi Nicholas, >> a line similar like >> [[file:fig/mypicture.pdf ]] >> > > > ``:results output silent'' should suppress that I think. > Yep, thanks that did the job. Nevertheless, I have to add the generated output as a static link to add resp. export it in an org-mode way.. #+CAPTION: My great

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Torsten Wagner
Hi Eric >> >> ``:results output silent'' should suppress that I think. >> > > Nick's solution should work well.  Also, (if you're exporting to LaTeX) > couldn't you just combine the tikz picture and the wrapping figure > environment into a single begin_latex block? > Yep Nick solution is working

[O] [babel] Should babel be more error intolerant?

2011-10-08 Thread Torsten Wagner
Hi, just playing around with a new aspect of org-mode and babel, I noticed, that many of my typos and wrong syntax using are silently accepted resp. ignored. Even the message buffer keeps quite. I just wonder if babel should be more error intolerant to tell users that they are actually doing somet

[O] [bug-report] #+LaTeX_CLASS: whitespaces in the parameter list are not omitted

2011-10-12 Thread Torsten Wagner
Hi, just had 30 min of fun with a whitespace as in (note the space at the end of koma_article) #+LaTeX_CLASS: koma_article Since I just use this option for the first time and I created my own entry for 'org-export-latex-classes (according to the tutorial) I was believing I am doing something wrong.

Re: [O] Ways to make org feasible for huge files

2011-10-12 Thread Torsten Wagner
Hi, On 10/13/2011 09:54 AM, Marcelo de Moraes Serpa wrote: f 10 emacs crashes because of that. What could I do to make it faster? I'm willing to disable fancy rendering features if needed, but I'm loosing way too much time with the rendering issues and crashes. Just by chance, are you running

Re: [O] Wish: babel for python3

2011-10-18 Thread Torsten Wagner
Hi, (sorry Arne for the eventual double post, I forogot to attt the mailing list) Is there a way to get python3 support for Babel into org-mode cleanly? Something like: -*- org-babel-python-command: "python3" alternatively (a trick Eric is never tired to mention to me ) you could add a

[O] direct link to mails in gmail

2011-10-19 Thread Torsten Wagner
Hi, I just figured out some kind of very interesting possibility. All the personal data and security feelings aside, I use a gmail account since I share it between many different computers. In my org-files, I would sometimes like to link to a particular mail e.g., for reference purpose. Today

Re: [O] [RFC] Standardized code block keywords

2011-10-21 Thread Torsten Wagner
Hi, > Ideally if we limit each of the above to only one alternative we could > simplify the specification of code blocks in Org-mode making them easier > to learn and use and removing some of the mystery around their syntax. > > What does everyone think? Just to make it as easy as possible for ev

Re: [O] [RFC] Standardized code block keywords

2011-10-23 Thread Torsten Wagner
Hi Eric, Hi Seb, Eric Schulte wrote: We could open an older file and if it isn't working, we could try #+PROPERTY: babel-function-set obsolete I think that making use of such a feature is almost as onerous as changing to the new terms (which is a simple search replace, in fact once terms ar

[O] table alignment failed for Asian characters

2011-10-27 Thread Torsten Wagner
Hi, just noticed, that the table alignment fails if I use Asian characters within the table. Guess this has nothing to do with the table itself but rather something with the different spacing of different character sets. Maybe someone had a similar problem already and know how to solve this. Thank

Re: [O] table alignment failed for Asian characters

2011-10-27 Thread Torsten Wagner
Carsten Dominik wrote: > >On Oct 27, 2011, at 1:33 PM, Torsten Wagner wrote: > >> Hi, >> just noticed, that the table alignment fails if I use Asian >characters >> within the table. Guess this has nothing to do with the table itself >> but rather som

Re: [O] [odt] Support for annotations/comments

2011-10-29 Thread Torsten Wagner
Hi, Jambunathan On Oct 29, 2011 7:32 AM, "Jambunathan K" > I needed an excuse for adding support for annotations. Exporting the > below org will produce the attached odt/pdf files. Note that the pdf > file is produced by LibreOffice pdf export. > > Annotations is a ODT only feature right now and wi

[O] execute lisp function after enter a cell in a org-table

2011-10-31 Thread Torsten Wagner
Hi, I make my tiny steps in learning elisp by trying to improve org-mode for my own needs. Recently, I came across the needs to execute a small lisp function whenever I enter the next / previous column in a org-mode table. I thought it might be interesting if I could try to keep this as general as

Re: [O] New version of VimOrganizer, an Org-mode clone in Vim

2011-11-03 Thread Torsten Wagner
Hmmm... nice! Maybe it helps to bring finally peace between Vi and Emacs users. I will forward it to my Vi-friends:) Torsten On Nov 3, 2011 9:31 AM, "Herbert Sitz" wrote: > I just formally pushed up a new version of VimOrganizer, an Org clone in > Vim. > > This version is much closer to being a t

Re: [O] Video showing Jambunathan's ODT exporter

2011-11-04 Thread Torsten Wagner
Hi, This is some seriously cool functionality for Org that deserves wider exposure. Jambunathan's done a great job. Yep I tried it a few days ago and the results were nearly perfect. It's obviously not for everyone; I'm sure some Org users have no need for documents in a word processor and s

[O] Change options of source code blocks "on-the-fly" for the later Latex export?

2011-11-08 Thread Torsten Wagner
Hi, I just trying minted and source code blocks do get nice formatted fontified output in LaTeX export #+source: test #+begin_src c :exports code /* Test */ int x = 10; #+end_src works fine. However, sometimes I would like to use different starting numbers for the line-numbers. The minted pack

[O] Beamer export of a subtree seems wrong.

2011-11-10 Thread Torsten Wagner
Hi, I recently started to prepare lecture notes in org mode. I used the example from Eric on worg as a template. Everything works well. I used the first headline level to define groups of slides, the second level are slide titels and so on. A full export to PDF looks like expected. However, I thoug

[O] Renew export fields

2011-11-10 Thread Torsten Wagner
Hi is there a way to renew or set export parameters specifically for a text block? I would like to change the date depending on which subtree I'm going to export. However the following way is not working. #+DATE: 08-11-2011 * level 1 #+DATE: 12-11-2011 * level 2 #+DATE: 15-11-2011 trying to export

[O] Feature request: Accept org mode dates in the date export field

2011-11-10 Thread Torsten Wagner
Hi, one should be able to use org-modes date function to enter or modify a date for the variable #+DATE: At the moment its exported as plain text including the < > brackets. Keeping the date org-mode friendly and exporting it nicley would be a nice little feature. Thanks Torsten

Re: [O] org-mode using 100 CPU, weird note, or just too many of them?

2011-11-15 Thread Torsten Wagner
Hi Gijs just by chance because this was the reason for many other slow-downs. (Guess it is qualified for the FAQ already?!) Do you have the linum-mode activated? Getting line-numbers left side of the buffer? This does not play nice with org-mode folding, since it seems to recalculate the line umbe

[O] bug: BEAMER_FRAME_LEVEL does not work on subtrees

2011-11-15 Thread Torsten Wagner
ss would be that the subtree export is not taking care of the #+BEAMER_FRAME_LEVEL property correctly. But this would not explain why headlines are omitted. Please find attached a minimal example to reproduce this behaviour. Thanks Torsten #+TITLE: Export a subtree #+AUTHOR:To

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-15 Thread Torsten Wagner
Hi, Eric I lost a bit track of what was the final decsion. Guess a good way to get back on track would be helping with the documentary. Any tasks to do? Torsten

[O] BUG org-bibtex error for importing bibtex conference entries

2011-11-23 Thread Torsten Wagner
Hi, I was going to convert my bibtex file into an org-mode file. I receive an error message for conference entries. E.g. I can read in by org-bibtex-read @CONFERENCE{foo11, author = {foo, A. and faa, B}, title = {This is the title}, booktitle = {Proceeding of the 5th Org-mode conference},

Re: [O] BUG org-bibtex error for importing bibtex conference entries

2011-11-24 Thread Torsten Wagner
On 11/24/2011 05:09 PM, Nick Dokos wrote: Torsten Wagner wrote: Hi, I was going to convert my bibtex file into an org-mode file. I receive an error message for conference entries. E.g. I can read in by org-bibtex-read @CONFERENCE{foo11, author = {foo, A. and faa, B}, title = {This is

[O] Can't get column view working

2011-11-25 Thread Torsten Wagner
Hi, after I converted all my BibTeX stuff into a org-mode file, I thought I can create (for the first time) a column view to see nicely title, autors, year and bibtex-key. This would look very similar to Jabrefs table view, which I used before. I created the following line. #+COLUMNS: %25TITLE %1

Re: [O] Beamer export of a subtree seems wrong.

2011-11-27 Thread Torsten Wagner
Hi Eric, thanks for answering. > Exporting a sub-tree does not work for beamer because of how org treats > a sub-tree.  Basically, when compared with an export of the full file, > all headings are promoted one level up with the top level heading taking > on the role of the "file" enclosing the tal

Re: [O] Can't get column view working

2011-11-27 Thread Torsten Wagner
Hi again, could someone please confirm about the status of column view in the present git. I can't even get examples in worg working. All I get are long empty lines Any ideas Torsten On 25 November 2011 22:42, Torsten Wagner wrote: > Hi, > > after I converted all my BibTeX st

[O] org-bibtex does not work

2011-11-28 Thread Torsten Wagner
Hi all, I finally converted all my BibTex references into a org file. Now I face the problem that I can't generate a BibTeX file. org-bibtex ask me for the filename and then it seems to be stuck in a infinite loop. Only way to get out of this is using C-g. The BibTeX file never appeared. setting t

[O] [babel] noweb and results for ob-screen?

2011-12-17 Thread Torsten Wagner
Hi, recently I discovered babel in combination with screen. I really like it. However, I tried to use noweb but it seems not to work. Getting it working would allow to write "tasks" and arbitrary combine them to bigger tasks. I would be interested in results too. Would be nice to receive some fe

Re: [O] [babel] noweb and results for ob-screen?

2011-12-19 Thread Torsten Wagner
thin a screen session. Torsten On 12/17/2011 06:38 PM, Torsten Wagner wrote: Hi, recently I discovered babel in combination with screen. I really like it. However, I tried to use noweb but it seems not to work. Getting it working would allow to write "tasks" and arbitrary combine th

Re: [O] Org website for Japanese

2011-12-19 Thread Torsten Wagner
どうもありがとうございました。 Torsten On 12/15/2011 11:29 AM, Yagnesh wrote: Takaaki ISHIKAWA writes: Dear all, I'm pleased to announce that Japanese translated Org website has been opened. http://orgmode.org/ja/ This looks cool. Thank you Ishikawa-san. Now I can recommend "org" to my friends. Tha

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Torsten Wagner
> Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in mac calendar.) Are there ways to not sync > with

Re: [Orgmode] Status google calendar sync

2011-01-31 Thread Torsten Wagner
> So would it be possible to build a native emacs for android? I checked this a while ago and unfortunately emacs comes with a relatively large pack of dependencies. Android on the other side does not deliver many standard libraries. Xorg libc and afaik dbus are a few dependencies which are not (n

  1   2   3   >