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
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
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-
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
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
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
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.
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
* 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
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
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
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)
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
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
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.
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
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,
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
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
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
20 matches
Mail list logo