Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
rid of those annoying user-prompts (which are sometime hardcoded into org functions, unfortunately). -- cheers, Thorsten

Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
Marcin Borkowski writes: > Dnia 2014-08-16, o godz. 16:01:39 > Thorsten Jolitz napisał(a): > >> Marcin Borkowski writes: >> >> >> I'm editing this file, C-c C-x C-i just starts clocking. >> >> > I finally had some time & motivation t

Re: [O] Clocking in on non-org files

2014-08-16 Thread Thorsten Jolitz
Marcin Borkowski writes: > Dnia 2014-08-16, o godz. 17:02:05 > Thorsten Jolitz napisał(a): > >> Marcin Borkowski writes: >> >> > Dnia 2014-08-16, o godz. 16:01:39 >> > Thorsten Jolitz napisał(a): >> > >> >> Marcin Borkowski wri

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
ompile-lilyfile" but there's > no match. > > How do I change where org looks for this program? Maybe ,[ C-h v ly-nix-ly-path RET ] | ly-nix-ly-path is a variable defined in `ob-lilypond.el'. | Its value is "/usr/bin/lilypond" | | Documentation: | Not documented as a variable. | | [back] ` ? -- cheers, Thorsten

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Thorsten Jolitz
ook somehow like this #+begin_src emacs-lisp (call-interactively 'org-version) #+end_src #+results: : Org-mode version 8.3beta (release_8.3beta-175-g59cd25 @ /usr/share/emacs/24.3/lisp/org/lisp/) -- cheers, Thorsten

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: > Thorsten Jolitz writes: > >> Steven Arntson writes: >> >>> I'm using org-babel to enter lilypond code for music typesetting. I had >>> an old version of lilypond from the Ubuntu repos installed in >>> /usr/bin. This wo

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-16 Thread Thorsten Jolitz
> On Sat, Aug 16, 2014 at 3:18 PM, Thorsten Jolitz > wrote: > > Marcelo de Moraes Serpa writes: > > > I've updated org to 8.2.5 (by checking out the release_8.2.5 > tag) from > > 7.9.4. After updating remote and checking out the mentioned &g

[O] [ANN] org-dp.el - Declarative Programming with Org Elements

2014-08-16 Thread Thorsten Jolitz
RC now put point on beginning of this src-block and call C-u M-x org-dp-toggle-headers and select 'header': => all headers #+HEADER: :exports both #+HEADER: :results raw #+HEADER: :var x=2 #+BEGIN_SRC emacs-lisp (+ 2 2) #+END_SRC now once again put point on beginning of this src-block and call M-x org-dp-toggle-headers => all params #+BEGIN_SRC emacs-lisp :var x=2 :results raw :exports both (+ 2 2) #+END_SRC -- cheers, Thorsten

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
the message. hmm ... does it work without emacs? did you try to use lilypond from the commandline? -- cheers, Thorsten

Re: [O] where Babel looks for binaries?

2014-08-16 Thread Thorsten Jolitz
Steven Arntson writes: > Thorsten Jolitz writes: > >> Steven Arntson writes: >> >>>> I would say try the above, i.e. restore ob-lilypond.el and set the >>>> variable in you init file. Alternatively you could delete the >>>> ob-lilypon

