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
:) Many thanks in advance Eike

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

2016-04-30 Thread Eike
Nicolas Goaziou <m...@nicolasgoaziou.fr> 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 lookin

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 <ccbe...@ucsd.edu> 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
n 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 signature.asc Description: PGP signa

[O] simple expense tracking with org

2014-09-20 Thread Eike
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] simple expense tracking with org

2014-09-20 Thread Eike
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 because I also use Org to do my budgeting and finances. Eike e

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

2014-08-31 Thread Eike
Eric Abrahamsen writes: Eike e...@eknet.org 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 them into an a-list: You could also

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

2014-08-31 Thread Eike
Hello, Nicolas Goaziou writes: Eike n...@eknet.org 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 :PROPERTIES: :date: [2014-08-29 Fr] :chf: 21.76

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

2014-08-30 Thread Eike
-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 print: 137F BB0B 1639

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

2014-08-30 Thread Eike
: :chf: 21.76 :eur: :END: #+END_EXAMPLE Am I missing something, or are empty properties not supported? Kind regards, Eike

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: I have a few propery

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

2014-08-30 Thread Eike
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 properties of all my headlines and I created

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: Eike

[O] input date/time properties

2014-07-17 Thread Eike Kettner
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

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 n...@eknet.org writes: Now I have several org files and I