Re: [O] Bug: org-master (release_8.3beta-56-gdb0130) ascii exporter ignores org-export-preserve-breaks

2014-09-06 Thread Nicolas Goaziou
Hello, Yijun Yuan bbb...@fedoraproject.org writes: The commit b15a9c0c1 breaks my use case. In the document of option Org Export Preserve Breaks, ASCII export is explicitly mentioned: In ASCII export, line breaks will always be preserved, regardless of this variable. This is not true

Re: [O] Bug: Incorrect folding of source blocks [8.2.7c (8.2.7c-51-g896fa6-elpa @ /Users/sean/Dropbox/.emacs.d/elpa/org-20140825/)]

2014-09-06 Thread Nicolas Goaziou
Hello, Sean Allred c...@seanallred.com writes: Consider the following: #+begin_src snippet :tangle .emacs.d/snippets/org-mode/emacs-lisp # -*- mode: snippet; require-final-newline: nil -*- # name: emacs-lisp # key: el # binding: direct-keybinding # --

Re: [O] Moving my init.el to Org

2014-09-06 Thread Eduardo Ochs
Hi all, I hope you don't mind me jumping into this thread to ask an org-beginner question... My .emacs is about 15000 lines long, and that's fine for me because I have anchors at some points of it, and an index at the top, and convenient ways to jump quickly to any anchors. If anyone is curious,

[O] tables question

2014-09-06 Thread Jude DaShiell
Can anything be put into a table for org-mode that will prompt a user with each column heading as the user tabs into that column? I expect for especially large tables either horizontally or vertically this would be of assistance to data entry so as to prevent wrong information from getting

Re: [O] Moving my init.el to Org

2014-09-06 Thread Thorsten Jolitz
Eduardo Ochs eduardoo...@gmail.com writes: Hi, So, questions: 1) what is the user-ish way to create a link in Org to the first occurrence of the string unquote-printable in ~/.emacs? see http://orgmode.org/manual/Internal-links.html 2) I know that Org lets users implement new kinds

Re: [O] crypt and sync

2014-09-06 Thread Alexis
Hannes Schulz writes: Shouldn't org-crypt disregard property drawers? The current org-contacts format stores contact details in property drawers; were it ignored by org-crypt, all those details would be lost in the encryption process. So ignoring of property drawers by org-crypt would probably

[O] Tangle source block with options :comments org

2014-09-06 Thread Roland Donat
Dear orgmode community, My problem is very simple. I have the following piece of org buffer : My piece of org buffer * Exemple : =hello_world= Some very explicit comments... #+HEADER: :tangle ./hello_world.py #+HEADER: :padline yes #+HEADER: :eval no #+HEADER: :comments org #+HEADER:

Re: [O] [PATCH] remap orgtbl-ascii-plot to C-c #

2014-09-06 Thread Thierry Banel
Le 03/09/2014 20:22, Nicolas Goaziou a écrit : It looks good but I realized (a bit late) we cannot use C-c p as it is reserved to users, as any C-c LETTER combination. Here is a patch to change the key-binding of `orgtbl-ascii-plot' from C-c p to C-c # (The little grid symbol # seems

[O] Bug? Or new behavior? Paragraphs in HTML

2014-09-06 Thread Richard Lawrence
Hi everyone, After updating this morning, I notice that when #+BEGIN_SRC org * My headline Some text here. #+END_SRC is exported to HTML, the paragraph below the headline is no longer wrapped in a paragraph tag: #+BEGIN_SRC html h2 id=sec-1span class=section-number-21/span My headline/h2 div

Re: [O] Bug? Or new behavior? Paragraphs in HTML

2014-09-06 Thread Nicolas Goaziou
Hello, Richard Lawrence richard.lawre...@berkeley.edu writes: After updating this morning, I notice that when #+BEGIN_SRC org * My headline Some text here. #+END_SRC is exported to HTML, the paragraph below the headline is no longer wrapped in a paragraph tag: [...] Is this now the

[O] [PATCH] Refresh appointments from org files exclusively

2014-09-06 Thread Jorge A. Alfaro-Murillo
Hi, I sometimes use appt-add as an alarm clock, as it is described in (info (emacs) Appointments). Recently I started using org-agenda-to-appt, and I wanted to update my appointments every time that I call the agenda, something like: #+BEGIN_SRC emacs-lisp (add-hook