[O] org-mode on old pocket pc phone

2015-06-23 Thread cédric ody
Hello, I hold an old pocket pc phone on which I have been able to install an binary version of emacs I have found on the web. This binary version is compiled for the arm processor that is on the device. I'd like to use main commands of org-mode, cycling and planning basically. I probably need to

Re: [O] org-mode on old pocket pc phone

2015-06-23 Thread cédric ody
Hi, I have found a solution by using the outline-magic.el and table.el emacs extensions. So I can wrap/unwrap my headlines and format tables with pipes. Is there a easy way to get the TODO-DONE-SCHEDULED features of org-mode in a simple el file? Cédric 2015-06-23 16:00 UTC+02:00, cédric ody

Re: [O] org-mode, tikz and beamer

2015-05-21 Thread cédric ody
the beginning of the file or something like that. Cheers, Cédric 2015-05-21 20:02 UTC+02:00, Suvayu Ali fatkasuvayu+li...@gmail.com: On Thu, May 21, 2015 at 04:40:33PM +0200, cédric ody wrote: Dear org-mode users, I have used org-mode for some months now. I find it very useful. I have recently

[O] org-table-(iterate/recalculate)-buffer-tables and remote tables in batch mode

2017-02-17 Thread cédric ody
Hi, I can't manage the org-table-(iterate/recalculate)-buffer-tables functions to work in batch mode. When using the functions inside emacs, no problem, fields are well calculated from remote tables. I get errors and zeros when launching emacs in batch mode. Any reason for that? Cheers,

[O] displaying thumbnails in heading or subheadings

2017-04-25 Thread cédric ody
Hi everyone, I'd like to be able to display thumbnails of images in headlines. Assume I define a ICON property with the path to a thumbnail. For instance * Emacs heading :PROPERTIES: :ICON: /tmp/emacs.png :END: I have been able to get some results with the following code #+BEGIN_SRC

[O] displaying icons in heading or subheadings

2017-04-30 Thread Cédric ODY
Hi, I'd like to be able to display icons just after the stars in heading or subheadings, by defining the icon as a property. For instance * Emacs heading :PROPERTIES: :ICON: /tmp/emacs.png :END: I have tried something like #+BEGIN_SRC elisp :results value raw (let ((parsetree

[O] width/height/alignement of images in tables

2017-09-22 Thread Cédric ODY
Hello, Would there be a way to add width/height/alignment parameters for images that are included in a table, say | [[./a.png]] | [[./b.png]] | by for instance adding the parameters inside the brackets [[./a.png,width,height,halign,valign]]? From what I have seen, the alignment should

[O] floatp test in babel

2019-01-29 Thread cédric ody
Hello, I am trying to understand why the floatp lisp function does not seem to detect exponential scientific notation in babel octave mode. If I do #+BEGIN_SRC emacs-lisp (floatp 1e4) #+END_SRC #+RESULTS: : t whereas in the following table is converted into char due to the presence of