[O] need help with complicated ideasend/export org header+content to email/other (for cooking in kitchen :) )

2013-09-14 Thread Xebar Saram
Hi all and sorry about the complicated topic :) among the many many many things i use org for is to collect cooking recipes :) i have zero coding knowledge and my emacs understanding is limited :) what i basically wanted to ask is if anyone could show me a simple function (at least it seems

[O] create a quick key/command to directly attach a image file from a specific folder

2013-09-14 Thread Xebar Saram
Hya as title says im looking for a way to bind a hotkey or a command to allow me to directly attach a image file from a specific folder. IE im going to put all my org image files to be viewed inline in my notes in ~/org/images/ and want a key to directly pop up this dir and let me choose from it

[O] One more question about org-element parse-tree

2013-09-14 Thread Thorsten Jolitz
Hi List, Hi Nicolas, I (still) have a question about the parser and the yielded parse-tree: - Circular List :: used for - headline hierarchies (:parent attribute) - plain-lists/items (:structure attribute) - :CATEGORY attribute - [somewhere else too??] w.r.t. the :CATEGORY

[O] tweets2org.py: Update to v0.2

2013-09-14 Thread Karl Voit
Hi! I just wanted to post a quick reminder that I finally found time to debug the issue that caused tweets2org.py [1] to stop working: Twitter changed their time-stamp format in the JSON files. I very much do hate changing standards :-) Now tweets2org.py is working flawlessly on my Twitter

Re: [O] Contributing Without Patches ...

2013-09-14 Thread aditya siram
I believe I may have fixed the problem. I submitted two patches yesterday. Hopefully they're formatted ok. -deech On Fri, Sep 13, 2013 at 7:27 PM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: Hello Aditya, On Fri, Sep 13, 2013 at 06:42:13PM -0500, aditya siram wrote: Hi all I've made a

Re: [O] Link with spaces does not export properly in html

2013-09-14 Thread Simon
Nicolas Goaziou n.goaziou at gmail.com writes: This was fixed in 8.1 release. You need to update Org. Regards, Hi, updated to 8.1, but problem persists, does anyone know a way to solve this? Thanks, Simon.

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-14 Thread Christoph LANGE
Hi Nicolas, 2013-09-13 17:32 Nicolas Goaziou: If you're inserting the environment manually, Beamer export back-end will not be able to detect that a fragile option is required. In that case, you can also insert that option manually, by setting BEAMER_OPT property to fragile in the headline

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Suvayu Ali
On Sat, Sep 14, 2013 at 08:14:36AM -0500, aditya siram wrote: I believe I may have fixed the problem. I submitted two patches yesterday. Hopefully they're formatted ok. I tried applying them, seemed to go fine. Note: I did not review the patches. A small pointer: I'm guessing you are using

