Re: [O] calfw-org, view single org file; very ugly hack

2014-04-21 Thread Brady Trainor
On 04/19/2014 11:33 PM, Bastien wrote: Brady Trainor algeb...@uw.edu writes: Was there a better way (outside of joining development of calfw-org)? PS: Joining forces for development always seems like a good idea :) Of course, Bastien you have answered this question well in 2007. Link:

Re: [O] Insignificant typo re: `C-c / T' coded cases?

2014-04-21 Thread Nicolas Goaziou
Hello, Brady Trainor algeb...@uw.edu writes: Org-mode version 8.2.5h (8.2.5h-106-gfaa170-elpa @ c:/Users/user-name/AppData/Roaming/.emacs.d/elpa/org-20140414/) TLDR version: Should `?T' not appear twice? This should be fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] (org-insert-headline '(4)) should insert new headline before point

2014-04-21 Thread Nicolas Goaziou
Hello, York Zhao gtdplatf...@gmail.com writes: I'm sorry that my bug report might not be clear enough. What I meant was that with one prefix argument, the command `org-insert-heading' should insert a new heading *before* the current heading, not after. In this regard the behavior should be

[O] beamer options on frame

2014-04-21 Thread Neal Becker
How can I put options that would apply to a frame (e.g., \allowframebreaks)?

Re: [O] beamer options on frame

2014-04-21 Thread Bastien
Hi Neal, Neal Becker ndbeck...@gmail.com writes: How can I put options that would apply to a frame (e.g., \allowframebreaks)? #+BIND: org-beamer-frame-default-options [allowframebreaks] for allowing frame breaks for the whole document, *** A very long slide :PROPERTIES: :BEAMER_env:

Re: [O] end-of-defun odd behaviour in org mode

2014-04-21 Thread Bastien
Hi Leo, Leo Liu sdl@gmail.com writes: While adding support for org-mode in easy-killĀ¹ I have discovered C-M-a and C-M-e work asymmetrically. C-M-e moves forward 2 headlines while C-M-a move back 1. Commit 76fa97922 changed C-M-a and C-M-e to `org-backward-element' and

Re: [O] Using Emacs Org-mode on a server with ssh on an iPad

2014-04-21 Thread Steinar Bang
Eric S Fraga e.fr...@ucl.ac.uk: However, the one recommendation I would make is that, if you can, you should run emacs within screen or byobu on the host so that disconnections keep the emacs instance running. I found it quite useful to have that emacs running continuously while I was out

Re: [O] beamer options on frame

2014-04-21 Thread Bastien
By the way, I found this information in this thread: http://thread.gmane.org/gmane.emacs.orgmode/36413 Maybe worth reading entirely. -- Bastien

[O] Where to find complete org-mode mobile android documentation?

2014-04-21 Thread Mark S.
After running in circles, it seems that the documentation for the org-mode mobile android app is supposed to be here: https://github.com/matburt/mobileorg-android/wiki/Documentation However, all the images are missing on that page, and the images are pretty important. Is there a better

Re: [O] [PATCH] Fix: allow org-refile in goto mode from everywhere

2014-04-21 Thread Markus Hauck
Hi Bastien, I think you're right, sorry for any inconveniences ;) Bastien b...@gnu.org writes: Hi Markus, Markus Hauck markus1...@gmail.com writes: It seems like org-refile with the goto argument is no longer allowed From non org-mode buffers. I reverted your patch. In commit 49da67d

[O] Cool trick on how to eval bash/zsh babel blocks in emacs

2014-04-21 Thread Xebar Saram
Hi all Thanks to the always amazing sacha chua here is a neat way to evaluate/run bash/zsh command line commands inside the emacs term. i find this very useful for collecting multiple bash snippets and quickly running them here is the code #+begin_src emacs-lisp (defadvice org-babel-execute:sh

Re: [O] Cool trick on how to eval bash/zsh babel blocks in emacs

2014-04-21 Thread Sacha Chua
Xebar Saram zelt...@gmail.com writes: Hello, all! Thanks to the always amazing sacha chua here is a neat way to evaluate/run bash/zsh command line commands inside the emacs term. i find this very useful for collecting multiple bash snippets and quickly running them here is the code

Re: [O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-04-21 Thread Bastien
Hi Reuben, Reuben Thomas r...@sc3d.org writes: 1. I customize org-file-apps's system command to be xdg-open %s, then customize the default command to be the system command. Please share the value of `org-file-apps' (C-h v org-file-apps RET). What I've found is that, since .pdf documents can

