Re: [O] ox-cv.el

2018-07-06 Thread Eike
Hi Diego, thank you very much for your reply! That looks like really nice project. Thanks, Eike Diego Zamboni writes: > Hi Eike, > > I don’t think it’s the same, but at least from the name, this one might serve > a similar purpose: > https://blog.oscarnajera.com/2018/0

[O] ox-cv.el

2018-07-06 Thread Eike
file to me :) Many thanks in advance Eike

Re: [O] [PATCH] ob-core: check argument to goto-char

2016-04-30 Thread Eike
Nicolas Goaziou writes: > I suggest to use built-in `orgtbl-to-orgtbl' instead: > > (insert (orgtbl-to-orgtbl '(("id" "num") hline ("a" "1") ("b" "2")) nil)) > Ah, that's what I'm looking for. Thanks! Eike -- gpg: AD7AC35E finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E

Re: [O] [PATCH] ob-core: check argument to goto-char

2016-04-30 Thread Eike
(org-babel-where-is-src-block-result))) > #+END_SRC > Oh I see. It is more complicated than I hoped. Thanks, Eike -- gpg: AD7AC35E finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E

Re: [O] [PATCH] ob-core: check argument to goto-char

2016-04-30 Thread Eike
Charles C. Berry writes: > On Sat, 30 Apr 2016, Eike wrote: > >> >> Hi, >> >> I have some code that uses `org-babel-insert-result' and I've found that >> evaluating for example >> >> (org-babel-insert-result "a") >>

[O] [PATCH] ob-core: check argument to goto-char

2016-04-30 Thread Eike
ut since the function is quite large I'm not so sure if it's now doing always the correct thing. At least my org files seem still to work…. I've added the patch in case it is ok to be applied. Maybe someone can have a look at it. Thanks and regards Eike s

Re: [O] simple expense tracking with org

2014-09-20 Thread Eike
items, nothing more. It's not doing accounting or anythingmore complicated, if you had this in mind. Regard, Eike Tory S. Anderson writes: > Could you give a few snippets of examples -- what the org files with tags > look like, what the result looks like? I'm interested becaus

[O] simple expense tracking with org

2014-09-20 Thread Eike
le 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

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

2014-08-31 Thread Eike
Hello, Nicolas Goaziou writes: > Eike writes: > >> I'm playing with the functions in org-elements.el and the following >> effect seems strange to me: >> >> I have a few propery drawers with empty propertys, like >> >> #+BEGIN_EXAMPLE >&g

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

2014-08-31 Thread Eike
Eric Abrahamsen writes: > Eike writes: > >> Hello list, >> >> I want to ask for help regarding elisp and org-elements. I like to >> access the properties of all my headlines and I created the following >> function (tree is the parsed tree) that collects the

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

2014-08-30 Thread Eike
Thanks a lot for the examples, they are very helpful! I first thought to parse the org buffer and then work with the resulting tree. But your examples now makes me think to work directly on the buffer. Well, I will play with a few different ways now… Regards Eike Thorsten Jolitz writes

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

2014-08-30 Thread Eike
) #+end_src I'd still be curious if there are other/better ways to do that; or is this idiomatic usage of provided org functions? Thanks again and kind regards Eike Eike writes: > Hello list, > > I want to ask for help regarding elisp and org-elements. I like to > access the

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

2014-08-30 Thread Eike
forgot to mention org version: Org-mode version 8.3beta (release_8.3beta-296-g851b77 @ /home/eike/.emacs.d/src/org-mode/lisp/) Kind regards, Eike Eike writes: > Hello all, > > I'm playing with the functions in org-elements.el and the following > effect seems strange to me:

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

2014-08-30 Thread Eike
est-exp.org" org file: #+BEGIN_EXAMPLE * Sonstiges ** Pizza :PROPERTIES: :chf: 21.76 :eur: :END: #+END_EXAMPLE Am I missing something, or are empty properties not supported? Kind regards, Eike

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

2014-08-30 Thread Eike
(org-element-property :value np) #+end_src I'm not very confident about this, is this ok? Is there a better way? For example, the first car looks strange, and I don't know how to get rid of it. Thanks you very much in advance!!! Kind regards Eike -- gpg: AD7AC35E finger p

Re: [O] input date/time properties

2014-07-17 Thread Eike Kettner
Aahhh.. I knew I'm missing something obvious. I just wasn't brave enough to simply try those key strokes from within the minibuffer... silly me. It also works here, of course. Thank you Eike Thorsten Jolitz writes: > Eike Kettner writes: > >> Now I have several org file

[O] input date/time properties

2014-07-17 Thread Eike Kettner
lue? Also, how can I instruct org to update the date value of a property? (If I hit C-c C-c inside the property drawer the property action menu appears.) kind regards Eike