[Orgmode] Invalid capture target specification

2010-11-29 Thread Thorsten
just followed the manual and everything should be fine. I do not need a capture template, don't I? I would appreciate any advice. Thorsten PS GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-03-29 on rothera, modified by Debian Org-mode version 7.01h __

[Orgmode] Re: Invalid capture target specification

2010-11-30 Thread Thorsten
Thanks David, it works with org-mode 7.3 cheers Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Error in pre-command-hook

2010-12-01 Thread Thorsten
Emacs session. Then I can try again and everything works fine. cheers Thorsten PS GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-03-29 on rothera, modified by Debian Org-mode version 7.3 ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: Error in pre-command-hook

2010-12-12 Thread Thorsten
something to do with it, so I added (add-hook 'org-mode-hook #'(lambda () (setq autopair-dont-activate t))) to my .emacs file - but it did not help. I'm now on orgmode 7.3, Emacs 23.1.1 and Ubuntu Maverick. Thanks for any advice C

[Orgmode] Re: Error in pre-command-hook

2010-12-14 Thread Thorsten
not from the normal places, so with emacs -Q nothing works anymore. I wouls like to find the definition of the C-c . and C-u-c . key strokes. I did a multi-isearch in all .el files in the org directory - the only hit was in a comment in org.el. Where are these keys define