[O] showing up twice in customize group, Org Agenda Match View

2014-04-21 Thread Brady Trainor
This shouldn't take any priority I imagine, but I am curious what causes it. If you execute M-x customize-group org-agenda RET at bottom you will find two appearances of subgroup `Org Agenda Match View', which I assume is not desired result. I think this must somehow result from

Re: [O] Where to find complete org-mode mobile android documentation?

2014-04-21 Thread Nick Dokos
Mark S. throa...@yahoo.com writes: After running in circles, it seems that the documentation for the org-mode mobile android app is supposed to be here: https://github.com/matburt/mobileorg-android/wiki/Documentation However, all the images are missing on that page, and the images are

Re: [O] showing up twice in customize group, Org Agenda Match View

2014-04-21 Thread Nick Dokos
Brady Trainor algeb...@uw.edu writes: This shouldn't take any priority I imagine, but I am curious what causes it. If you execute M-x customize-group org-agenda RET at bottom you will find two appearances of subgroup `Org Agenda Match View', which I assume is not desired result. I

Re: [O] Where to find complete org-mode mobile android documentation?

2014-04-21 Thread Mark S.
Hi Nick, Unfortunately, those images aren't the right images. They don't match the text. The real images (by url) are on matburt.net, which is ... down. So, does anyone know where to find complete documentation? Thanks, Mark From: Nick Dokos Probably, but if you have cloned the project

[O] latex export of \ce question

2014-04-21 Thread John Kitchin
Hi all, I often have to use the mhchem latex package to write chemical formulas, and I have teh following export issue. If I have this in an org file: \ce{ABO_3} \ce{ABO_{3-\delta}} this exports as \ce{ABO_3} \ce\{ABO$_{\text{3-}\delta}$\} The first one is fine, but the second one is not.

Re: [O] showing up twice in customize group, Org Agenda Match View

2014-04-21 Thread Brady Trainor
On 04/21/2014 01:28 PM, Nick Dokos wrote: If you look at the subsequent lines, you'll see that the next group was probably cut-n-pasted from this one and has the wrong tag: | (defgroup org-agenda-search-view nil | :tag Org Agenda Match View Nick Thank you! It's reassuring that I sort

Re: [O] end-of-defun odd behaviour in org mode

2014-04-21 Thread Leo Liu
On 2014-04-21 19:26 +0200, Bastien wrote: Commit 76fa97922 changed C-M-a and C-M-e to `org-backward-element' and `org-forward-element' but I know see it was wrong, so I partially reverted it, the old behavior makes more sense. Thanks. Thanks for reporting this,

[O] org-hide-block-all

2014-04-21 Thread David Masterson
Not sure what's going on here. I can use org-show-block-all to show all of an Org file, but using org-hide-block-all to reverse it seems to do nothing. What is the proper way to open the outline completely and then close it completely up? -- David Masterson Programmer At Large

Re: [O] latex export of \ce question

2014-04-21 Thread Richard Lawrence
Hi John, John Kitchin jkitc...@andrew.cmu.edu writes: If I have this in an org file: \ce{ABO_3} \ce{ABO_{3-\delta}} this exports as \ce{ABO_3} \ce\{ABO$_{\text{3-}\delta}$\} The first one is fine, but the second one is not. The nested {} seems to mess it up. Is there a way to get