Rasmus writes:
> The problem is that narrow can be time-consuming to recreate.
This is why we shouldn't mess with it in the first place.
> Wouldn't it only find definition in the same file? If you use a popup
> indirect buffer narrowed to the footnote-definition in question I don't
> think the
Hello,
I've managed to import my contacts stored in ownCloud server (synced with my
Android phone) with the help of org-vcard.
Now I wonder about entering new ones?
Documentation for org-contacts mentions usage of org-capture-templates which
then utilises e.g. org-contacts-template-name/email et
Hello,
Rainer M Krug writes:
> Possible a candidate for the new linting library for org, to mark it
> as an invalid argument combination
Done. Do you know any other such combinations?
Regards,
--
Nicolas Goaziou
Sebastien Vauban
writes:
> Could `org-lint' return a success/fail indication, so that we could
> write something along in an export hook:
>
> (if (org-lint)
> ... continue with export ...
> ... stop with message or display the lint buffer ...)
>
> As well, could the buffer be hidden (or k
Nicolas Goaziou writes:
>> 1. A patch implementing Processing programming language support in
>>Babel. The commit message of the patch is the following:
>
> Thank you.
>
> Applied, with minor stylistic tweaks. I also removed the binding C-c C-v
> C-k but suggested it in the the comments.
Th
smt> Take a look at
smt>
smt>org-agenda-sorting-strategy
Will do!
smt> It should help you out.
Once I figure out how to configure it! ;-)
smt> Note though that the timestamp sorting does not work on all
smt> agenda types, it's a known bug.
OK.
Thanks for your useful and prom
Aloha all,
I pulled from master this morning, refreshed Org mode, and got this
error message in *Messages*:
Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el
(source)...
org-export-register-backend: Cannot use unknown "latex" back-end as a parent
All the best,
Tom
--
Thoma
On Sun, 26 Apr 2015, Nicolas Goaziou wrote:
Hello,
Rainer M Krug writes:
Possible a candidate for the new linting library for org, to mark it
as an invalid argument combination
Done. Do you know any other such combinations?
Except for langs emacs-lisp, clojure, ruby, picolisp, and
pytho
"Charles C. Berry" writes:
> Except for langs emacs-lisp, clojure, ruby, picolisp, and python
> `:results pp' does nothing.
>
> mathematica refers to "pp" but I don't get what it does - it looks
> like "raw" would be a more suitable :results format.
>
> Of course, somebody could add a pretty prin
Very nice start!
- make comment links a different color/face
(e.g. https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L360)
otherwise, I think item 4 is the most important one on the todo list. We
are writing lots of papers this year, so this will be a really helpful tool!
Eric Abrahamse
Hi,
When I try to export my org files I'm getting this error. For example:
byte-code: Before first headline at position 1 in buffer Blog.org<2>
I could not find any way to fix this - any help will be very appreciated.
Thank you,Joon
Hi Joon,
Joon Ro writes:
> When I try to export my org files I'm getting this error. For example:
> byte-code: Before first headline at position 1 in buffer Blog.org<2>
> I could not find any way to fix this - any help will be very appreciated.
Could you please send us a minimal example and cle
Hi Tom,
t...@tsdye.com (Thomas S. Dye) writes:
> I pulled from master this morning, refreshed Org mode, and got this
> error message in *Messages*:
>
> Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el
> (source)...
> org-export-register-backend: Cannot use unknown "latex" ba
Nicolas Goaziou writes:
> Good idea. I didn't thought about using "org-src.el", but, albeit not
> perfect, it goes a long way towards avoiding these problems.
>
> I toyed a bit with that. Now C-' on a (non inline) footnote reference
> should edit it in a dedicated buffer.
I tried it. It works n
Apparently it was caused by the following custom function for
org-export-before-parsing-hook that I had to remove the subtree with
"beameronly" tag:
(defun as/delete-ignored-heading (backend)
(unless (equal backend 'beamer)
; remove subtree with beameronly tag
(org-map-entries
Rasmus writes:
> Hi Tom,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> I pulled from master this morning, refreshed Org mode, and got this
>> error message in *Messages*:
>>
>> Loading /Users/dk/.emacs.d/src/org-mode/contrib/lisp/ox-koma-letter.el
>> (source)...
>> org-export-register-backend:
Hi,
I'm still experiencing this bug, although with a slightly different error
message. When "C-c C-c" on a headline, I see:
org-set-tags: Wrong type argument: listp, org-tags-completion-function
Compared to the original report of:
apply: Wrong type argument: listp, org-tags-completion-function
Aloha all,
Org-lint is a big help picking up an old project. Thanks Nicolas.
The original patch sent to the ML ran through my old org mode file and
found lots of potential problems.
So, I decided to track wip-lint. Now, the linting stops with this
error:
,-
Hi all,
Sorry in advance, this might be more of a git question than an org-mode
question, but I thought someone on this list might know the answer.
Is it possible to conditionally gitignore certain files based on files
that are being tracked?
What I'd like is something like the following gitigno
I'm following the Latex howto of org-mode babel. Here's the snippet from
the howto I've got in a separate .org file (see bottom of howto page):
#+LATEX_HEADER: \usepackage{tikz}
First execute the second code block, to define the convenience macro
and to set the required new variables in ob-latex.
. . . okay, I realize that a viable Latex document has many preliminary
commands. Here's a "working" version of my tangled code
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{trees}
\begin{document}
\begin{tikzpicture}
\node [circle, draw, fill=red!20] at (0,0) {1}
child { node [ci
i think maybe somebody patched this?
one more similar thing. if the headline is folded, and point is
somewhere not in the headline, m-right etc. don't work. this is
common when you yank folded, i think.
I'm transitioning from a web-based to-do list, and one thing I rely on is
viewing recently CREATED or CLOSED tasks, e.g. within the last 2 days. My
hope is to recreate this with a custom agenda view, but I haven't been able
to find the correct commands/filters. Keeping in mind I'm new to
Emacs/Li
>
>> True. This is because org-latex-headline is written this way:
>>
>> ,
>> | (if (and numberedp opt-title
>> | ;; ^^^ ^ why this? Maybe there's a good reason...
>> | (not (equal opt-title full-text))
>> | (string-match "\\`\\(.*?[^*]\\){" sectio
John Kitchin writes:
> Very nice start!
>
> - make comment links a different color/face
> (e.g. https://github.com/jkitchin/org-ref/blob/master/org-ref.el#L360)
Ah, nice -- too bad there's no built-in way to specify a face for link
types. This looks like it will do nicely, though!
> otherwise,
On 2015-04-27, at 06:05, Vikas Rawal wrote:
> In the document (manuscript of a book) that I am working, ALT_TITLE now works
> in most cases. However, ALT_TITLE does not work for headlines in Appendices,
> which come after
>
> \begin{appendices}
Are you sure the problem isn't on the LaTeX si
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> So, I decided to track wip-lint. Now, the linting stops with this
> error:
>
> ,
> | Org linting process starting...
> | let: Wrong type argument: listp, ":results repl
27 matches
Mail list logo