[O] Live refresh of inline images with org-display-inline-images stopped working

2015-01-22 Thread Sebastien Vauban
Nick Dokos wrote: Brett Viren b...@bnl.gov writes: Nick Dokos ndo...@gmail.com writes: I think you'd be better off with the tip that Rick Frankel posted in the same thread: #+BEGIN_SRC emacs-lisp (add-hook 'org-babel-after-execute-hook (lambda () (org-display-inline-images nil t)))

Re: [O] How to override locale setting for time-stamp language

2015-01-22 Thread Karl Voit
* Sebastien Vauban sva-n...@mygooglest.com wrote: Karl Voit wrote: I am using Emacs 24.3 on different machines. With Debian GNU/Linux I get time-stamps like 2015-01-21 Wed. However, with Windows 7 Pro (which I do not administrate), I get 2015-01-21 Mi where Mi stands for the German Mittwoch.

Re: [O] ditta image size

2015-01-22 Thread Will O'Brien
On Thu, Jan 22, 2015 at 10:43 AM, SabreWolfy sabrewo...@gmail.com wrote: The following Org file: --8---cut here---start-8--- * Picture #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0 ++ | Hi | ++ #+END_SRC --8---cut

Re: [O] [bug] ox-taskjuggler

2015-01-22 Thread Søren Mikkelsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2015-01-22 11:21, Christian Egli wrote: Søren Mikkelsen so...@aamikkelsen.dk writes: It would, however, make sense to be able to scheduled tasks where interpreted as the start time, if the org-file is used for more than just generating the

Re: [O] How to override locale setting for time-stamp language

2015-01-22 Thread Sebastien Vauban
Karl Voit wrote: I am using Emacs 24.3 on different machines. With Debian GNU/Linux I get time-stamps like 2015-01-21 Wed. However, with Windows 7 Pro (which I do not administrate), I get 2015-01-21 Mi where Mi stands for the German Mittwoch. What do I have to add to my configuration so that

Re: [O] How to override :eval no in call lines?

2015-01-22 Thread Sebastien Vauban
Hello, May I bump up this thread? Sebastien Vauban wrote: In a long document, I must have :eval no at file level, as this is the common setting for most code blocks. However, how do I unset that for some call lines. Export this ECM (to HTML, for example) and see for yourself that it does

Re: [O] [bug] ox-taskjuggler

2015-01-22 Thread Christian Egli
Søren Mikkelsen so...@aamikkelsen.dk writes: It would, however, make sense to be able to scheduled tasks where interpreted as the start time, if the org-file is used for more than just generating the report. I agree that it would make sense to use the scheduled date as the start time. The

[O] ditta image size

2015-01-22 Thread SabreWolfy
The following Org file: --8---cut here---start-8--- * Picture #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0 ++ | Hi | ++ #+END_SRC --8---cut here---end---8--- rendered to LaTeX and then PDF (C-c C-e l o)

Re: [O] ditta image size

2015-01-22 Thread SabreWolfy
SabreWolfy sabrewolfy at gmail.com writes: The following Org file: --8---cut here---start-8--- * Picture #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0 ++ | Hi | ++ #+END_SRC --8---cut

[O] [babel, bug?] colnames with a list of columns does not work

2015-01-22 Thread Sebastien Vauban
Hello, The following ECM shows it all: #+begin_src R :rownames yes :colnames '(Lg Nb) data(iris) head(table(iris$Petal.Length, iris$Species)[, setosa]) #+end_src returns: | | x | |-+| | 1 | 1 | | 1.1 | 1 | | 1.2 | 2 | | 1.3 | 7 | | 1.4 | 13 | | 1.5 | 13 |

[O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Neven
Hi, Sorry if considered spammish, but since it has been mentioned yesterday and it might interest some Android users out there... *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading right about

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Rasmus
Hi Neven, Thanks for explaining your program here. The screenshots/animations on your website look pretty. Neven ne...@orgzly.com writes: *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Xebar Saram
thx! i am excited about any org android app :) will try it when i get home Z On Thu, Jan 22, 2015 at 1:33 PM, Neven ne...@orgzly.com wrote: Hi, Sorry if considered spammish, but since it has been mentioned yesterday and it might interest some Android users out there... *NOTE* It's about

[O] long outline entries

2015-01-22 Thread Jude DaShiell
Is there any way in org-mode to have two things happeautomatically when a long outline entry gets keyed into a file? First the lines of the outline entry do not go beyond a defined right margin and split on spaces. Second, subsequent lines created by above wrapping start on a left margin

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Marcin Borkowski
On 2015-01-22, at 17:41, Jose E. Marchesi jema...@gnu.org wrote: *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading right about now... Please stop using the GNU mailing lists to

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-22 Thread Thomas S. Dye
Aloha Seb, I don't think babel knows anything about objects created within source code blocks. I think you'll have to set the column names yourself, within the R source code block. All the best, Tom Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Hello, The

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Rasmus
Hi, Marcin Borkowski mb...@wmi.amu.edu.pl writes: Now Rasmus comes and says: I must admit that I feel uncomfortable because you use the name org-mode to promote a product that does not respect the 4 freedoms as put forth by the FSF. E.g. if you make mistakes, it may reflect poorly on us,

