Gustav Wikström writes:
> Taking your comments and improving the first patch a bit resulted in
> the attached one. It replaces the previous. Using string-prefix-p and
> string-suffix-p solves the out of index problem in the substrings.
Applied. Thank you.
I modified a bit the patch however, sin
Hello,
Matt Lundin writes:
> OK, I've worked up a patch that solves several of these issues. The
> basic idea is to check when publishing an org file whether it includes
> other org files and then to store that data in the cache. That way,
> org-publish-cache-file-needs-publishing does not need
On Wednesday, 25 Nov 2015 at 23:49, Daniel P Gomez wrote:
> Hi all,
>
> I'm new to Emacs and org-mode. I've tried to set up a simple TODO list by
> calling org-capture and when I select my [t] todo item on *Org Select*,
> Emacs freezes and I need to kill its process.
>
> On the mini-buffer I can re
Hi,
> -Original Message-
> From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr]
> Sent: Thursday, November 26, 2015 09:22
> To: Gustav Wikström
> Cc: sgeorgii . ; emacs-orgmode@gnu.org
> Subject: Re: [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps
>
> Gustav Wikström wr
Gustav Wikström writes:
> Ok, fair enough. A bit more difficult to follow the code now (in my
> opinion)
I honestly don't think so. Of course, YMMV.
> but I guess it saves a few I/O's.
If `setq' can be avoided (assuming a context of lexical binding) it's
better, indeed.
> There was a small er
Hello,
Thomas Preindl writes:
> setting up my capture templates to work with a new Chrome extension I
> noticed that when i mark some text containing %-escapes inserted with the
> '%i' in the template the %-escape was
> evaluated.
>
> For example, marking %(print (buffer-name)) will be replaced
Christian Wittern writes:
> On 2015-11-25 22:36, Peter Davis wrote:
>>
>> I know this question is a bit off the list's topic, but has anyone found an
>> iPad text editor that can operate on .org files in
>> Dropbox?
> I found the App "Editorial" useful for this. It allows editing and syncs
> au
Hello,
"sgeorgii ." writes:
> I run org-agenda and then I do some filtering of the agenda by tags.
>
> Then I simply want to print the lines which I now see on the screen.
>
> My problem is - I am getting printed _all_ lines of org-agenda,
> including those I just filtered out and do not see on
oof. my problem does *not* happen with "emacs -Q". sorry about not
checking that before complaining. (if anyone has any hints...)
Greg Minshall wrote:
> hi. i'm trying to export a file using org-info.js, but i'm not getting
> anything (other than the footer with my name, creation date, a
Hi all,
I'm trying to write a conference paper which has multiple authors from
multiple institues. I tried to insert author infor by adding the
following block
#+BEGIN_LaTeX
\author{First Author\inst{1}, Second Author\inst{1}, Third Author\inst{2}}
\authorrunning{Author et al.}
\institute{Uni
Envoyé de mon iPhone
> Le 26 nov. 2015 à 16:26, Fatma Başak Aydemir a écrit :
>
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the following
> block
>
> #+BEGIN_LaTeX
> \author{First Author
Aloha Fatma Başak Aydemir,
Fatma Başak Aydemir writes:
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the
> following block
>
> #+BEGIN_LaTeX
> \author{First Author\inst{1}, Second Author\inst{
That solved the problem...
I had (global-linum-mode 1) on my init.el, and that conflicts with
org-capture somehow.
I've changed it to (add-hook 'prog-mode-hook 'linum-mode) and the issue was
gone.
Thanks for the feedback
Daniel
On Thu, Nov 26, 2015 at 10:21 AM, Eric S Fraga wrote:
> On Wednesd
Aloha!
Both solutions work for me. I went for adding the code line by line
using #+LATEX_HEADER for I do not collaborate with the same co-authors
all the time so I did not want to permanenetly add the configuration to
my setup.
Thanks!
26/11/15 16:59 tarihinde Thomas S. Dye yazdı:
Aloha Fa
just to clarify,
"%(alpha-org-protocol-string \"%:link\" \"%:description\" \"%i\")"
is not recursive, right?
Hello,
since commit (I bisected)
commit c651e150cc8fb230fca99dfff27caedfddced8ff
Author: Nicolas Goaziou
Date: Thu Nov 12 23:12:18 2015 +0100
table calculation with named columns are not working anymore.
E.g. table from Org-manual manual 3.5.10 Advanced features gives error
Invalid table
Hello,
"Stefan-W. Hahn" writes:
> since commit (I bisected)
>
> commit c651e150cc8fb230fca99dfff27caedfddced8ff
> Author: Nicolas Goaziou
> Date: Thu Nov 12 23:12:18 2015 +0100
>
> table calculation with named columns are not working anymore.
>
> E.g. table from Org-manual manual 3.5.10 Advan
Hello,
Samuel Wales writes:
> just to clarify,
>
> "%(alpha-org-protocol-string \"%:link\" \"%:description\" \"%i\")"
>
> is not recursive, right?
It is.
The first two are documented in org-capture-templates' docstring. So
I guess they are fine. However, the last parameter is problematic. A
On 11/26/15, Nicolas Goaziou wrote:
> Samuel Wales writes:
>> just to clarify,
>>
>> "%(alpha-org-protocol-string \"%:link\" \"%:description\" \"%i\")"
>>
>> is not recursive, right?
>
> It is.
the above is the only way i was able to get org-protocol to do what i needed.
> The first two are d
Samuel Wales writes:
> the above is the only way i was able to get org-protocol to do what
> i needed.
OK.
> i think i understand. maybe we need another way to pass %i.
I guess we could restict "%()" evaluation to the Sexp defined in the
initial template.
Regards,
I noticed that the :preparation-function defined in
org-publish-project-alist isn't run anymore when publishing a project.
Consider the following, it's a stripped-down version of the setup I have
been using on many documents for a few years.
--8<---cut here---start---
Nicolas Goaziou writes:
> Hello,
>
> Matt Lundin writes:
>
>> OK, I've worked up a patch that solves several of these issues. The
>> basic idea is to check when publishing an org file whether it includes
>> other org files and then to store that data in the cache. That way,
>> org-publish-cache-
22 matches
Mail list logo