Nicolas Goaziou wrote:
[...]
> Nitpick: in commit messages, prefer the present tense.
I've reworded the commit message for the remaining patches.
>> +(defvar org-agenda-last-indirect-buffer nil)
>
> Please provide a docstring for this new variable.
[...]
> Also, the commit message lacks the crea
Let's say I start with a .notes file that looks like this:
#+BEGIN_EXAMPLE
* Tasks
* Refile Here
* Other Stuff
#+END_EXAMPLE
with all the default capture templates.
The only org-mode configuration I have is
(org-blank-before-new-entry (quote ((heading) (plain-list-item
as well as C-c c for
>
> It is possible, but not worth the effort.
>
> Even with moderately experienced users, you will be amazed at how
> org-files can get mangled by users. In a recent course I taught, I used
> links for some data entry; the links stored data as properties in a
> headline. Even then a handful of u
My git has so many more commits because I'm sloppy about my local changes.
I had been using ESS 5.14 (from ELPA). When I switched to the latest
git version, the problem (at least seems to have) went away.
For my needs, I don't think this needs any further investigation,
though I'm happy to help i
Hi Michael,
Hmm. I have
Org-mode version 8.3beta (release_8.3beta-695-g390015 @
/home/aecay/development/org-mode/lisp/)
The git sha 034d00 from your org-version isn’t in my checkout. Yours
also thinks it’s 60ish commits ahead of where mine is (758 vs. 695).
This is very strange; I don’t know
Hi Andreas,
Thanks for following up on this problem.
2015ko urtarrilak 4an, Andreas Leha-ek idatzi zuen:
> I investigated and found that the culprit is an export filter I have
> defined that replaces tabs with spaces:
>
> --8<---cut here---start->8---
> (defun
Vikas Rawal writes:
It is possible, but not worth the effort.
Even with moderately experienced users, you will be amazed at how
org-files can get mangled by users. In a recent course I taught, I used
links for some data entry; the links stored data as properties in a
headline. Even then a handfu
Hi John,
John Kitchin writes:
> Ken Mankoff writes:
>
> Did anyone see the parody of this here:
> http://mjambon.github.io/vim-vs-emacs/
>
> It is pretty funny!
Indeed. Thanks for sharing.
Regards,
Andreas
>
>> People here might be interested in a publication from [2014-12-19 Fri]
>> availa
Hi Tom,
Le 04/01/2015 21:29, Thomas S. Dye a écrit :
Aloha Xavier,
Xavier Garrido writes:
Since I am explicitly writing all the org code, I would like to call the
function and gets a *raw* results by doing
#+CALL: org-figure-to-slide[:exports none :results raw]()
I think the problem is th
Ken Mankoff writes:
Did anyone see the parody of this here:
http://mjambon.github.io/vim-vs-emacs/
It is pretty funny!
> People here might be interested in a publication from [2014-12-19 Fri]
> available at http://dx.doi.org/10.1371/journal.pone.0115069
>
> Title: An Efficiency Comparison of Do
rene writes:
(org-buffer-property-keys) will give you all the categories in a buffer.
> I'd like to dynamically get the list of all of my categories (:CATEGORY:
> property). Is there an easy way to do that?
>
> How can I write a command that would operate much the same way I get
>
> - the lis
Aloha Xavier,
Xavier Garrido writes:
> Since I am explicitly writing all the org code, I would like to call the
> function and gets a *raw* results by doing
>
> #+CALL: org-figure-to-slide[:exports none :results raw]()
I think the problem is that you are specifying :results raw as an
'inside h
Dear Orgers,
The following shell function lists the files within a directory and for
each file, write a org piece of code to include it.
#+NAME: org-figure-to-slide
#+HEADERS: :var title="Empty title"
#+HEADERS: :var dir="./figures" :var ext="*.pdf"
#+HEADERS: :var options=""
#+BEGIN_SRC sh
I'm using the latest from git, with some unrelated local modifications
(though to be sure I did a clean build from origin/master and had the
same problem). Versions:
Org-mode version 8.3beta (release_8.3beta-758-g034d00.dirty @
/usr/local/share/emacs/site-lisp/org/)
GNU Emacs 24.3.1 (x86
Marcin Borkowski writes:
> On 2015-01-04, at 18:50, Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Marcin Borkowski writes:
>>
>>> I've just installed Emacs 25 (I only had 24.3 before), and was eager to
>>> try out some cool new features. I put this in my init.el:
>>>
>>> (add-hook 'fill-nobreak-pre
On 2015-01-04, at 18:50, Nicolas Goaziou wrote:
> Hello,
>
> Marcin Borkowski writes:
>
>> I've just installed Emacs 25 (I only had 24.3 before), and was eager to
>> try out some cool new features. I put this in my init.el:
>>
>> (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p)
Hello,
Marcin Borkowski writes:
> I've just installed Emacs 25 (I only had 24.3 before), and was eager to
> try out some cool new features. I put this in my init.el:
>
> (add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p)
>
> But it won't work in Org-mode: it turns out that Org sets
On Sun, Jan 04, 2015 at 06:24:32AM -0500, Mike Ashley wrote:
> I am having a configuration problem I was hoping to get some help
> with. I have a simple agenda configuration file that looks like this.
>
> (setq org-agenda-custom-commands
> '(("o" "Office tasks"
> tags-todo "OFFICE"
>
Check out this solution:
http://kitchingroup.cheme.cmu.edu/blog/2015/01/04/Redirecting-stderr-in-org-mode-shell-blocks/
I think it does what you want, and uses the idea below.
Samuel Wales writes:
> hi karl,
>
> i always wrap as follows and it works for me.
>
> {
> your code
> } 2>&1
> :
>
>
Hello list,
I've just installed Emacs 25 (I only had 24.3 before), and was eager to
try out some cool new features. I put this in my init.el:
(add-hook 'fill-nobreak-predicate #'fill-single-char-nobreak-p)
But it won't work in Org-mode: it turns out that Org sets
fill-nobreak-predicate, too. W
I am having a configuration problem I was hoping to get some help
with. I have a simple agenda configuration file that looks like this.
(setq org-agenda-custom-commands
'(("o" "Office tasks"
tags-todo "OFFICE"
nil
("~/agenda.pdf"
And I have the custom variable org-agenda-d
Hi Aaron,
Aaron Ecay writes:
> Hi Michael,
>
> Thanks for this patch. Before it is applied, though, I would like to
> understand why it is necessary. Vikas said that he could not reproduce
> the problem you originally reported. (Here is a web archived version of
> Vikas’s message, in case you
Hi Vikas,
Thanks for following up on this issue!
Vikas Rawal writes:
> Michael Gauland writes:
>
> I want to use an R block to manipulate data from an org table, but
> I'm not
> getting what I expect.
>
>
>
>
>
> What am
23 matches
Mail list logo