Re: [O] [ANN] orgtbl-join

2015-01-22 Thread Eric Abrahamsen
Thierry Banel tbanelweb...@free.fr writes: Hi The List I am glad to announce the orgtbl-join package. It merges Org tables. A master table is enriched with material from a reference table. This is *really* cool -- thanks for making these packages!

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Mike McLean
Orgzly is non-free software, and people should not install it, or suggest installing it, or even tell people it exists. On Thu, Jan 22, 2015 at 4:23 PM, Subhan Michael Tindall subh...@familycareinc.org wrote: OK, I love this! Orgzly is non-free software, and people should not install it, or

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Scott Randby
On 01/22/2015 05:02 PM, Marcin Borkowski wrote: Now the question is: what is the most appropriate place to *inform* about his project. If not the Org-mode discussion list, I really don't know. (I assume that nobody denies his *right* to license his work according to his wishes, of course, for

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Samuel Wales
On 1/22/15, Neven ne...@orgzly.com wrote: If you have a problem with that, you can stop reading right about now... opt-out?

Re: [O] New patches WAS Re: [PATCH] inline src block results can be removed

2015-01-22 Thread Nicolas Goaziou
Charles C. Berry ccbe...@ucsd.edu writes: I attach 3 patches and a file of usage examples. Thanks. +(let* ((el (org-element-context)) +(beg (org-element-property :begin el)) +(type (org-element-type el))) + (when (eq type 'inline-babel-call) + (goto-char

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Neven
Rasmus ras...@gmx.us writes: *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading right about now... Sorry if this sounded a bit arrogant and if the whole email sounded as an ad. It wasn't my

Re: [O] xml-rpc-request error for wordpress

2015-01-22 Thread Shiyuan
Changing the blog's url to https solves the problem. Thank you Puneeth. Shiyuan On Wed, Jan 21, 2015 at 10:33 PM, Puneeth Chaganti puncha...@gmail.com wrote: Shiyuan, Wordpress has moved all the blogs to https. You will need to change your blog's url to

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Jose E. Marchesi
*NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem with that, you can stop reading right about now... Please stop using the GNU mailing lists to promote proprietary software.

Re: [O] How to override :eval no in call lines?

2015-01-22 Thread Charles C. Berry
On Thu, 22 Jan 2015, Sebastien Vauban wrote: Hello, May I bump up this thread? Sebastien Vauban wrote: In a long document, I must have :eval no at file level, as this is the common setting for most code blocks. However, how do I unset that for some call lines. See (info (org) Evaluating

Re: [O] [babel, bug?] colnames with a list of columns does not work

2015-01-22 Thread Rainer M Krug
Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Hello, The following ECM shows it all: #+begin_src R :rownames yes :colnames '(Lg Nb) data(iris) head(table(iris$Petal.Length, iris$Species)[, setosa]) #+end_src returns: | | x | |-+| |

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Scott Randby
+1 for not using this list for cost free promotion of proprietary software. Scott Randby On Thu, Jan 22, 2015 at 11:41 AM, Jose E. Marchesi jema...@gnu.org wrote: *NOTE* It's about an app which is *not* open source (some parts of code will opened, see below). If you have a problem

[O] Difference between org-insert-heading-respect-content and org-insert-heading-after-current?

2015-01-22 Thread Andreas Rasholm
Hi, To get C-RET working when running emacs in the console I have to make a small hack. (Due to the well-known problem of terminals emulators interpreting keystrokes differently.) No probs. Making a functional keybind for C-RET got me wondering - what is the difference (if any) between:

[O] including files and org-src-preserve-indentation

2015-01-22 Thread Linus Arver
Hello list, I have line like this in my .org file: #+include: src/frankenB.hs :src haskell -n That file has literal TAB characters in it. I also have (setq org-src-preserve-indentation t) in my .emacs. When I call org-publish-current-project, the included file's TAB characters

Re: [O] org-block-regexp questions

2015-01-22 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: I'm studying org-block-regexp. One thing that bugs me is this part: #\\+begin_? It suggests to me that the underscore after begin might be optional; but a quick experiment with the exporter shows that this is not the case. This is the

[O] [ANN] orgtbl-join

2015-01-22 Thread Thierry Banel
Hi The List I am glad to announce the orgtbl-join package. It merges Org tables. A master table is enriched with material from a reference table. Example. This master table is a cooking recipe, with ingredients and quantities (gramms). | food | quty | |--+--| | onion| 70

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Melleus
MobileOrg for Android was abandoned finally, was it?

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Neven
Melleus mell...@openmailbox.org writes: MobileOrg for Android was abandoned finally, was it? There is a new open source project: https://github.com/hdweiss/mOrgAnd announced here: https://groups.google.com/d/msg/mobileorg-android/I9qTE5G56Gg/ltYXvulYs9QJ Neven

Re: [O] [ANN] [OT] New Android app (Orgzly)

2015-01-22 Thread Subhan Michael Tindall
OK, I love this! I installed it, setup was easy as I already sync some relevant .org files through dropbox. The interface is pretty smooth, there's a few significant things that need handled(checkboxes and #+TODO per-file configuration tripped me up already), but mostly everything works. I