[O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Thorsten Grothe
ORGTBL Test as you can see the first column of the table is exported to latex. Normally columns with marking characters are *not* exported to latex. Is this a bug? Thanks in advance! -- Regards Thorsten

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Thorsten Grothe
ents on it... -- Regards Thorsten \documentclass{scrartcl} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[ngerman]{babel} \usepackage{colortbl} \begin{document} #+TBLNAME: Test #+ORGTBL: SEND Test orgtbl-to-latex | |A |B | |---+--+--| | / |6 |2 |

[O] [ANN] org-dp-wrap-in-block

2014-08-19 Thread Thorsten Jolitz
mpt', i.e. | | (elem-type contents replace affiliated args) | | Look up that function's docstring for more information about the | list's elements. A non-nil USER-INFO suppresses calls to | `org-dp-prompt' and is used instead of its return value. ` -- cheers, Thorsten

Re: [O] How can I calculate the "age" of a headline?

2014-08-19 Thread Thorsten Jolitz
p "ON" "OFF"))) (defun tj/insert-inactive-timestamp () (interactive) (org-insert-time-stamp nil t t nil nil nil)) (defun tj/insert-heading-inactive-timestamp () (save-excursion (when tj/insert-inactive-timestamp (org-return) (org-cycle) (tj/insert-inactive-timestamp #+END_SRC -- cheers, Thorsten

Re: [O] How can I calculate the "age" of a headline?

2014-08-19 Thread Thorsten Jolitz
element-property :raw-value --stamp))) nil 'FIRST-MATCH #+END_SRC #+results: : my-time-to-now #+BEGIN_SRC emacs-lisp :results pp (save-excursion (outline-next-heading) (my-time-to-now)) #+END_SRC #+results: : -2 * ORG SCRATCH <2014-08-19 Di> [2014-08-17 So 1

Re: [O] [ANN] org-dp-wrap-in-block

2014-08-19 Thread Thorsten Jolitz
-of-line) (tj/wrap-in-elisp-block))) (global-set-key (kbd "C-c w a") (lambda () (interactive) (backward-sexp) (beginning-of-line) (tj/wrap-in-elisp-block)

[O] org-element-at-point fails in programming-modes

2014-08-20 Thread Thorsten Jolitz
-modes and programming-modes)? -- cheers, Thorsten

Re: [O] org-element-at-point fails in programming-modes

2014-08-20 Thread Thorsten Jolitz
Thorsten Jolitz writes: As a side-remark, I did send these blocks with emptly lines between them, and when I look at my post in gmane the format looks alright, however when I open it in gnus the empty lines are gone and it looks like this: > * ORG SCRATCH > > #+BEGIN_QUOTE >

Re: [O] org-element-at-point fails in programming-modes

2014-08-20 Thread Thorsten Jolitz
promising. OTOH, is the use of "\\S-" really mandatory, couldn't a more robust construct be used, either something like this (untested) regexp: , | "[^[:space:]\\n]+" ` or a custom character-class that consists of whitespace plus newline? -- cheers, Thorsten

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-20 Thread Thorsten Grothe
of course I can live with your solution no matter what it looks like... Regards Thorsten * Deutsch - erkannt * Englisch * Englisch

Re: [O] [RFC] Rewrite `org-entry-properties' using parser

2014-08-20 Thread Thorsten Jolitz
)) (when (or (and negate-p (not memberp)) (and (not negate-p) memberp)) (setq filtered-props (cons (cons key val) filtered-props)) filtered-props))) #+END_SRC -- cheers, Thorsten

Re: [O] org-element-at-point fails in programming-modes

2014-08-21 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> Ok, thanks, that sounds promising. OTOH, is the use of "\\S-" really >> mandatory, > > No, it isn't. > >> couldn't a more robust construct be used, either something >&

Re: [O] is it possible to export a list of custom blocks?

2014-08-21 Thread Thorsten Jolitz
ble} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \author{Thorsten Jolitz} \date{\today} \title{} \hypersetu

Re: [O] org-element-at-point fails in programming-modes

2014-08-21 Thread Thorsten Jolitz
Rasmus writes: Hi Rasmus, > Thorsten Jolitz writes: > >> As a side-remark, I did send these blocks with emptly lines between them, >> and when I look at my post in gmane the format looks alright, however >> when I open it in gnus the empty lines are gone and it looks

Re: [O] org-element-at-point fails in programming-modes

2014-08-22 Thread Thorsten Jolitz
Nick Dokos writes: > Nick Dokos writes: > >> Sebastien Vauban >> writes: >> >>> Nick Dokos wrote: >>>> Thorsten Jolitz writes: >>>>> Thorsten Jolitz writes: >>>>> >>>>> As a side-remark, I did send th

[O] Article Mode eats newlines between src-blocks (was Re: org-element-at-point fails in programming-modes)

2014-08-22 Thread Thorsten Jolitz
Nicolas Richard writes: > Thorsten Jolitz writes: >> Maybe they switched to the new parser between versions, that parses a >> src-block with :post-blank's, but does not take them into account when >> interpreting? > > I tried an experiment : (defun org-mo

[O] [BUG] in `org-element-table-interpreter' docstring

2014-08-24 Thread Thorsten Jolitz
rg-element-property :type table) 'table.el) (org-remove-indentation (org-element-property :value table)) (concat (with-temp-buffer (insert contents) [...] ^^^^ #+END_SRC -- cheers, Thorsten

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
(org-dp-create 'table-cell (format "%s" --cell-cont))) --row-cells "") nil nil :type 'standard))) row-lst "") nil nil :type 'org)) #+END_SRC -- cheers, Thorsten

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Nicolas Goaziou writes: > > Hello, > >> The following patch implements radio tables and `orgtbl-to-...' >> functions using Org export engine. The implementation is probably not >> totally backward compatible, though. Btw, great job

[O] [BUG] Export option ^:{} does not work inside tags

2014-08-24 Thread Thorsten Jolitz
| % Emacs 24.3.1 (Org mode 8.3beta) | \end{document} ` where the '_' in tag 'foo_bar' is interpreted as subscript, not as literal underscore (look at the produced pdf), while content 'Hallo_World' is treated as expected. Bug or (kind of a) feature? -- cheers, Thorsten

