[O] [Exporter] Why fall-back to :title if :alt-title is nil?

2013-11-16 Thread Thorsten Jolitz
Hi List, in ox.el I find this function for getting the (optional) alternative title of a headline: #+begin_src emacs-lisp (defun org-export-get-alt-title (headline info) "Return alternative title for HEADLINE, as a secondary string. INFO is a plist used as a communication channel. If no opti

Re: [O] [Exporter] Why fall-back to :title if :alt-title is nil?

2013-11-16 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > Hi List, > > in ox.el I find this function for getting the (optional) alternative title of > a headline: > > #+begin_src emacs-lisp > (defun org-export-get-alt-title (headline info) > "Return alternative title for HEADLINE, as a secondary string. > INFO is a p

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-16 Thread Josh
On Wed, Nov 13, 2013 at 1:27 PM, Sebastien Vauban wrote: > (with-eval-after-load "org" > (message "Eval this when Org is loaded") > (sit-for 3) > (message "")) > > the code block in the `with-eval-after-load' is eval'ed twice whenever an Org > file is loaded. Have you checked to see what ha

Re: [O] [Exporter] Why fall-back to :title if :alt-title is nil?

2013-11-16 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > Thorsten Jolitz writes: > >> Hi List, >> >> in ox.el I find this function for getting the (optional) alternative >> title of a headline: >> >> #+begin_src emacs-lisp >> (defun org-export-get-alt-title (headline info) >> "Return alternative title for HEADLINE,

[O] One-key combo entry?

2013-11-16 Thread Fredrik
Is it possible to set up so when when standing on a header push one key combo and one after another be asked about about the todo-word, keyword, deadline and then schedule for an entry? Regards, Fredrik

Re: [O] One-key combo entry?

2013-11-16 Thread Bastien
Hi Fredrik, Fredrik writes: > Is it possible to set up so when when standing on a header push one > key combo and one after another be asked about about the todo-word, > keyword, deadline and then schedule for an entry? Not with the core functions, but I'm sure someone can provide this command.

Re: [O] Encoding Problem in export?

2013-11-16 Thread Michael Brand
Hi Nicolas I would like to ask you to review the attached patch so I can change it when necessary before I git push it. > it probably means that `org-link-escape' is a bit too zealous (BTW > why don't this function rely on `url-encode-url'?) url-encode-url is a very good hint to solve a differen

Re: [O] maintaining Org

2013-11-16 Thread David
El 15/11/13 09:43, Simon Thum escribió: David, I had a short look and find it interesting but I would need some configuration. In particluar, I use "CANCELLED" not CANCELED. http://grammarist.com/spelling/cancel/ but I guess there are also better reasons to make that configurable a bit. Do yo

[O] [BUG] org-confirm-babel-evaluate breaks inline src blocks

2013-11-16 Thread Charles Berry
Following this thread: http://thread.gmane.org/gmane.emacs.orgmode/77572/focus=77648 I found that setting org-confirm-babel-evaluate to a lambda form BREAKS inline src blocks. Here is an ECM: # #+BEGIN_SRC emacs-lisp (setf org-confirm-babel-evaluate (lambda (&rest args)

Re: [O] [RFC] Change some defcustoms into defcont

2013-11-16 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > So: IF YOU HAVE CUSTOMIZED any of this variables, I'd like to hear about it. > Otherwise, I now think that the proposal is actually good and should > move ahead. I applied the patch. Regards, -- Nicolas Goaziou

Re: [O] Encoding Problem in export?

2013-11-16 Thread Nicolas Goaziou
Hello, Michael Brand writes: > I would like to ask you to review the attached patch so I can change > it when necessary before I git push it. Sure. > - (browse-url (concat type ":" (org-link-escape-browser path > + ;; see `ert-deftest' > + ;; `test-org/org-link-esca

Re: [O] org-contacts, multi-line properties, postal addresses

2013-11-16 Thread Karl Voit
* Norman Walsh wrote: > > Hello world, Hello Norman! > I'm just taking another look at org-contacts. I wonder what the best > practice is for dealing with multi-line properties like postal > addresses. I split them up to single lines. > I can just make them part of the entry, of course, not in

[O] Org-mode issue with cyclic tasks and checkboxes

2013-11-16 Thread Borja Tarraso
Hi, I am working with cyclic or repetitive tasks in org-mode, inside this task, I have several checkboxes. So when I finished all the list, normally I put the task as done, and new task with sublist of checkboxes is created for the next cycle, however, those checkboxes appears as ticked and I thin

Re: [O] [RFC] Change some defcustoms into defcont

2013-11-16 Thread Carsten Dominik
On 16.11.2013, at 21:25, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> So: IF YOU HAVE CUSTOMIZED any of this variables, I'd like to hear about it. >> Otherwise, I now think that the proposal is actually good and should >> move ahead. > > I applied the patch. Thank you.

[O] [PATCH] org-compat: Support for getting data from Windows clipboard

2013-11-16 Thread Alexander Vorobiev
I noticed that %x capture template doesn't work under Windows which made my templates non-portable, so I made this small change to org-get-x-clipboard to fix that. This is my very first patch, please let me know if it is acceptable. Thanks, Alex * lisp/org-compat.el (org-get-x-clipboard): Use w32

[O] org-capture with function type target

2013-11-16 Thread York Zhao
Hi list, I'm been so frustrated when trying to use function as `target' in an org-capture' template, here is my example: 1. Create a file "~/test.org" and add a line "* Level 1", make sure to add a newline character after the inserted line 2. Set org-capture-template as: (setq org-capture-templat

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-16 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Glenn Morris writes: >> >>> "Sebastien Vauban" wrote: >>> But I wonder: how can you now reproduce it (and not before)? >>> >>> Because I downloaded a snapshot of Org. >>> Your problem is not with code that is in Emacs current tru

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-16 Thread Nick Dokos
Nicolas Goaziou writes: >> 0cecf32a0ae559266555b96668dc305710366c96 is the first bad commit >> commit 0cecf32a0ae559266555b96668dc305710366c96 >> Author: Nicolas Goaziou >> Date: Sun Oct 27 11:09:17 2013 +0100 > > Well. The only thing related to load/autoload I can think of is calling > `org-

Re: [O] Emulate a wiki a la wikidpad

2013-11-16 Thread Marcelo de Moraes Serpa
I'm looking for something inside emacs, not exported. Org-wikinodes does not work with filenames (although I can see it could be easy to add). I want something like wikidpad. Cheers. On Wed, Oct 30, 2013 at 3:19 PM, Jambunathan K wrote: > > I am in the process of adding support for Org-mode mar

[O] bug#15896: 24.3.50; Org-8.0: M-x customize-changed 24.3 doesn't show new export options

2013-11-16 Thread Bastien
Jambunathan K writes: >> I already did, as did everyone else. You are the only exception. > > I am not the only exception. See this post, where the change in the > prefix is affecting existing customization. One of the suggestions I > made was to establish an alias or an obsolete alias for def