[O] [babel] What is `, (backquote comma)?

2011-09-21 Thread Thorsten
ote), this part `(... ',(cdr var)) is a bit mysterious to me, and I do not find information about backquote( ... backquote comma ()) in the manuals or the web. Is that Emacs Lisp? What does that mean? Cheers Thorsten

Re: [O] [babel] What is `, (backquote comma)?

2011-09-21 Thread Thorsten
Štěpán Němec writes: > On Wed, 21 Sep 2011 19:37:42 +0200 > Thorsten wrote: > >> in org-babel-expand-body:scheme (and >> e.g. org-babel-expand-body:emacs-lisp) I encounter something like this: >> >> (lambda (var) (format "%S" (print `(,(car var)

Re: [O] [babel] What is `, (backquote comma)?

2011-09-21 Thread Thorsten
Jambunathan K writes: > I learnt more about all the strange looking `', creatures by cursorily > reading the first link and casually looking at the flip-flop diagram > seen on the second link. > > http://www.lisperati.com/syntax.html > http://www.lisperati.com/looking.html > > I am surprised that

[O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
o look? The session evaluation works already, but there is a problem with the eoe string. If I don't use it, Emacs hangs forever - waiting for the session to return? If I use it, the right value is calculated, but not returned - because the eoe string is evaluated after the source-body? Thanks for any tips Thorsten

Re: [O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
Thorsten writes: > Hi list, > I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but > encounter a few difficulties. Here is my little testprogramm: > > - > #+tblname: tbl1 > | 1 | 2 | 3 | > |---+---+---| > | 4 | 5 | 6 |

Re: [O] [babel] adding a language - problems

2011-09-29 Thread Thorsten
Eric Schulte writes: > Thorsten writes: > >> Thorsten writes: >> >>> Hi list, >>> I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but >>> encounter a few difficulties. Here is my little testprogramm: >>> &g

[O] [contacts] No completion in Gnus

2011-10-04 Thread Thorsten
want something more structured (street, city, zip-code etc), I have to define one property for each info-piece, or is there something like a compound property? -- Thorsten

Re: [O] [contacts] No completion in Gnus

2011-10-04 Thread Thorsten
Jambunathan K writes: > Thorsten writes: > >> Hello List, I have a org-contacts file with a few contacts with EMAIL >> property, taken from gnus using org-capture as described in the >> org-contacts manual. The contacts are tagged with some tags. But if I >> try

Re: [O] [contacts] No completion in Gnus

2011-10-05 Thread Thorsten
ms to be. I might use the opportunity to change from 32bit to 64bit, from Ubuntu to Arch Linux (which looks good) and from Gnome to Stump-WM. That looks like a nice combination to me. Cheers -- Thorsten

Re: [O] org-contacts: how to manage contacts; structure of meta data (was: No completion in Gnus)

2011-10-05 Thread Thorsten
s/modified-p > | (let ((field (nth 0 (yas/snippet-fields (first (yas/snippets-at-point)) > |(concat (buffer-substring (yas/field-start field) (yas/field-end > field)}]] $0 > ` > > Basically, you have to enter the name of the snippet, press «TAB» > and then you type in the name (or anything of the heading line of a > contact). Then it results in [[contact:foo bar][foo bar]] which is a > clickable link to any contact which relates to «foo bar». Great, I'll give that a try too. Thanks for your help Cheers -- Thorsten

Re: [O] org-contacts: how to manage contacts; structure of meta data

2011-10-06 Thread Thorsten
ere to look for them. In the Gnus and the Message manuals I did not find anything related so far. Cheers -- Thorsten

Re: [O] org-contacts: how to manage contacts; structure of meta data

2011-10-06 Thread Thorsten
Wes Hardaker writes: > FYI, the emacs package you're looking for with similar functionality is > "rebox2" ( http://www.emacswiki.org/emacs/rebox2 ) I knew - or at least expected - that there must be something like that. Thanks for the link. -- Thorsten

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

2011-10-21 Thread Thorsten
s" "data" here my votes: [1] -- "srcname" [2] -- "call" [3] -- ? " I would choose either "tblname" or "data", but I do not oversee all the implications. Cheers -- Thorsten

Re: [O] Source blocks for tiny snippets

2011-10-24 Thread Thorsten
Hi Eric, Eric Schulte writes: > That combined with a helper for specifying > code blocks (I use yasnippets for this) should serve. I would like to suggest adding the keybindings and shortcuts for specifying code blocks to chapter 14.11 "Key bindings and useful functions" in the manual. I'm sti

Re: [O] Source blocks for tiny snippets

2011-10-24 Thread Thorsten
he manual is already out of date, apparently, it lacks that section. cheers -- Thorsten

[O] [babel] Announcing ob-picolisp.el

2011-10-25 Thread Thorsten
mework for the development | of interactive web-applications (on top of a database). `--- cheers -- Thorsten

Re: [O] [babel] Announcing ob-picolisp.el

2011-10-26 Thread Thorsten
Eric Schulte writes: > Thorsten, if copying ob-picolisp to contrib/babel/langs until your FSF > paperwork is completed sounds agreeable to you I will move it over now. Sure, no problem, go ahead. cheers -- Thorsten

Re: [O] [babel] Announcing ob-picolisp.el

2011-10-26 Thread Thorsten
Bastien writes: > This is great, thanks for sharing. Btw, picolisp looks way cool. Thats what I thought when I discovered it, so simple and so smart at the same time. Maybe the perfect language for an Emacs rewrite ... just kidding ;) cheers -- Thorsten

[O] Elisp programming style

2011-10-27 Thread Thorsten
helper function, independent, and don't care about redundancy"? Just being curious cheers -- Thorsten

Re: [O] Elisp programming style

2011-10-28 Thread Thorsten
Štěpán Němec writes: > On Thu, 27 Oct 2011 20:03:22 +0200 > Thorsten wrote: > >> Hi List, doing some Elisp programming (in an orgmode context) >> recently, the following question with regards to the 'accepted >> programming style' for Elisp concerned me: >

Re: [O] Elisp programming style

2011-10-28 Thread Thorsten
n those > which it has in scope so you can be sure you are actually using the > arguments). > > Finally, I believe the emacs-lisp compiler would complain about such > free variables. > > Hope this helps, Best -- Eric yes that helped, thanks cheers -- Thorsten

Re: [O] Elisp programming style

2011-10-28 Thread Thorsten
is so easily accessible, it seems like no big deal to change something. I still have to get rid of the reflex to factor out every duplication of code that I see. Lisp is not Java... cheers -- Thorsten

Re: [O] Elisp programming style

2011-10-28 Thread Thorsten
Tassilo Horn writes: > And I wouldn't tell multiple similar let-bindings duplicate code. I have to get used to that, at first sight it looks like there is redundancy everywhere. But its more from the Java perspective, from the more functional perspective it makes sense. cheers -- Thorsten

Re: [O] Elisp programming style

2011-10-29 Thread Thorsten
> `- > > > I likely wouldn't suggest the second, unless get-key1 was actually > something more complicated than your example. hmm ... I feel quite convinced now that having a standalone function is worth a bit of code duplication, and I start do discover that the cl package does have some nice functions (like flet). cheers -- Thorsten

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

2011-11-03 Thread Thorsten
Herbert Sitz writes: > I just formally pushed up a new version of VimOrganizer, an Org clone in Vim. nice, I announced this on the picolisp newsgroup, since this new org-babel language is more vim based, and VimOrganizer might help to -- Thorsten

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

2011-11-03 Thread Thorsten
Thorsten writes: sorry, incomplete sentence, wrong keystroke ... > nice, I announced this on the picolisp newsgroup, since this new > org-babel language is more vim based, and VimOrganizer might help to ...spread the news about orgmode and org-babel in the picolisp community.

[Orgmode] [babel] Suggestions: GRASS GIS und Lilypond

2011-02-14 Thread Thorsten
engine in an org-file to retrieve spatial data and then analyse the data with R in the same file - would make Org a kind of emacs-grassmode replacement. 2. Lilypond A nice to have for all the music lovers in the org community. Regards Thorsten

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-15 Thread Thorsten
oblems - integration in Org could make it easy. And, since nowadays books are shared on the web for free and the author starves, one might want to reuse the content in the setting of an online music school. Orgmode's html export would make this easy. Thorsten ___

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-18 Thread Thorsten
hanks for considering my suggestions Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] date functions in org tables

2011-02-25 Thread Thorsten
Di> | 86 | | <2011-02-09 Mi> | 85 | | etc.|| thanks for any hints cheers Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: date functions in org tables

2011-02-25 Thread Thorsten
all I needed to know ... thanks ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-table formulas with missing values

2011-02-26 Thread Thorsten
Hello, how do I best enter missing values in an org-tabel (just empty cells or NaN?) and how do I use that missing values in formulas? Thanks Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-or

[Orgmode] Re: org-table formulas with missing values

2011-02-26 Thread Thorsten
Thorsten writes: > Hello, > how do I best enter missing values in an org-tabel (just empty cells or NaN?) > and how do I use that missing values in formulas? Ok, trial and error suggests that missing values in numeric columns can be represented as 0 in formulas, in string columns

[O] Re: org-table formulas with missing values

2011-03-05 Thread Thorsten
Bastien writes: > Hi Thorsten, > > Thorsten writes: > >> Ok, trial and error suggests that missing values in numeric columns can >> be represented as 0 in formulas, in string columns as "". Is there >> something like NaN in calc/org-table? > > I do

Re: [O] Re: org-table formulas with missing values

2011-03-06 Thread Thorsten
Rainer M Krug writes: > On Sat, Mar 5, 2011 at 11:55 AM, Thorsten > wrote: >> Bastien writes: >> >>> Hi Thorsten, >>> >>> Thorsten writes: >>> >>>> Ok, trial and error suggests that missing values in numeric columns can >&

Re: [O] Re: org-table formulas with missing values

2011-03-08 Thread Thorsten
m going to try that. I just did my first little trial using org-tables as a spread-sheet and immediatly hit the problem of how to deal with empty cells in column formulars. Therefore I thought that must be a very common issue with some easy well-known solution. Thorsten

Re: [O] Invalid function: org-called-interactively-p

2012-02-13 Thread Thorsten
the original emacs installation folder) to solve the problem. Maybe that helps Cheers Thorsten

[O] [babel] Editing 'quote' source blocks in artist mode

2012-02-22 Thread Thorsten
Hi list, when I want to edit text inside a 'quote' source block, I find myself in picture/artist mode with wild key rebindings, e.g.: ,--- | RET (translated from ) runs the command artist-key-set-point, | which is an interac

Re: [O] [babel] Editing 'quote' source blocks in artist mode

2012-02-23 Thread Thorsten
Nick Dokos writes: > Thorsten wrote: > >> >> Hi list, >> when I want to edit text inside a 'quote' source block, I find myself in >> picture/artist mode with wild key rebindings, e.g.: >> >> ,

Re: [O] [babel] Editing 'quote' source blocks in artist mode

2012-02-23 Thread Thorsten
pied into it, > | and the buffer is switched into `artist-mode' for editing. When done, > | exit with C-c '. The edited text will then replace > | the fragment in the Org-mode buffer. > ` > > Nick > >> calling org-edit-special inside the block gives ffap: &g

Re: [O] [babel] Editing 'quote' source blocks in artist mode

2012-02-23 Thread Thorsten
Nick Dokos writes: > Thorsten wrote: > >> Nick Dokos writes: >> >> > Gustav Wikström wrote: >> > >> >> Hi! >> >> >> >> Just tried this and I can confirm both your bugs. >> >> >> >> c

[O] [babel] FYI: documentation for picolisp added to worg

2012-02-24 Thread Thorsten
Hi List, I added the documentation page for the org babel language picolisp to worg. You can find it here: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-picolisp.html -- cheers, Thorsten

[O] taskjuggler3 export

2012-02-26 Thread Thorsten
the reporting part. Does anyone has sample report templates that can be used in "org-export-taskjuggler-default-reports" when using taskjuggler3? Or, more generally asked, did anyone recently successfully exported to taskjuggler3? Thanks for any hints. -- cheers, Thorsten

Re: [O] taskjuggler3 export

2012-02-26 Thread Thorsten
will install taskjuggler 2.4 and just wait untill orgmode is ready for taskjuggler3 The estimated efford for my little gantt chart was 1h, now its almost 1d ;) -- cheers, Thorsten

Re: [O] worg access source

2012-02-27 Thread Thorsten
t...@tsdye.com (Thomas S. Dye) writes: > The "Show Org source" button on Worg is a great addition. Thanks! Its very convenient, and it makes the "link to this documents org source" section in the template for ob-doc-language.org files redundant. -- cheers, Thorsten

Re: [O] taskjuggler3 export

2012-02-29 Thread Thorsten
> > Then the instruction tj3 testtj3.tjp generate the gant chart accessible > in "Gantt Chart.html" file. > > Hope that can help. Great, thats exactly what I was looking for! Thanks a lot -- cheers, Thorsten

[O] [babel] Is Org Babel an X11 application?

2012-03-01 Thread Thorsten
block evaluations seem to be inserted as pictures in the org document - and need X11 or there is an error message. Is that true - Org Babel only works in an X11 session and not on the console? Or is there some configuration/trick to make it work on a console too? -- cheers, Thorsten

[O] [bug?] Error message related to auto-complete?

2012-03-01 Thread Thorsten
) config files for the first time too, but I rather suspect its auto-complete that is the culprit). Its not really a serious error - just strange. I report it FYI only. -- cheers, Thorsten

Re: [O] [babel] Is Org Babel an X11 application?

2012-03-02 Thread Thorsten
isplay-inline-images) `--- thanks for the tip -- cheers, Thorsten

Re: [O] org-mode as an accountability system?

2012-03-03 Thread Thorsten
;s list and change its state to @todo?  When I have a TODO task in the agenda that I did not complete today, I just change the date to tomorrow in the agenda using '>'. If you don't do that, it will appear anyway in the agenda as overdue task. -- cheers, Thorsten

Re: [O] org-yank improvement?

2012-03-04 Thread Thorsten
in the buffer. Maybe only a peculiarity of my color-settings, but nevertheless convincing me not to use clean mode. -- cheers, Thorsten

Re: [O] Participating in Google Summer of Code 2012

2012-03-05 Thread Thorsten
t idea (no matter if from a mentors or a students point of view) to add his proposol to the ideas page. This is a good chance for students to "flip bits, not burgers" during the summer, paid by Google, working on their favorite software-project, and contributing to the GNU project and the idea of free software. -- cheers, Thorsten

Re: [O] Extracting PDF file annotations into Org-mode

2012-03-06 Thread Thorsten
les. -- cheers, Thorsten

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-07 Thread Thorsten
ing it? > > Sorry, no. > > It will be held in German only anyway ... In what part of Germany? Is that open to the public - and free? Sounds interesting. -- cheers, Thorsten

Re: [O] Another gsoc idea -- ragel

2012-03-09 Thread Thorsten
contrib/gsoc2012/orgmode-gsoc2012-ideas.html -- cheers, Thorsten

Re: [O] Problem with choosing mode while editing blocks with C-c '

2012-03-13 Thread Thorsten
me stated that this is a feature, while Eric (Schulte) confirmed the behaviour and agreed that it appears more like a bug than a feature. I'm not sure how to link to email threads, I hope the following link works for you: [[gnus:nntp%2Bnews.gmane.org:gmane.emacs.orgmode#87d3964cpp@g

Re: [O] Problem with choosing mode while editing blocks with C-c '

2012-03-14 Thread Thorsten
Nick Dokos writes: > Thorsten wrote: > >> suvayu ali writes: >> >> Hi, >> >> > I am having problems editing blocks with C-c '. If the blocks are >> > marked >> > with upper case letters Emacs brings up the tempora

Re: [O] GSOC Proposal

2012-03-15 Thread Thorsten
eas list - or develop your own idea with a potential mentor. -- cheers, Thorsten

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-22 Thread Thorsten
just assuming they might be interested in mentoring. But I did not confirm with neither of them! I would therefore suggest that you contact them to find out who might actually be the mentor for your project. -- cheers, Thorsten

[O] GSoC 2012: Mentor application?

2012-03-22 Thread Thorsten
something about mentor application in the timeline or faq from Google. Do mentors have to apply individually at the Google website just like students? -- cheers, Thorsten

[O] org-replace-disputed-keys not working

2012-03-24 Thread Thorsten
isputed-keys is set in an .org file, that must be tangled before it is loaded, and I assume org.el must be loaded before any .org files can be tangled? Thanks for any hints. -- cheers, Thorsten

Re: [O] org-replace-disputed-keys not working

2012-03-26 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> I'm not sure what to do about this, since I use the emacs24-starter-kit, >> and org-replace-disputed-keys is set in an .org file, that must be >> tangled before it is loaded, and I assume org.el must be loaded be

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> Is there a windmove alternative (another way to navigate comfortably >> between windows without doing C-x o several times), that works in both >> console and X11 session? It is not much fun to use windmove if it

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
suvayu ali writes: Hi, > On Tue, Mar 27, 2012 at 00:08, Thorsten wrote: >> I started the emacs-daemon with that option, but it did not help >> unfortunately. But it seems windmove.el only works in X11 anyway, not in >> console sessions? At least for me the shift char

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Thorsten
Gregor Zattler writes: Hi Grekgor, > * Thorsten [27. Mar. 2012]: >> Is there a windmove alternative (another way to navigate comfortably >> between windows without doing C-x o several times), that works in both >> console and X11 session? It is not much fun to use windmov

Re: [O] not-quite-literal blocks

2012-04-03 Thread Thorsten
ng to you? -- cheers, Thorsten

Re: [O] Google Summer of Code 2012 Student Application

2012-04-05 Thread Thorsten
ider a workflow similar to the one used by you for Org-mode? -- cheers, Thorsten

Re: [O] layout org-babel menu WAS: About org-babel menu

2012-04-05 Thread Thorsten
of headers and values: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-picolisp.html -- cheers, Thorsten

Re: [O] layout org-babel menu WAS: About org-babel menu

2012-04-06 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> I prepared a little table for the header keywords, not language specific >> and maybe not complete, but at least a systematic summary of headers and >> values: >> >> http://orgmode.org/worg/org-contrib/

Re: [O] Google Summer of Code 2012 Student Application

2012-04-06 Thread Thorsten
Bastien writes: > Thorsten writes: > >> What I really would need to decide upon at the very beginning is the git >> workflow - not too complicated, but somehow scalable for the future is >> the project succeeds. Any suggestion besides having a master and a >> pri

Re: [O] idea, bug report template

2012-04-06 Thread Thorsten
ven think that the staging concept might be usefull in some cases. -- cheers, Thorsten

[O] [gsoc] Bugpile proposal submitted (FYI)

2012-04-06 Thread Thorsten
://orgmode.org/worg/org-contrib/gsoc2012/student-projects/bugpile/index.html -- cheers, Thorsten

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
Bastien writes: Hi Bastien, > Thorsten writes: > >> Memnon Anon writes: >> >>> pin...@iro.umontreal.ca (François Pinard) writes: >> >>>> However, by mistake, it happens that the cursor is on the only visible >>>> bullet star of the n

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
erlays involved are only visible in X11. i must admit I never used org-indent since I prefer book-like headlines, I only had the problem of an unvisible cursor when editing Worg pages (probably in a console session without being aware of that fact). -- cheers, Thorsten

Re: [O] org-yank improvement?

2012-04-12 Thread Thorsten
Nicolas Goaziou writes: Hello, > Thorsten writes: > >> I just posted a proposal how to activate org-indent conditional on the >> sessions display-type, since the irritating behaviour I had only happens >> in a console session, so I guess some overlays involved ar

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Thorsten
Ian Barton writes: >> Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and >> Org-mode (Thorsten) >> >>The Bugpile project has two goals: 1. Develop a bugtracker (called >>Bugpile) for GNU Emacs Org-mode, using Elisp, Elnode, Org-mode, and a

[O] Bug in new exporter?

2012-07-01 Thread Thorsten Jolitz
t;) (:logic . "logic") (:view . "view") (:controller . "controller") (:objects . "objects") (:test . "test") (:doc . "doc"))) (if args (iorg-controller--serve-docroot project proj-config args) (iorg-controller--serve-docroot project proj-config)) (let* ((proj-config (assoc project iorg-projects-config))) (if (not (and (non-empty-string-p project) (assoc project iorg-projects-config))) (message "%s" (concat "Project not registered in customizable " "variable 'iorg-projects-config'")) (elnode-start (quote iorg-controller-dispatcher-handler) :host (or host (cdr (assoc :host proj-config))) :port (or port (cdr (assoc :port proj-config) (if args (iorg-controller--serve-docroot project proj-config args) (iorg-controller--serve-docroot project proj-config))) iorg-controller-launch-project("bugpile") eval((iorg-controller-launch-project "bugpile") nil) eval-expression((iorg-controller-launch-project "bugpile") nil) call-interactively(eval-expression nil nil) -- cheers, Thorsten

Re: [O] Bug in new exporter?

2012-07-01 Thread Thorsten Jolitz
Achim Gratz writes: > Thorsten Jolitz writes: >> when I try to use the new exporter outside of an Org buffer, e.g. from a >> function or with M-:, it seems that there is a problem with the current >> buffer that is used for exporting - it is not the buffer of the Org file

[O] Bug in org-insert-todo-subheading?

2012-07-04 Thread Thorsten Jolitz
r ARG, I get this: #+begin_src org *** TODO ** TODO * TODO #+end_src Is that a bug - or am I using the function wrongly? I would want the subheadings below the top-level heading. -- cheers, Thorsten

Re: [O] Bug in org-insert-todo-subheading?

2012-07-04 Thread Thorsten Jolitz
Thorsten Jolitz writes: > #+begin_src org > *** TODO > ** TODO > * TODO > #+end_src > > Is that a bug - or am I using the function wrongly? > I would want the subheadings below the top-level > heading. Answering my own question (by experimentation): When point

[O] Org/LaTeX set-up for business letters?

2012-07-05 Thread Thorsten Jolitz
ple and can be downloaded somewhere. Thanks in advance -- cheers, Thorsten

Re: [O] Org/LaTeX set-up for business letters?

2012-07-05 Thread Thorsten Jolitz
suvayu ali writes: > On Thu, Jul 5, 2012 at 2:49 PM, Thorsten Jolitz > wrote: >> although using Emacs/Org-mode for almost everything, I still write my >> "official" correspondence with a (quite nice) OpenOffice template. It >> would be so much easier and faster

Re: [O] Org/LaTeX set-up for business letters?

2012-07-05 Thread Thorsten Jolitz
rofessional letter design?. I tried that once and the result was ugly, there is a lot of extra work necesary to make it look fancy and modern. -- cheers, Thorsten

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Thorsten Jolitz
Michael Strey writes: Hi Michael, > On Fri, Jul 06, 2012 at 12:47:59AM +0200, Thorsten Jolitz wrote: >> suvayu ali writes: > ... >> > [1] Off the top of the head I recall a package called `scrlttr'. >> >> Yes, part of KOMA (?), but thats rather low l

Re: [O] Org/LaTeX set-up for business letters?

2012-07-06 Thread Thorsten Jolitz
suvayu ali writes: > On Fri, Jul 6, 2012 at 6:35 PM, Thorsten Jolitz > wrote: >> I'm just trying to repeat the nice experience I had with writing a >> modern CV in LaTeX - download a template, put in your data, and enjoy a >> beautifill CV (or letter) - actually muc

Re: [O] HowTo: Letter template method using yasnippet

2012-07-06 Thread Thorsten Jolitz
rs from Org mode in a not so far future - what would be quite a relief. -- cheers, Thorsten

Re: [O] Org/LaTeX set-up for business letters?

2012-07-07 Thread Thorsten Jolitz
}{typography}{\LaTeX, Microsoft Office} \cvcomputer{scientific}{Matlab, Maple, R, Lingo} {}{} \section{\textbf{Scientific Interests}} \cvlistitem{Statistical Learning} \cvlistitem{Time Series Analysis} \cvlistitem{Spatial Statistics} \cvlistitem{Stochastic Process} \cvlistitem{Data/Text Mining} %\cvlistitem{Boundary Value Problems} %\cvlistitem{Numerical Analysis} %\cvlistitem{Parallel Computing} \end{document} -- cheers, Thorsten

Re: [O] Org/LaTeX set-up for business letters?

2012-07-07 Thread Thorsten Jolitz
ems to be another (maybe simpler?) option. However, the thread proves again that it is not trivial to do-it-yourself. but there are quite a lot of options, it seems. -- cheers, Thorsten

[O] save-excursion in Org files

2012-07-07 Thread Thorsten Jolitz
I find it in entry2. So when I am in one entry and do some inserting in a save-excursion, I cannot expect to find myself at the same position in the same entry after save-excursion finished? -- cheers, Thorsten

Re: [O] save-excursion in Org files

2012-07-07 Thread Thorsten Jolitz
Thorsten Jolitz writes: > in elisp code, with point in entry1, I do a save-excursion that inserts > another entry2 and does some work there. After existing from the > save-excursion form, I add e.g. a global ID with org-id-get-create - and > would expect to find it in entry1 when sa

Re: [O] Batch execution and --script

2012-08-29 Thread Thorsten Jolitz
//stackoverflow.com/questions/6238331/emacs-shell-scripts-how-to-put-initial-options-into-the-script -- cheers, Thorsten

Re: [O] coloring source for scala

2012-08-30 Thread Thorsten Jolitz
Alexandre Russel writes: > Is there a way to have color for scala ? Don't know about the colors, but I think ENSIME is the enhanced Scala mode for Emacs: https://github.com/aemoncannon/ensime http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/ -- cheers, Thorsten

Re: [O] Anyone using or working on ob-scheme?

2012-11-22 Thread Thorsten Jolitz
code. just as a side remark: I remember that, when trying to write ob-picolisp, I tried to base it on ob-scheme, since it seemed the next logical thing to do (its about two lisp dialects). And I was surprised how much had to be changed and how different the final results were. -- cheers, Thorsten

Re: [O] Anyone using or working on ob-scheme?

2012-11-25 Thread Thorsten Jolitz
Michael Gauland writes: > Thorsten Jolitz googlemail.com> writes: > >> just as a side remark: I remember that, when trying to write >> ob-picolisp, I tried to base it on ob-scheme, since it seemed the next >> logical thing to do (its about two lisp dialects). And I wa

[O] RSA host key for orgmode.org has changed?

2012-11-30 Thread Thorsten Jolitz
server side lately I did not notice? -- cheers, Thorsten

  1   2   3   4   5   6   7   8   9   10   >