Re: [O] [BUG] Export option ^:{} does not work inside tags

2014-08-25 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> when exporting this to latex/pdf >> >> , >> | #+OPTIONS: ^:{} >> | * ORG SCRATCH :foo_bar: >> | Hallo_World >> ` >> >> it translates to this >> >&

[O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-08-25 Thread Thorsten Jolitz
Hi List, see the attached ASCII version of org-bandbook.el's comment section for more info: ___ ORG-BANDBOOK Thorsten Jolitz tjol...@gmai

Re: [O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-08-25 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Hi List, > > see the attached ASCII version of org-bandbook.el's comment section for > more info: > > > ___ > > ORG-BANDBOOK > >

[O] [BUG] ox-gfm.el tries to treat boxquotes as tables

2014-08-26 Thread Thorsten Jolitz
| `org-bandbook.el'. | | It is bound to C-c b m. | | (org-bandbook-make-bandbook) | | Create bandbook for current project. ` Its probably just matching the one | at the beginning of line and concludes it looks at a table. -- cheers, Thorsten

[O] [RFC] Beautiful LaTeX for Org sources and Agenda info?

2014-08-26 Thread Thorsten Jolitz
heers, Thorsten

Re: [O] prioritizing and categorizing items in checklist

2014-08-26 Thread Thorsten Jolitz
Jude DaShiell writes: > ** [#A] [X] replace 4 undershirts, :DONE: Can headlines contain checkboxes? I thought they are plain-list syntax. -- cheers, Thorsten

Re: [O] [BUG] Export option ^:{} does not work inside tags

2014-08-26 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Nicolas Goaziou writes: >> Nevertheless, as you noticed, "_" should be always escaped. I fixed it >> in master (as the fix introduces some incompatible changes). Thank you >> for reporting it. > > hmm, I updated (make update) aft

Re: [O] [BUG] ox-gfm.el tries to treat boxquotes as tables

2014-08-26 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> when exporting to github markdown, ox-gfm.el tries to treat the content >> of boxquotes as table, not a good idea (look at the README of >> https://github.com/tj64/org-bandbook). >> >> ,

Re: [O] contribute: three pane mode for org

2014-08-27 Thread Thorsten Jolitz
ur-next | M-p occur-prev | | C-c C-c occur-mode-goto-occurrence | C-c C-f next-error-follow-minor-mode | | | | In addition to any hooks its parent mode might have run, | this mode runs the hook `navi-mode-hook', as the final step | during initialization. ` -- cheers, Thorsten

[O] Help with column formula in radiotable

2014-08-30 Thread Thorsten Grothe
| | | |---+--+---+---+---+---+---| | _ | | | | suma | sumb | | | | | | | 52.40 | 16.00 | | How can I do this? Thanks in advance for your help!! Regards Thorsten Grothe

Re: [O] accessing properties in org-element-parse-buffer tree

2014-08-30 Thread Thorsten Jolitz
ne . "") (:noweb . "no") (:tangle . "no") (:exports . "code") (:results . "replace") (:session . "none") (:hlines . "no") (:result-type . value) (:result-params "replace") (:rowname-names) (:colname-names)) "" nil 0 #) nil 0 "emacs-lisp") org-babel-execute-src-block(nil) org-babel-execute-src-block-maybe() org-babel-execute-maybe() org-babel-execute-safely-maybe() run-hook-with-args-until-success(org-babel-execute-safely-maybe) org-ctrl-c-ctrl-c(nil) call-interactively(org-ctrl-c-ctrl-c nil nil) -- cheers, Thorsten

Re: [O] org-elements-parse-buffer and weird property drawers

2014-08-30 Thread Thorsten Jolitz
nd 69 :post-blank | 0 :parent #4))) ` too when parsing this , | * ORG SCRATCH | ** Pizza |:PROPERTIES: |:chf: 21.76 |:eur: |:END: ` looks like a bug to me. -- cheers, Thorsten

Re: [O] accessing properties in org-element-parse-buffer tree

2014-08-30 Thread Thorsten Jolitz
cation. I use it quite often now because I like the database functionality of Org properties. -- cheers, Thorsten

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
No one an idea? Regards Thorsten Grothe

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
(@II..@III) Here I add a formula to set the first row to 0. Christian, thank you for your help, I'm out now and will report later!! Regards Thorsten

Re: [O] Moving my init.el to Org

2014-08-31 Thread Thorsten Jolitz
e file. OTOH, when you consider your init-file as a kind of complex publication to be shared with others, like e.g. Bernt Hansen's famous tutorial, then the text becomes more important and it will feel more natural to keep your configurations in a text-mode like org-mode. Just my 2c -- cheers, Thorsten

Re: [O] Moving my init.el to Org

2014-08-31 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Marcin Borkowski writes: > >> so the time has come. Either I'll declare .emacs bankruptcy soon, or >> I'll use Org-mode to structure it. BTW, here is (a variation of) my init.el as an Outshine example: https://raw.githubusercontent.

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
Am 31.08.2014 um 09:59 schrieb Christian Moe: Here I add a formula to set the first row to 0. I testet your formular and it works fine! Thank you very much for your help!! Regards Thorsten

Re: [O] Moving my init.el to Org

2014-08-31 Thread Thorsten Jolitz
Alan Schmitt writes: > On 2014-08-31 11:20, Thorsten Jolitz writes: > >> With outshine I have many of Org-mode's advantages (and using outorg I >> can turn my elisp file into an org file in a second and have all of >> them), but its still just about a source

Re: [O] navi-search-and-switch fails

2014-08-31 Thread Thorsten Jolitz
Alan Schmitt writes: > (Thorsten asked me to repost this from github.) > > When calling navi-search-and-switch interactively, I get the following > backtrace: But when 'navi-search-and-switch' would have a bug, one could not use navi-mode at all ... and I use it all

Re: [O] Code to convert lists etc. to HTML for org-mode export filter?

2014-09-01 Thread Thorsten Jolitz
7;freemind 'html ...) ` so if org-freeplane derives from org-freemind, you have all the html-exporting functionality at your fingertips already, if I'm not mistaken. -- cheers, Thorsten

Re: [O] navi-search-and-switch fails

2014-09-01 Thread Thorsten Jolitz
. Does outshine work with that buffer (without navi-mode)? Are the headlines fontified like Org headlines? Can you cycle visibility? Can you call 'M-x outorg-edit-as-org' on a subtree? What does C-h v outline-regexp return? I suspect the problem is in your outshine installation. Does it work otherwise for you? What happens if you call M-x outline-minor-mode again in that example buffer? -- cheers, Thorsten

Re: [O] navi-search-and-switch fails

2014-09-01 Thread Thorsten Jolitz
Alan Schmitt writes: > On 2014-09-01 19:18, Thorsten Jolitz writes: > >> Does outshine work with that buffer (without navi-mode)? > > I guess not … How can I test it? > >> Are the headlines fontified like Org headlines? > > No. > >> Can you cycle visibi

Re: [O] ox-freemind.el / org-freemind.el

2014-09-01 Thread Thorsten Jolitz
Felix Natter writes: > Thorsten Jolitz writes: > >> Felix Natter writes: >> >>> hi, >>> >>> I am working on org-freeplane.el, a fork of org-freemind.el [1]. >>> >>> [1] FreeMind and Freeplane are mind mapping programs and can th

Re: [O] Command to open up any agenda file?

2014-09-01 Thread Thorsten Jolitz
ti-occur on project buffers. | s:Switch project. | v:Open project root in vc-dir or magit. ` -- cheers, Thorsten

Re: [O] Moving my init.el to Org

2014-09-01 Thread Thorsten Jolitz
Alan Schmitt writes: Hello Thorsten, > I gave this a try, and here are some observations. > > On 2014-08-31 16:12, Thorsten Jolitz writes: > >> on your src-blocks before conversion, as an alternative, like this >> >> , >> | (org-dp-toggle-headers &o

Re: [O] Moving my init.el to Org

2014-09-02 Thread Thorsten Jolitz
Alan Schmitt writes: > On 2014-09-01 23:24, Thorsten Jolitz writes: > >> Thats a bug, it should be fixed now in branch tj-outorg (which should >> actually be faster and better than master anyway and will hopefully be >> merged in a few weeks or so). > > Great, th

[O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
would be nice if all the info (except the block-type and language) of the #+BEGIN_XYZ line could given as header args too, so that no information is lost when converting a block. -- cheers, Thorsten

Re: [O] ox-freemind.el / org-freemind.el

2014-09-02 Thread Thorsten Jolitz
ur lib. Its not a *must* to include an Org lib in Org-mode, but if you want to, you need to convince the maintainers and probably sign the papers, yes. -- cheers, Thorsten

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> and at least in the 2nd case the switches are lost, because they don't >> work as header args: > > [...] > >> #+HEADER: -n >> #+BEGIN_EXAMPLE >> Hallo World >> whats u

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> Thats what I thought, but wouldn't it be nicer to treat switches and >> header args more uniformly here? > > Header arguments are for Babel consumption. Switches are not. I see no > reason to treat them

Re: [O] Getting lots of Emacs crashes

2014-09-03 Thread Thorsten Jolitz
(M-x report-emacs-bug). -- cheers, Thorsten

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
ch command do you mean? I get , | User-defined Speed commands | === | | Built-in Speed commands | === | | Outline Navigation | -- | [...] | g (org-refile t) ` but thats not the one you are talking about, right? -- cheers, Thorsten

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Alan Schmitt writes: > > Hello, > >> I very often use the org speed command 'g' to navigate to a headline >> (it opens a completion buffer that I can use to quickly fuzzy match the >> target). Is there an equivalent navi workflo

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt writes: > On 2014-09-03 09:18, Thorsten Jolitz writes: > >> Alan Schmitt writes: >> >> Hello, >> >>> I very often use the org speed command 'g' to navigate to a headline >>> (it opens a completion buffer that I can use to q

Re: [O] Custom formatting during export

2014-09-03 Thread Thorsten Jolitz
`latex' back-end with a custom template function: | | (org-export-define-derived-backend 'my-latex 'latex | :translate-alist '((template . my-latex-template-fun))) | | The back-end could then be called with, for example: | | (org-export-to-buffer 'my-latex "*Test my-latex*") ` -- cheers, Thorsten

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
mail, I think outshine-imenu (using idomenu, you have to install that package for ido-style completion) does exacly what you want - offer all file headers with smart completion, so you only need to type 'foo' or so to get the "foobar" headline. Typing RET then moves point to the headline. -- cheers, Thorsten

Re: [O] graphics for html and latex / pdf export?

2014-09-04 Thread Thorsten Jolitz
t; > | # End: > ` > > Does not work ("No valid command to process pdf"). How can I set the > command as a file local variable? maybe as list like here: % reftex-ref-style-default-list: ("Fancyref") -- cheers, Thorsten

Re: [O] babel missing out of org-mode

2014-09-04 Thread Thorsten Jolitz
g-babel? > > Info: > distribution: debian 6.0 (squeeze) > emacs version: 23.4.1 > org version: 6.33x ouch ... thats kind of a living fossile. did babel already exist in that times? otherwise, its part of org-mode. you should really use org version 8 or later ... -- cheers, Thorsten

Re: [O] Moving my init.el to Org

2014-09-05 Thread Thorsten Jolitz
o do it. So: > > how do I (programmatically, in elisp) collapse the view of > an orgstruct .el file? Try 'org-overview'. Both, 'org-overview' and 'show-all' work with outshine too, so they should work with org-struct. -- cheers, Thorsten

Re: [O] Moving my init.el to Org

2014-09-06 Thread Thorsten Jolitz
for suppressing any user prompting for non-interactive use. Then direct binding to keys would not be possible anymore, one would need to use convenience commands or lambda expressions that take care of the function arguments. -- cheers, Thorsten

Re: [O] org-babel and lilypond broken after update

2014-09-09 Thread Thorsten Jolitz
Steven Arntson writes: > have a look there for my answer -- cheers, Thorsten

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Thorsten Jolitz
Christoph Groth writes: Hi, > Any comments? do you have a function that automatically fetches bibtex entries for books from the web, given some info (title, year, author or so)? -- cheers, Thorsten

[O] latex header lines vs latex block

2014-09-09 Thread Thorsten Jolitz
{../bandbook.bib} | #+LaTeX_HEADER: \usepackage{fixltx2e} | #+LaTeX_HEADER: \usepackage{graphicx} [...] ` would it be the same to just put a #+BEGIN_LATEX ... latex-header code ... #+END_LATEX instead of many header lines? -- cheers, Thorsten

Re: [O] Managing articles in orgmode and collaboration

2014-09-09 Thread Thorsten Jolitz
bibretrieve) and > bibfetch > (https://github.com/dschoepe/bibfetch/blob/master/bibfetch.el). cool, can you recommend one of the two? Just from the repo looks, I would probably go for bibretrieve. -- cheers, Thorsten

Re: [O] latex header lines vs latex block

2014-09-09 Thread Thorsten Jolitz
Sebastien Vauban writes: > Thorsten Jolitz wrote: >> Hi List, >> >> I often see many lines like this if Org files: >> >> , >> | #+LaTeX_CLASS: koma-book >> | #+LaTeX_HEADER: \usepackage[utf8]{inputenc} >> | #+LaTeX_HEADER: \usepackage[T1]{

Re: [O] latex header lines vs latex block

2014-09-09 Thread Thorsten Jolitz
quot;\\usepackage[cm]{fullpage}\n") ;; Sectioning Structure ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ...) #+END_SRC not sure if I need the line-feeds ... -- cheers, Thorsten

Re: [O] default headers for source code blocks

2014-09-09 Thread Thorsten Jolitz
ap-in-elisp-block))) (global-set-key (kbd "C-c w a") (lambda () (interactive) (backward-sexp) (tj/wrap-in-elisp-block))) ) #+END_SRC I you tell me exactly what you need I could write you an utility function, or maybe play around with the function yourself, its very powerfull. -- cheers, Thorsten