[O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread Christoph LANGE
Dear all, here is another problem that I have with reusing old Beamer presentations (Org version 7) with the new exporter. The manual says that all frame's children become `block' environments. Is there a way of reverting to the default behaviour of the old exporter, which by default exported

Re: [O] removing Figure x from a caption

2013-09-14 Thread Eric S Fraga
Matt Price mopto...@gmail.com writes: Unfortunatey, I'm exporting to HTML (deck.js) not Beamer. I guess I still on't understand how to use beamer -- I tried it just now and it seemed to produce a very plain pdf, not a slideshow at all. sigh. It may or may not have worked. I cannot tell from

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-14 Thread Nicolas Goaziou
Hello, Christoph LANGE math.semantic@gmail.com writes: Still I think the following sentence in the documentation (section 12.5) is easy to misunderstand: `fragile' option is added automatically if it contains source code that uses any verbatim environment. What would you suggest

Re: [O] need help with complicated ideasend/export org header+content to email/other (for cooking in kitchen :) )

2013-09-14 Thread Eric S Fraga
Xebar Saram zelt...@gmail.com writes: Hi all and sorry about the complicated topic :) among the many many many things i use org for is to collect cooking recipes :) i have zero coding knowledge and my emacs understanding is limited :) what i basically wanted to ask is if anyone could show

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread John Hendy
On Sat, Sep 14, 2013 at 9:28 AM, Christoph LANGE math.semantic@gmail.com wrote: Dear all, here is another problem that I have with reusing old Beamer presentations (Org version 7) with the new exporter. The manual says that all frame's children become `block' environments. Is there a

Re: [O] Outline cycling does not preserve point's position

2013-09-14 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Should there be a pit-stop at #+END in the segment below. You can use `org-forward-element' to go there. It makes no difference if I use `org-forward-element' or `org-forward-linear-element'. The reason is clear if one examines the parser output.

Re: [O] Remove Org and Tbl from menubar for derived mode

2013-09-14 Thread Jambunathan K
Christian Wittern cwitt...@gmail.com writes: I am developing a mode derived from org for special editing and browsing purposes. I will add my own menu to the menubar and would like to remove the menus added by org, Org and Tbl, in order not to confuse my users Try this (add-hook

[O] [PATCH 1/1] Fix typo 'org-ctags-create-tags in comment

2013-09-14 Thread Gregor Zattler
--- Fix a minor typo. lisp/org-ctags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 98d47e5..9d8ed6c 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -131,7 +131,7 @@ ;; ;; (progn ;; (message --

[O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-09-14 Thread Christoph LANGE
Dear all, having created a number of Beamer presentations with the old exporter (Org version 7), I'm now working on the first Beamer presentation with the new exporter. Frames that contain an lstlisting environment are no longer made fragile automatically. (Thus I'm not sure the documentation

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread Suvayu Ali
Hi Christoph and John, I'll take an extreme view here. So apologies in advance. On Sat, Sep 14, 2013 at 09:40:50AM -0500, John Hendy wrote: On Sat, Sep 14, 2013 at 9:28 AM, Christoph LANGE math.semantic@gmail.com wrote: Dear all, here is another problem that I have with reusing old

Re: [O] [Babel] Parsing source block bug ...

2013-09-14 Thread Eric Schulte
Thanks for this patch! I've just applied it. For future patches it is good form to keep the first line of the commit message = 50 characters long (used to summarize the patch), the second line should be blank, and all subsequent lines should be =70 characters long. Thanks again. aditya siram

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Eric Schulte
aditya siram aditya.si...@gmail.com writes: Hi all I've made a couple of changes to the latest source tree but I can't seem to create patches because of some merges that happened subsequently. First you'll need to rebase [1] your changes over the current head of the git repository, then you

Re: [O] Jumping from source block to Org block ...

2013-09-14 Thread Eric Schulte
aditya siram aditya.si...@gmail.com writes: Attached is a patch that fixes a bug with jumping from source block back to the Org file. The problem is that the current detangling behavior does not take the :padlline flag into account. This stopped. Hopefully this is helpful to others ...

Re: [O] Jumping from source block to Org block ...

2013-09-14 Thread aditya siram
Thanks for your feedback and your work on org-babel! Oops, the maintain-point was a hold-over and isn't actually used in the code. I'll remove it. I will incorporate your suggestions. However, regarding the cascading if statements, how would I use `cond` when the predicates are `and`ed and when

[O] no fontification of #+BEGIN_LaTeX blocks

2013-09-14 Thread Julien Cubizolles
org-src-fontify-natively doesn't fontify quoted LaTeX code like #+BEGIN_LaTeX #+END_LaTeX the same as it does for LaTeX src blocks like #+BEGIN_SRC latex #+END_SRC Why is that, and is there a way to get fontification for both ? Julien.

Re: [O] Jumping from source block to Org block ...

2013-09-14 Thread aditya siram
I've included new versions of both patches with most of the changes you suggested. I guess you'll apply the longer one when you've been notified by the FSF? Is this a one-time deal that covers future patches or do I have to do this with every patch that's over 15 lines long? Thanks! -deech On

Re: [O] Outline cycling does not preserve point's position

2013-09-14 Thread Suvayu Ali
Hi Nicolas, On Sat, Sep 14, 2013 at 12:29:00AM +0200, Nicolas Goaziou wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: When the functions are done, please go ahead and commit them and bind them to C-up/down. Done. Do you think it would be nicer if

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Suvayu Ali
On Sat, Sep 14, 2013 at 09:45:47AM -0600, Eric Schulte wrote: Is there some way for me to issue a pull-request? Pull requests are a github thing, not a git thing. Well actually I think it is a Git thing. I believe it just says: my changes are in the public branch some_url, kindly pull

[O] Memacs: Twitter module added (was: tweets2org.py: Update to v0.2)

2013-09-14 Thread Karl Voit
* Karl Voit devn...@karl-voit.at wrote: Now tweets2org.py is working flawlessly on my Twitter export data-set and converts it to Org-mode format for my Memacs[2]. By coincidence a brand-new twitter module was added to Memacs[2] today as well. Many thanks to Ian Barton for this module which is

[O] Amazing demonstration by John Kitchin

2013-09-14 Thread Carsten Dominik
Hi, I don't know if this has been linked to before on this mailing list. At SciPy 2013, John Kitchin has made an amazing demonstration of Org-mode as a tool for reproducible research. Really amazing to watch. http://www.youtube.com/watch?v=1-dUkyn_fZA - Carsten

[O] error when publishing

2013-09-14 Thread pw
Hi, With org-mode 8.0.7 (emacs 23.4.1), I have some problems to publish a project. I have this error : Publishing file /home/xxx/site/org/index.org using `org-publish-org-to-html' find-buffer-visiting: Wrong type argument: stringp, (:base-directory ~/site/org/ :base-extension org

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Achim Gratz
Suvayu Ali writes: On Sat, Sep 14, 2013 at 09:45:47AM -0600, Eric Schulte wrote: Pull requests are a github thing, not a git thing. Well actually I think it is a Git thing. I believe it just says: my changes are in the public branch some_url, kindly pull from there; eliminating the need to

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Suvayu Ali
Hi Achim, On Sat, Sep 14, 2013 at 08:12:57PM +0200, Achim Gratz wrote: Suvayu Ali writes: On Sat, Sep 14, 2013 at 09:45:47AM -0600, Eric Schulte wrote: Pull requests are a github thing, not a git thing. Well actually I think it is a Git thing. I believe it just says: my changes are in

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Achim Gratz
Suvayu Ali writes: Isn't that two commands away: $ git remote add name some_url $ git pull name branch … and if you are a maintainer, then you'll have hundresds of remotes in no time. If you use patches, you do lose committer information. You might want to check that assumption. You can

[O] Change org-back-to-heading to use org's heading regex

2013-09-14 Thread aditya siram
Hi all, Org-mode uses two regex's to find headings, one from outline.el and one defined internally and captures more information. I propose we stop using the one from outline.el. org-mode uses `org-back-to-heading` a lot to navigate point back to the nearest heading. This just delegates to

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Suvayu Ali
On Sat, Sep 14, 2013 at 10:09:42PM +0200, Achim Gratz wrote: Suvayu Ali writes: (I took the liberty to re-order the quoting below to clarify my argument.) Isn't that two commands away: $ git remote add name some_url $ git pull name branch … and if you are a maintainer, then you'll

Re: [O] Change org-back-to-heading to use org's heading regex

2013-09-14 Thread Carsten Dominik
Hi Aditya, I do not support this idea. 1. sometimes Org functions are used in other modes, with a different value for the outline regexp. WHile this will not work for many Org functions, it is useful to have it work for some. 2. For just searching headings, it is efficient to use a regexp

Re: [O] Contributing Without Patches ...

2013-09-14 Thread Samuel Wales
On 9/14/13, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: (I took the liberty to re-order the quoting below to clarify my argument.) I found this funny. :) Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread James Harkins
Suvayu Ali fatkasuvayu+linux at gmail.com writes: I think it is unwise to keep coming up with ways to support semantically wrong behaviour just for the sake of backwards compatibility. This was changed with good reason and after a lot of discussions. If you continue on this path, you will

Re: [O] [export] Easy way to make children of Beamer frames generate list items?

2013-09-14 Thread John Hendy
On Sat, Sep 14, 2013 at 9:16 PM, James Harkins jamshar...@gmail.com wrote: Suvayu Ali fatkasuvayu+linux at gmail.com writes: I think it is unwise to keep coming up with ways to support semantically wrong behaviour just for the sake of backwards compatibility. This was changed with good

Re: [O] Outline cycling does not preserve point's position

2013-09-14 Thread Carsten Dominik
On 14.9.2013, at 19:16, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Nicolas, On Sat, Sep 14, 2013 at 12:29:00AM +0200, Nicolas Goaziou wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: When the functions are done, please go ahead and commit them and bind them to

Re: [O] [PATCH 1/1] Fix typo 'org-ctags-create-tags in comment

2013-09-14 Thread Carsten Dominik
Applied, thanks. - Carsten On 14.9.2013, at 12:08, Gregor Zattler telegr...@gmx.net wrote: --- Fix a minor typo. lisp/org-ctags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 98d47e5..9d8ed6c 100644 ---

Re: [O] [PATCH] Recenter around #+begin_src when moving to previous/next code block

2013-09-14 Thread Carsten Dominik
Hi Sebastien, I don't think this patch is the right thing - is feels different from standard Emacs behavior. - Carsten On 13.9.2013, at 12:02, Sebastien Vauban sva-n...@mygooglest.com wrote: Hello, When moving with C-c C-v C-n (or p) from one code block to the next (or previous), it's

Re: [O] [export] Should sidewaystable option automatically add rotating package?

2013-09-14 Thread Carsten Dominik
On 13.9.2013, at 10:01, Detlef Steuer detlef.ste...@gmx.de wrote: Hi! Hello, Rasmus ras...@gmx.us writes: So the question is should it be a default package? I think not. E.g. tabu isn't loaded. Amsmath isn't loaded if you generate a matrix. I think the tabu case (and