[O] Bug in new exporter?

2012-07-01 Thread Thorsten Jolitz
Hi list, 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 given as argument. I think the problem is here (line 2319 of org-exp

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
Hi List, when I try out the function ,- | (org-insert-todo-subheading ARG) `- with point at beginning-of-line of ,--- | * TODO `--- and then ,--- | ** TODO `--- no matter if I use 1, -1 or e.g. 'todo for ARG,

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
Hi List, 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 to just use Org mode for that too. I tried some LaTeX templates from the web, but they were ugly. I know one co

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
suvayu ali writes: > Well I assumed it would be since you already have a "quite nice" > OpenOffice template. It looks like a professional letter, while everything I found in the web rathers proves that programmers are not designers, even with a tool like LaTeX at hand. > If you are after late

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
Nicolas Goaziou writes: Hello Suvayu, Micheal, Bastien and especially Karl and Nicolas, > Based on your work, I've put up the attached back-end: > org-koma-letter.el. thanks a lot for your tips and the actual code, that looks very promising, so I might well write my business letters from Org m

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

2012-07-07 Thread Thorsten Jolitz
Mehul Sanghvi writes: > Just out of curiosity, what was the CV template you used ? I attach 3 variations of the same template, I used the one from TRAVIS as a basis for my CV, but the others are nice too. %% start of file `template_en.tex'. %% Copyright 2007 Xavier Danaux (xdan...@gmail.com). %

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

2012-07-07 Thread Thorsten Jolitz
Vikas Rawal writes: >> > >> > [1] Off the top of the head I recall a package called `scrlttr'. >> >> Yes, part of KOMA (?), but thats rather low level if you have to design >> your own letters - and who knows all that stuff about professional letter >> design?. I tried that once and the result w

[O] save-excursion in Org files

2012-07-07 Thread Thorsten Jolitz
Hi List, 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 save-excursion did its job right. But

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
Marcelo de Moraes Serpa writes: Hi Marcelo, > This is a subject that should be explored more. I see a lot of > potential in having CLI .el scripts (i.e taking the emacs GUI out of > the equation). I once asked a related question on stackoverflow, and recieved this answer that shows how to - be

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
Michael Gauland writes: Hi Mike, > I've recently started playing with guile source blocks, and haven't > gotten the results I expect. > I'd like to hear from anyone who's had more success than I have, or > who is working on ob-scheme.el, before I wade into the code. just as a side remark: I

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
Hi List, I just tried to pull the actual version of Worg and recieved this: , | ~/gitclone/worg/worg $ git pull | @@@ | @ WARNING: POSSIBLE DNS SPOOFING DET

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

2012-11-30 Thread Thorsten Jolitz
Jason Dunsmore writes: > The server was migrated a couple of months ago. Just remove the old > key from ~/.ssh/known_hosts and you should be good. Thanks, that fixed the problem. -- cheers, Thorsten

Re: [O] Distinguish between blank and zero in org-mode spreadsheet

2012-12-10 Thread Thorsten Jolitz
Bob Newell writes: > The problem obviously revolves around a blank cell being interpreted > as zero. That's all well and good, and quite correct, but makes > distinguishing blank and explicit zero more difficult. I don't think thats "well and good, and quite correct", otherwise all the statistic

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

2012-12-18 Thread Thorsten Jolitz
Jeff Mickey writes: > As a general question to the org list: What dynamic languages similar > to how scheme will interact with it's inferior process (python and > ruby?) have decently complete org babel implementations that I can > look at to fix parts of this? I'd like to get :session working.

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-13 Thread Thorsten Jolitz
Achim Gratz writes: > Eric Schulte writes: >> Recently my Emacs start up fails when I (require 'org) because the >> function `org-load-noerror-mustsuffix' is undefined. I was able to fix >> this by checking out the version previous to commit 5484a33b [1]. > > Your Emacs loads an outdated org-mac

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-13 Thread Thorsten Jolitz
Stelian Iancu writes: >> I just updated Org-mode from Git a few minutes ago, and, after having >> problems, deleted the repo and cloned it again, ran make and make >> autoloads, but still cannot load org.el (or start with my usual >> starter-kit customisations): >> > > [SNIP] > > Just my 2c: in

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-14 Thread Thorsten Jolitz
Eric Schulte writes: > If you are using the starter-kit, then Org-mode is required as the first > step of your Emacs initialization. This is necessary so that the > `org-babel-load-file' function can be used to load your customization > from .org files. In this case the best (only) way to ensur

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-15 Thread Thorsten Jolitz
Eric Schulte writes: > Thorsten Jolitz writes: > >> Eric Schulte writes: >> >>> If you are using the starter-kit, then Org-mode is required as the first >>> step of your Emacs initialization. This is necessary so that the >>> `org-babel

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-15 Thread Thorsten Jolitz
Nick Dokos writes: >> but nevertheless, opening an .org file gives me: >> File mode specification error: >> (void-function org-define-obsolete-function-alias) >> > > There is no such function in current org (either defined or used). The > remaining instance was deleted in this commit: > > ,

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-15 Thread Thorsten Jolitz
Achim Gratz writes: > Thorsten Jolitz writes: >> I do have my bad experiences with mixed installations, so the first >> thing I do when I install or update Emacs is to trash the Org-mode that >> comes with Emacs and replace it with a symlink to the git version. > > W

Re: [O] version 7.9.3d: compilation fails

2013-01-18 Thread Thorsten Jolitz
Torsten Anders writes: > I tried to update orgmode to the latest version 7.9.3d, but make failed, see > outputs after this email. It might be unrelated, but does 'M-x load-library RET org.el' work with your latest version? I just had some trouble with a certain git version. -- cheers, Thorste

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
rienced some casual trouble when updating Org-mode from Git (I simply updated at a moment, when actual org.el wouldn't load due to a bug that was to be fixed soon fixed soon. Here is the related thread on the mailing list: [[gnus:nntp%2Bnews.gmane.org:gmane.emacs.orgmode#87ehhmnqu6@goog

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, >> I'm asking just out of curiosity, and to learn a bit more, there are >> no urgent problems to be solved on my side here. > > You're welcome! Thanks for the answer, so there is not really a fundamental problem with outline-minor-mode nor is it difficult to replace

Re: [O] Problem exporting code

2013-01-22 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, >> Why do you consider outline(-minor-mode) as completely unusable? > > Because of the keybindings. I found a really nice alternative keymap here: http://emacswiki.org/emacs/OutlineMinorMode ,--

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Thorsten Jolitz
M writes: Hi, > At the moment there are many little projects where I > > * get a text from someone (or write it myself) > * have to read and edit it > * send it oer email to 1 or 2 other colleagues which have to read / edit it > * get it back and check the changes > * maybe send the text again

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Thorsten Jolitz
M writes: > it is not about programming and it is not about plain text files, but MS > Office (Word) files.. > > Dropbox is not an option, maybe a document management system (DMS) with > versioning, but it is not in place yet. > And even if there is, how could I then track my workflow with Emacs

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Thorsten Jolitz
"Nicolas Richard" writes: > I use one trick which might be of interest to some people : when I have > a dropbox folder with text (in my case, these are .tex and related > files) files that will be worked on collaboratively, I first follow > these steps in the directory : > > dropbox exclude add .

Re: [O] Using Org/babel for Emacs config files

2013-01-23 Thread Thorsten Jolitz
Karl Voit writes: Hi, > I am not completely convinced to convert my config to org/babel but > I am not oppose either. Not sure, if there are that many advantages, > that it is worth my effort, that's all. its a bit like writing with LaTeX - in some simpler but common cases its just great to wr

Re: [O] Using Org/babel for Emacs config files

2013-01-24 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: > I've been working with Nicolas Goaziou's new LaTeX exporter recently and > the gap between Org mode and AucTeX has narrowed considerably. Thats of course always true for Org-mode, and often the problem isn't really in the software, but sits in front of the

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Gregor Zattler writes: Hi Gregor, > * Thorsten Jolitz [24. Jan. 2013]: >> - after figuring out that I can have full outline functionality in .el >> files too, the (in my eyes) main advantage of an org-based config was >> gone. > > could you please elaborate how

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Gregor Zattler writes: > >> Hi Thorsten, >> * Thorsten Jolitz [24. Jan. 2013]: >>> - after figuring out that I can have full outline functionality in .el >>> files too, the (in my eyes) main advantage of an org-based con

Re: [O] full outline functionality in .el files: how?

2013-01-24 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > I don't understand what does not work exactly -- can you tell me? ok, I checked more exactly in my init.el in outline-minor-mode: (1) M-x org-cycle on the top-level entries expands the entry one level, and then collapses it again, i.e. cycling between two states

[O] [FYI/noise] GSoC 2012 & new email

2012-04-23 Thread Thorsten Jolitz
Hi List, my GSoC 2012 proposal was accepted, so I'm going to spend this summer implementing bugpile - a bugtracker for GNU Emacs Org-mode. I use the opportunity to change to a different (more serious) email, just in case you wonder. Thanks to Bastien and Eric for the support so far! -- cheer

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Thorsten Jolitz
Christian Moe writes: > That was my thought, too. Managing comments as Org items would be > pretty cool. > > Christian > > Eric Schulte wrote: > >>Thanks to Google Summer of Code and to Thorsten's Bugpile project we >>should have an interactive web front-end to Org-mode files by the end >>of >>t

[O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread Thorsten Jolitz
Hi List, I have a strange problem with org-global-cycle (S-TAB) in console sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound to pcomplete", which it actually is, but I'm hitting S-TAB not M-TAB. Otherwise, the "S" (shift) key work, I can type uppercase and all. Is that a h

Re: [O] S-TAB acts like M-TAB in console sessions

2012-04-25 Thread Thorsten Jolitz
William Gardella writes: > Thorsten Jolitz writes: > >> Hi List, >> I have a strange problem with org-global-cycle (S-TAB) in console >> sessions. It mainly doesn't do anything, and C-h k shows "M-TAB is bound >> to pcomplete", which it

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

2012-04-26 Thread Thorsten Jolitz
Neil Smithline writes: Hi Neil, > This is way cool! Recently I have been deeply irritated by the lack of > a functional server for Emacs Org Mode. > > I've run into this problem dealing with the weak presentation of Org > Mode files on Github. Github uses the Ruby gem org-ruby > (https://github

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-06 Thread Thorsten Jolitz
Eric Fraga writes: > unfortunately, I still have problems. I am using org completely up to > date (a few minutes ago). me too, I just posted on the gnus.user list ... -- cheers, Thorsten

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

2012-05-08 Thread Thorsten Jolitz
Neil Smithline writes: > While I'm hoping we can turn GSoC work into production in less than 4 > years, the GIMP release notes have left me even more psyched about our > three GSoCers! > > Go guys! (At least I think you're all guys :-) Thanks for your interest and support! The first time I heard

[O] Org API

2012-05-08 Thread Thorsten Jolitz
Hi List, using a slightly modified version of the wikidoc.el library from Nic Ferrier (https://github.com/nicferrier/elwikidoc) I published the Org-mode API on Worg (with some help from Eric (Schulte) with regards to scripting). You can access the page via the link at the bottom of this site: h

Re: [O] More problems with orgstruct++-mode, message-mode and auto fill

2012-05-09 Thread Thorsten Jolitz
Bernt Hansen writes: Hi Bernt, > Auto-fill wrapping has stopped working correctly lately. I had exactly the same problem you describe (no wonder because I just copied your configuration) and solved it with Bastiens help. You can search for subject "Strange indentation in message-mode" in the

[O] Setting user-defined properties while ido-mode is active

2012-05-31 Thread Thorsten Jolitz
Hi List, I copied the "ido everywhere" approach from Bernt Hanson's setup and it works really great (especially using 'M-x' becomes so fast that remembering all that keychords seems less necessary). However, I have to deactivate ido-mode everytime I want to set a user-defined property with C-c

Re: [O] Setting user-defined properties while ido-mode is active

2012-06-01 Thread Thorsten Jolitz
Jason Dunsmore writes: > On Thu, May 31 2012, Thorsten Jolitz wrote: > >> However, I have to deactivate ido-mode everytime I want to set a >> user-defined property with C-c C-x p, since ido-mode shows me all the >> predefined property names and does not let me enter

Re: [O] Org, Org-mode, Orgmode, Org Mode

2012-06-02 Thread Thorsten Jolitz
Achim Gratz writes: > Looking at the documentation and also the website and Worg, I see that > we still use all these monikers interchangeably in both capitalized and > lowercase form throughout. I seem to remember that there was some > discussion that only one of them should be used going forwa

Re: [O] Org, Org-mode, Orgmode, Org Mode

2012-06-02 Thread Thorsten Jolitz
Achim Gratz writes: > So my question still stands, which variant is the preferred one if any > and should we work to standardize it across all documentation? It would indeed be very usefull to have that written in stone once and forever, I personally like Org-mode best. -- cheers, Thorsten

Re: [O] Talk about Org mode at a small hacker conference (GPN12)

2012-06-02 Thread Thorsten Jolitz
Florian Adamsky writes: Hello Florian, > I will give a talk [fn:1] next weekend about Org mode at a small hacker > conference in Germany Karlsruhe is too far away for me, unfortunately. However, I'm really impressed by the beautiful design of your homepage: ,--

Re: [O] Talk about Org mode at a small hacker conference (GPN12)

2012-06-02 Thread Thorsten Jolitz
Florian Adamsky writes: Hi Florian, > Thorsten Jolitz writes: > >> Florian Adamsky writes: >> >>> I will give a talk [fn:1] next weekend about Org mode at a small hacker >>> conference in Germany >> >> Karlsruhe is too far away for me, unfort

Re: [O] Org, Org-mode, Orgmode, Org Mode

2012-06-02 Thread Thorsten Jolitz
François Pinard writes: > On the nomenclature issue of our preferred tool, if I had my say, I > would suggest Org, and drop "mode". Org is really a major Emacs mode, > in many acceptations of the word "major". We should speak of Org the > same way we speak of Calc or Gnus (or Dired). Org is n

[O] [GSOC] Bugpile/iOrg weekly update

2012-06-04 Thread Thorsten Jolitz
Hello List, following a suggestion from Bastien, I will give a weekly update from now on about the state of things in my Google Summer of Code 2012 project "Bugpile/iOrg". Just to remind you whats it all about: ,- | Bugpile is a b

Re: [O] [GSOC] Bugpile/iOrg weekly update (cont.)

2012-06-04 Thread Thorsten Jolitz
Thorsten Jolitz writes: [ups - wrong keystroke and the unfinished mail was sent] > Hello List, > > following a suggestion from Bastien, I will give a weekly update from > now on about the state of things in my Google Summer of Code 2012 > project "Bugpile/iOrg". > &

[O] New exporter: where are the back-end functions called?

2012-06-11 Thread Thorsten Jolitz
Hi Nicolas, Hi List, when trying to enhance the HTML back-end of the new exporter with interactive HTML elements, one possibility (probably the easiest and best) is to write variants for the export functions for some Org elements that insert different HTML in the output string (HTML form fields

Re: [O] Documentation for the new exporter

2012-06-17 Thread Thorsten Jolitz
Vikas Rawal writes: > Where is the documentation for the new exporter that is in the works? http://orgmode.org/worg/dev/org-export-reference.html -- cheers, Thorsten

Re: [O] Loss of Fontification partway through file

2014-06-19 Thread Thorsten Jolitz
Jacob Gerlach writes: > Hello List, > > I just converted my init file to an init.org to load with babel. I > prefer to view the source blocks with font lock > (org-src-fontify-natively). My problem is that certain parts of the > file don't show the fontification. > > I had a lot of trouble narrow

Re: [O] Loss of Fontification partway through file

2014-06-19 Thread Thorsten Jolitz
Jacob Gerlach writes: > The MWE (with native fontification -> t) looks ok for me, > > Thanks for taking time to check this. I should note that if I find a > new file (test.org) and yank the MWE, it is fontified correctly, but > if I save and kill the buffer and then find the file again, that

Re: [O] Invalid function

2014-06-21 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi, > ox.el:77:1:Error: Invalid function: "Org" Is that line 77 in /lisp/ox.el? Maybe have a look ... -- cheers, Thorsten

Re: [O] Get total number of items

2014-06-22 Thread Thorsten Jolitz
Chris Henderson writes: > Is there a way to get the total number of items at the parent level? I > have lots of ** under a * and I'd like to see the number at a glance. that was asked before, here is what I came up with [using (apply '+ ...) instead of (eval (append (list '+ ...) ...)) would eve

Re: [O] LaTex best practice in org-mode

2014-06-22 Thread Thorsten Jolitz
Shiyuan writes: Hi, > We can write LaTex directly in org-mode without put it in a SRC block. > When the code is exported, the latex syntax will be handled correctly > to html or pdf. That's very nice part of org mode. However, if we don't > put the latex code into a SRC block, the latex syntax i

Re: [O] Source blocks with captions

2014-06-23 Thread Thorsten Jolitz
Alexander Baier writes: > Hello org-moders! > > I just tried to put a caption under/on/above (or anywhere for that > matter) my source code block. When exporting to latex, I didn't see any > caption belonging to my code block. Other backends have not been > tried. How can I achieve this? > > F

Re: [O] LaTex best practice in org-mode

2014-06-24 Thread Thorsten Jolitz
al-set-key (kbd "C-c b n") 'boxquote-narrow-to-boxquote) |(global-set-key (kbd "C-c b u") 'boxquote-unbox) |(global-set-key (kbd "C-c b e") 'boxquote-text) |(global-set-key (kbd "C-c b i") 'boxquote-title)) ` bu

[O] How to treat string results of src-block calls like text in export?

2014-06-24 Thread Thorsten Jolitz
Hi List, with this org file , | #+name: project-name | #+header: :exports none | #+begin_src emacs-lisp | (mapconcat |'capitalize |(split-string | (file-name-nondirectory | (directory-file-name | (file-name-directory |(buffer-file-name (current-buffer) |

[O] Passing values by reference to src-blocks

2014-06-24 Thread Thorsten Jolitz
Hi List, this does not work, although I would think it should (at least if there is no typo or so): , | #+name: project-root | #+header: :var buf-file=(buffer-file-name) | #+begin_src emacs-lisp | (file-name-directory | (directory-file-name | (file-name-directory buf-file))) | #+end_src

Re: [O] How to treat string results of src-block calls like text in export?

2014-06-24 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, > Thorsten Jolitz writes: > >> Hi List, >> >> with this org file >> >> , >> | #+name: project-name >> | #+header: :exports none >> | #+begin_src emacs-lisp >> | (mapconcat &

Re: [O] How to treat string results of src-block calls like text in export?

2014-06-24 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, > I use this a lot in my work, but hadn't tried it in a headline. I tried > it with the call line in a headline and that works, too. This subtree > is in a file called personal.org. > > * Jolitz > > #+name: project-name > #+header: :exports none

Re: [O] Passing values by reference to src-blocks

2014-06-24 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Hi List, > > this does not work, although I would think it should (at least if there > is no typo or so): > > , > | #+name: project-root > | #+header: :var buf-file=(buffer-file-name) > | #+begin_src emacs-lisp > | (file-name-direc

Re: [O] Passing values by reference to src-blocks

2014-06-24 Thread Thorsten Jolitz
Eric Schulte writes: >> Wrong usage of :var or limitations of header arguments? > > This is to be expected. The two blocks above compose to something like > > #+begin_src emacs-lisp > (file-name-nondirectory >(file-name-directory > (directory-file-name > (file-

Re: [O] Babel-R vs. ESS

2014-06-25 Thread Thorsten Jolitz
Shiyuan writes: > Hi all, > I am learning R and use Emacs to work with R. I googled around and I > found two options: ESS and Org-R/Org-Babel. > Babel speaks multiple languages( Any languages?-if we write some sort > of parser, which I assume is not terribly difficult under Babel?). > > But if

[O] [PATCH] org-taskjuggler.el - add valid project attributes

2014-06-25 Thread Thorsten Jolitz
>From bc21dacd0bb400c5bb92acff9bbf2d00560f1c92 Mon Sep 17 00:00:00 2001 From: tj Date: Wed, 25 Jun 2014 16:27:42 +0200 Subject: [PATCH] Taskjuggler: Add valid project attributes * ox-taskjuggler.el (org-taskjuggler--build-project): Insert all valid attributes from project. * ox-taskjuggler.el

Re: [O] ox taskjuggler issues: (1) unable to set 'timingresolution' (2) taskjuggler_resource not found (3) property/attribute aliases

2014-06-25 Thread Thorsten Jolitz
Nick Garber writes: Hello, > In exploring the use of OrgMode for advanced project planning I've run > across a few questions/problems with the taskjuggler exporter that I'd > like to raise. > > (1) unable to set 'timingresolution' > > My project contains some short tasks, such as brief but requi

[O] Around-advice on org--export function?

2014-06-25 Thread Thorsten Jolitz
Hi List, sometimes I want to call one of the org--export functions with a different environment, i.e. with different values for the backend-specific customizable export variables, e.g. , | (let ((org-taskjuggler-default-project-duration 1)) ; default is 280 |(org-taskjuggler-export-and-

[O] [FeatReq] New option for `org-entry-properties' WHICH argument?

2014-06-26 Thread Thorsten Jolitz
Hi List, what about adding one more option for WHICH ,[ C-h f org-entry-properties RET ] | org-entry-properties is a compiled Lisp function in `org.el'. | | (org-entry-properties &optional POM WHICH SPECIFIC) | [...] | If WHICH is nil or `all', get all properties. If WHICH is | `special'

Re: [O] little elisp help?

2014-07-02 Thread Thorsten Jolitz
tom writes: > hi guys, > > I have this: > > (setq org-link-abbrev-alist > '(("foo" . "file:/path/to/%(myfun).txt"))) > > I'm trying to have "myfun" replace any spaces in the tag with > underscores, but I'm not having much luck. Would someone mind giving > me a hint? #+begin_src emacs-lisp (let (

[O] ob-lilypond: referencing named src_block not working

2014-07-03 Thread Thorsten Jolitz
Hi List, I try to include a (lilypond) src_block using header-arg :var, but it does not work: , | #+name: common | #+begin_src lilypond :exports none :file common.eps | \version "2.18.2" | \paper{ | oddFooterMarkup = \markup {} | } | #+end_src | | #+name: score | #+begin_src lily

Re: [O] Calc in src blocks: No org-babel-execute function for calc!

2014-07-04 Thread Thorsten Jolitz
Julien Cubizolles writes: > How do I enable calc as a valid source block? The following code > > #+BEGIN_SRC calc > 2 + 3 > #+END_SRC > > gives the error in the title. Add it to `org-babel-load-languages', e.g. like this , | (org-babel-do-load-languages | (quote org-babel-load-language

[O] [BABEL] Can all languages deal with multi-line headers?

2014-07-04 Thread Thorsten Jolitz
Hi List, I wonder if I can assume that all ob-xxx.el languages, even those written before the new parser/exporter framework existed, know how to deal with multi-line headers like: , | #+name: foo | #+header_args: :var x=bar | #+begin_src lang | ... | #+end_src ` (I would think that arg

[O] [BUG] :header-args+:

2014-07-06 Thread Thorsten Jolitz
Hi List, doing C-c C-c on the first src_block , | * A | ** B | :PROPERTIES: | :header-args: :var name=dblock-name | :header-args+: :var prms=dblock-params | :END: | | #+begin_src emacs-lisp | (format "\n#+begin: %s %s\n#+end:\n" name prms) | #+end_src | | #+name: dblock

Re: [O] :header-args: over several lines?

2014-07-06 Thread Thorsten Jolitz
Rainer M Krug writes: > Along the same lines: > > When I use > > , > | :header-args: :var RNGKIND="Mersenne-Twister" > | :header-args+: :var RNGNORMALKIND="Inversion" > ` > > both variables are transferred - is var+ generally redundant, or i=only > in this case? When I start using :var+

Re: [O] org-mode date stamp with just month?

2014-07-06 Thread Thorsten Jolitz
David Rogoff writes: > I can’t see how to insert a datestamp with just year and month. I’m > adding an archive of various past events that I don’t have the exact > date for. Maybe try ,[ C-h v org-time-stamp-custom-formats RET ] | org-time-stamp-custom-formats is a variable defined in `org

[O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-06 Thread Thorsten Jolitz
Hi List, evaluating this 3 times does not work as expected: , | * A | | #+header: :results raw replace | #+begin_src emacs-lisp | (+ 2 2) | #+end_src | | #+results: | 4 | 4 | 4 ` Independent from argument order, 'replace' (which should be default anyway) is ignored. -- cheers, Th

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-06 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, > Thorsten Jolitz writes: > >> Hi List, >> >> evaluating this 3 times does not work as expected: >> >> , >> | * A >> | >> | #+header: :results raw replace >> | #+begin_src em

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha writes: > Hi Thorsten, > > Thorsten Jolitz writes: > >> Hi List, >> >> evaluating this 3 times does not work as expected: >> >> , >> | * A >> | >> | #+header: :results raw replace >> | #+begin_src emacs-lisp

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Andreas Leha writes: > >> Hi Thorsten, >> >> Thorsten Jolitz writes: >> >>> Hi List, >>> >>> evaluating this 3 times does not work as expected: >>> >>> , >>> | * A >

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Andreas Leha writes: > Hi Thorsten, >> My use-case is actually this, and it won't work with wrapped results: >> >> , >> | ** Utility Function :ARCHIVE: >> | >> | #+name: create-subtree-with-dblock >> | #+header: :var name="foo" >> | #+header: :var prms=":bar loo" >> | #+header: :results rep

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
Nick Dokos writes: > Thorsten Jolitz writes: > >> Hi List, >> >> evaluating this 3 times does not work as expected: >> >> , >> | * A >> | >> | #+header: :results raw replace >> | #+begin_src emacs-lisp >> |

Re: [O] [BUG] src_blocks - :results raw and replace don't work together

2014-07-07 Thread Thorsten Jolitz
domandwonder.com/ > “Wisdom begins in wonder.” --Socrates > ((λ (x) (x x)) (λ (x) (x x))) > “Life has become immeasurably better since I have been forced to stop > taking it seriously.” --Thompson > > > On Mon, Jul 7, 2014 at 8:56 AM, Nick Dokos wrote: >> Thorsten Jolitz

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Thorsten Jolitz
tes > ((λ (x) (x x)) (λ (x) (x x))) > “Life has become immeasurably better since I have been forced to stop > taking it seriously.” --Thompson > > > On Sun, Jul 6, 2014 at 7:05 PM, Thorsten Jolitz wrote: >> David Rogoff writes: >> >>> I can’t see how to ins

Re: [O] Directly search for Headlines?

2014-07-07 Thread Thorsten Jolitz
Ken Mankoff writes: > On 2014-07-07 at 11:19, Nick Dokos wrote: >> John Durden writes: >> >>> Can you search directly for headlines in all agenda-files, with the >>> name of the headline, not tags? If so, how? If not, wouldn't this be >>> useful? >>> >> >> Try `s' in the agenda perhaps? > > Yes

Re: [O] org-mode date stamp with just month?

2014-07-07 Thread Thorsten Jolitz
Alexander Baier writes: > On 2014-07-07 16:40 Grant Rettke wrote: >> That property then is something that we may set as a buffer local >> variable set in the file itself for cases where want only months in >> the entire file? > > File local variables? ,[ C-h f make-variable-buffer-local RET

[O] What to do with taskjuggler's Plan.html report?

2014-07-08 Thread Thorsten Jolitz
Hi List, when I run 'tj3' on a taskjuggler file (.tjp) exported from Org, I get the reports as 'Plan.html' file. I can have a look with my browser, but thats not really what I want - I want to integrate the reports in a LaTeX document (exported from Org). Did anybody try to use TJ3 with Org-m

Re: [O] [ANN] Org-gamify

2014-07-09 Thread Thorsten Jolitz
Paul Sexton writes: > I have written a plugin for org agenda, which allows "gamification" of > task management. Define currencies, earn them by completing tasks, and > spend them on rewards. Inspired by HabitRPG, Epic Win and similar > systems. > > http://bitbucket.org/eeeickythump/org-gamify Lo

Re: [O] ML problems?

2014-07-09 Thread Thorsten Jolitz
Nick Dokos writes: > I think there is a problem with the ML or maybe gmane. I have received > several replies through private Cc: but even though those replies are > also cc:ed to the list, they haven't appeared either when I read gmane > through gnus or through the web. I also went looking for

Re: [O] emails written in Org Mode

2014-07-09 Thread Thorsten Jolitz
John Kitchin writes: > Can't you just change your buffer mode to org-mode, compose, change back > to message-mode and send? Did you want to do more than that? Ok, message-mode is a text mode just like Org-mode and not a programming mode, so it is not the perfect use-case for outshine/outorg, and

Re: [O] emails written in Org Mode

2014-07-09 Thread Thorsten Jolitz
Ken Mankoff writes: Hi Ken, > Hi Thorsten, On a recent thread you wrote: > >> ... *outorg-edit-buffer* (where I write my message-mode email in >> full >> org-mode). > > I already write emails in emacs. I'm interested in being able to compose > emails using Org Mode. I see you use gnus. I use

  1   2   3   4   5   6   7   8   9   >