Re: [O] latex header lines vs latex block

2014-09-10 Thread Thorsten Jolitz
Sebastien Vauban writes: > Sebastien Vauban wrote: >> Thorsten Jolitz wrote: >>> Sebastien Vauban >>> writes: >>> >>>> See >>>> http://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00744.html >>>> for Nicolas

Re: [O] Easy way of inspecting / showing value of property?

2014-09-10 Thread Thorsten Jolitz
| session *R_proMixStands* | | header-args+ | eval no-export | | header-args+ | padline yes | | header-args+ | comments both| | header-args+ | exports both | | header-args+ | mkdirp yes | | header-args+ | tangle no| | header-args | tangle-mode (identity #o444) | -- cheers, Thorsten

Re: [O] Syntaxhighlighing in headers

2014-09-11 Thread Thorsten Jolitz
alid > characters? I don't know, unfortunately. PS #+BEGIN_SRC emacs-lisp (call-interactively 'org-version) #+END_SRC #+results: : Org-mode version 8.3beta (release_8.3beta-277-g698705 @ /usr/share/emacs/24.3/lisp/org/lisp/) -- cheers, Thorsten

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Thorsten Jolitz
hat I expect. Just guessing: you do some visibility cycling when opening up the org-buffer (open in overview or so)? Maybe edebug `org-hide-block-toggle`? Seems the most likely candidate for me ... -- cheers, Thorsten

Re: [O] spreadsheet: empty field should be an empty field.

2014-09-16 Thread Thorsten Jolitz
ttp://lists.gnu.org/archive/html/emacs-orgmode/2012-12/msg00983.html -- cheers, Thorsten

Re: [O] Headline text special property

2014-09-16 Thread Thorsten Jolitz
l, don't include TODO keywords. ` #+BEGIN_SRC emacs-lisp (save-excursion (outline-previous-heading) (org-get-heading t t)) #+END_SRC #+results: : Test -- cheers, Thorsten

[O] State-of-the-art in linking org items to places in source files?

2014-09-17 Thread Thorsten Jolitz
gramming-mode file to an associated org-mode file and the ability to jump back and forth seamlessly between the two files (or rather between the right places in both files). Wasn't there even a library to support this kind of workflow? I would appreciate any hint that updates me on this topic. -- cheers, Thorsten

Re: [O] Emacs server and org-protocol

2014-09-17 Thread Thorsten Jolitz
rk, and another server instance which I use for the convenience of getting emacsclients everywhere for some quick adhoc stuff, without caring much when it crashes. -- cheers, Thorsten

[O] Call speed-commands with prefix-arg?

2014-09-18 Thread Thorsten Jolitz
Hi List, is there a way to call Org speed-commands [fn:1] with a prefix-arg? Does not work for me ... * Footnotes [fn:1] see M-x org-speed-command-help -- cheers, Thorsten

Re: [O] [Feature request] org-babel-tangle-file add an option to tangle if target-file is older than file.

2014-09-18 Thread Thorsten Jolitz
er Kit does this conditional tangling, you might have a look there (http://eschulte.github.io/emacs24-starter-kit/) to see how it is done. -- cheers, Thorsten

Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
Matt Price writes: Hi, > local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC maybe the actual definition is not written SPC but SPACE, or something similar ..., even a literal space is possible AFAIK. -- cheers, Thorsten

Re: [O] help tracking down bad setting?

2014-09-18 Thread Thorsten Jolitz
bd RET ] | kbd is a compiled Lisp function in `subr.el'. | | (kbd KEYS) | | Convert KEYS to the internal Emacs key representation. | KEYS should be a string constant in the format used for | saving keyboard macros (see `edmacro-mode'). ` -- cheers, Thorsten

Re: [O] list of agenda files in a file

2014-09-19 Thread Thorsten Jolitz
| then^ | | the list of agenda files is actually stored and maintained in that | file, one agenda file per line. In this file paths can be given | relative to `org-directory'. Tilde expansion and environment variable | substitution are also made. | | You can customize this variable. ` -- cheers, Thorsten

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Thorsten Jolitz
header-args " " t)) (save-excursion (goto-char (org-babel-where-is-src-block-result)) (forward-line) (while (org-in-fixed-width-region-p) (org-toggle-fixed-width) (forward-line)) #+END_SRC #+begin_src R :results pp replace c("** New header2", "[[./graph1.pdf]]", "", "** and second header", "and some text" ) #+end_src #+results: : ** New header2 : [[./graph1.pdf]] : : ** and second header : and some text -- cheers, Thorsten

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Thorsten Jolitz
Rainer M Krug writes: > Thorsten Jolitz writes: > I don't quite understand your code below and what it is supposed to do. Drawers are probably better in most cases, but this code lets you use ':results pp replace' while developing, but converts the fixed-width pp results

Re: [O] Creating new org headers from code blocks

2014-09-19 Thread Thorsten Jolitz
Rainer M Krug writes: > Thorsten Jolitz writes: > >> Rainer M Krug writes: >> >>> Thorsten Jolitz writes: >>> I don't quite understand your code below and what it is supposed to do. >> >> Drawers are probably better in most cases, but

Re: [O] simple expense tracking with org

2014-09-20 Thread Thorsten Jolitz
following code only searches through all >> these files and creates summaries of all found expenses. It is possible >> to search by date, tags etc. >> >> You can have a look here: https://github.com/eikek/org-expenses >> >> >> Regards, >> Eike >> >> -- >> gpg: AD7AC35E >> finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E > > -- cheers, Thorsten

[O] [ANN] Outshine 2.0 (kind of Org-Minor-Mode)

2014-09-20 Thread Thorsten Jolitz
-command-help #+END_ASCII ** Github-Repos (libraries are on MELPA too) - [[https://github.com/tj64/outshine][outshine]] - [[https://github.com/tj64/outorg][outorg]] - [[https://github.com/tj64/navi][- navi-mode]] -- cheers, Thorsten

Re: [O] State-of-the-art in linking org items to places in source files?

2014-09-21 Thread Thorsten Jolitz
Grant Rettke writes: > On Wed, Sep 17, 2014 at 2:37 AM, Thorsten Jolitz wrote: >> Wasn't there even a library to support this kind of workflow? >> I would appreciate any hint that updates me on this topic. > > Did your research yield any further results? Not really, b

Re: [O] org-element-at-point fails in programming-modes

2014-09-23 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> Ok, thanks, that sounds promising. OTOH, is the use of "\\S-" really >> mandatory, > > No, it isn't. > >> couldn't a more robust construct be used, either something >&

[O] [BUG] void-variable `org-planning-line-re'

2014-09-23 Thread Thorsten Jolitz
nil) | eval-expression((org-element-at-point) nil) | call-interactively(eval-expression nil nil) ` PS #+BEGIN_SRC emacs-lisp (call-interactively 'org-version) #+END_SRC #+results: : Org-mode version 8.3beta (release_8.3beta-277-g698705 @ /usr/share/emacs/24.3/lisp/org/lisp/) -- cheers, Thorsten

Re: [O] [BUG] void-variable `org-planning-line-re'

2014-09-23 Thread Thorsten Jolitz
Thorsten Jolitz writes: sorry for the noise, and Emacs restart fixed the issue. > Hi List, > > seems it was renamed to > > ,[ C-h v org-planning-or-clock-line-re RET ] > | org-planning-or-clock-line-re is a variable defined in `org.el'. > | Its value is [...] >

<    1   2   3   4   5   6   7   8   9   10   >