On 2014-04-25 10:02, Nicolas Goaziou writes:
> Alan Schmitt writes:
>
>> I guess I should have asked: who decides what goes in contrib?
>
> The Org maintainer. Another option is to turn it into an ELPA package.
I need to learn how to do this. In the meantime, I've put the code on
github: https:
On 2014-04-26 14:25, Nicolas Goaziou writes:
> Thorsten Jolitz writes:
>
>> the answer is in the quote already:
>>
>> ,-
>> | Since return value matters, I suggest to use ...
>> `-
>
> Exactly. I use `when' i
Hi,
I export my agenda custom views to plain text, so I can check things off as
I go (without access to Emacs).
I use `(org-agenda-prefix-format " [ ] ")` so I can easily add an "X" with
my text editor on my phone.
Is there any way to have this update the todo items that the exported
agenda file
Chris Poole writes:
Hi,
> I export my agenda custom views to plain text, so I can check things
> off as I go (without access to Emacs).
>
> I use `(org-agenda-prefix-format " [ ] ")` so I can easily add an "X"
> with my text editor on my phone.
>
> Is there any way to have this update the todo i
Dear All,
I am in the process of writing a new package for inserting citations into
org buffers using RefTeX. The current org-reftex command works alright, but
it is not quite as flexible as I would like it to be. I wanted to add an
option to add citations in footnotes. I also wanted to make it so
Hi Julian et al.,
I am not sure if this helps, but I am in the process of writing a new
package for inserting citations into org buffers using RefTeX. This
solution would make citation insertion very convenient, but it would not be
quite as easy to read as Clément's solution, and it would only work
Actually, I have no complaints about the built-in sorting functions
themselves. It's the priority calculation. I guess priority-down would
show that problem most clearly. I have a lot of tasks, so I've altered the
priority calculation to produce a larger number for each item, like this:
(defun
Sorry, I misspoke. What I meant to say was that I altered org-get-priority
to keep priority cookies more significant than due dates.
On Sun, Apr 27, 2014 at 9:24 AM, peregrinehill wrote:
>
> Actually, I have no complaints about the built-in sorting functions
> themselves. It's the priority cal
The only way I can think of doing it is, for each completed task out of the
exported file, pull up the agenda view (that corresponds to that file),
find that item, and mark it as DONE.
Perhaps have this action on the opening of any file in the org-agenda-files
list.
I was just hoping it might hav
On 23 April 2014 16:04, Bastien wrote:
> Okay, see those two bits of `org-file-apps' docstring:
>
> `auto-mode'Matches files that are matched by any entry in
> `auto-mode-alist',
>so all files Emacs knows how to handle. Using this with
>command `emacs' will op
Chris Poole writes:
> The only way I can think of doing it is, for each completed task out
> of the exported file, pull up the agenda view (that corresponds to
> that file), find that item, and mark it as DONE.
>
> Perhaps have this action on the opening of any file in the
> org-agenda-files list
Thanks so much! I was trying to get a bit more flexibility with that
separate slide (e.g., have the title in the centre of the page and no toc).
So I took inspiration from your great solution and defined a latex macro
#+begin_src latex
\newcommand{\singleslide}[1]{{%
\usebeamerfont{title}
Hi Leonard,
> I am in the process of writing a new package for inserting
> citations into org buffers using RefTeX.
I'd be interested to know what you have in mind. I use something
of the sort, by customising `reftex-cite-format`, e.g:
(setq reftex-cite-format
'((?\C-m . "\\cite[]{%l}
Hi Clément and Others,
On 2014-04-27 at 10:14, Clément B. wrote:
> (setq reftex-cite-format
>'((?\C-m . "\\cite[]{%l}")
> (?b . "[[ref:%l][%A (%y)]]")))
I've been using reftex in Org -> LaTeX for a while and have my Org text
sprinkled with \cite{foo:}. I just saw the
Hi Ken,
> When I export this to LaTeX, it is not treated as a proper
> LaTeX citation. The text is just the "%A (%y)" part. Is there
> some way to export so that the ref:%l turns into a \cite{%l}?
The "ref" is a custom link type, you can define those in org with
`org-add-link-type`, and they allo
On 2014-04-27 at 10:53, Clément B. wrote:
> Hi Ken,
>
>> When I export this to LaTeX, it is not treated as a proper LaTeX
>> citation. The text is just the "%A (%y)" part. Is there some way to
>> export so that the ref:%l turns into a \cite{%l}?
>
> The "ref" is a custom link type, you can define
Clément B. writes:
> Hi Leonard,
>
>> I am in the process of writing a new package for inserting
>> citations into org buffers using RefTeX.
>
> I'd be interested to know what you have in mind. I use something
> of the sort, by customising `reftex-cite-format`, e.g:
>
> (setq reftex-cite-format
>
> I find the best way to support ODT is simply add something like this:
>
> ((eq format 'odt)
>(format "(%s)" desc))
>
> This doesn't create a bibliography section, but that section is awkward
> to export to anyway. It requires the 3rd party Org hack that isn't
> officially supported
On 2014-04-27 at 12:05, Clément B. wrote:
>> Still looking into "lastname (Year)" format...
>
> I hadn't noticed that before, but now that you mention it, I
> think this is related to the way you format your bib file.
>
> For example "%A (%y)" with:
>
> 1. name = {Darwin, Charles}
>year = {185
On 2014-04-27 at 12:01, Thomas S. Dye wrote:
> Clément B. writes:
>
>> This makes inserting custom links ("ref") easier with the usual
>> `reftex-citation` bound to C-c [.
>>
>>> On the other hand, it will work with multicite commands,
>>> whereas Clement's does not look like it will.
>>
>> It do
On Sunday, 27 Apr 2014 at 10:14, Seb Frank wrote:
> Thanks so much! I was trying to get a bit more flexibility with that
> separate slide (e.g., have the title in the centre of the page and no toc).
> So I took inspiration from your great solution and defined a latex macro
Interesting solution! T
On Saturday, 26 Apr 2014 at 15:04, Christian Moe wrote:
> Hello,
>
> Yes, it's possible, though if you're only going to wrap a single image
> in the final output, it's very likely easier to just open the document
> in LibreOffice, right-click the image and take it from there.
Which is what I did i
> It appears to work for multicite for me. Or at least well enough. If I
> select multiple entries, I get this:
>
> [[ref:Author1:,Author2:,Author3:][()]]
>
> I can then easily insert the text I want into the (). It exports
> properly to LaTeX as \cite{Author1:,Author2:,Author3
It seems there are a lot of variants of citation handling out there! I will
add to the list my own variants here:
https://github.com/jkitchin/jmax/blob/master/jorg-bib.el. My citation needs
are simple, I basically only use \cite{key1,key2} in LaTeX. And I only use
bibtex, because I have not gotten
According to David Allen, whenever you define an action you need to
assign three pieces of information that you will later use as criteria
to decide what to do (in order of precedence):
1. Context: Where should I be (@home, @work, etc.) and/or which tools
should I have at my disposal (@comput
Yes, that's right. H:2
On Sun, Apr 27, 2014 at 12:42 PM, Eric S Fraga wrote:
> On Sunday, 27 Apr 2014 at 10:14, Seb Frank wrote:
> > Thanks so much! I was trying to get a bit more flexibility with that
> > separate slide (e.g., have the title in the centre of the page and no
> toc).
> > So I to
Hi John,
This is great ! Way more advanced than anything I have said.
> 2. Clickable cite links. If you have a citation link like
> cite:key1,key2,key3 you can click on key1 and open the bibliography file to
> key1, and you can click on key2 and have it open at key 2. This link would
> export in
Hello friendly org-mode community,
I'm using org-mode to research and write a nonfiction book. I have a large
amount of notes and quotes that I now need to sort into separate files.
I am creating separate org files, one for each chapter of my book—
chapter-1.org, chapter-2.org, etc.—with org head
Hi Rene,
Rene writes:
> According to David Allen, whenever you define an action you need to
> assign three pieces of information that you will later use as criteria
> to decide what to do (in order of precedence):
>
> 1. Context: Where should I be (@home, @work, etc.) and/or which tools
> s
Hi Jay,
C-c [ and C-c ] adds and removes the current file from the agenda list.
I can never remember these, so I leave the menus turned on in emacs
(makes me a wimp!).
BUT: do you really need to do this? It is the way I used to work, but my
current book is 600+ pages and I am keeping it and
Hi Jay,
Jay Dixit writes:
> Hello friendly org-mode community,
>
> I'm using org-mode to research and write a nonfiction book. I have a large
> amount of notes and quotes that I now need to sort into separate files.
>
> I am creating separate org files, one for each chapter of my book—
> chapter
Nick Dokos writes:
> #+OPTIONS: prop:t
Exactly what I needed. Thanks.
Is there some way to set this globally, though?
--
Esben Stien is b0ef@e s a
http://www. s tn m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
Hi Clément and all,
Clément B. writes:
> As for citations, I find that the most flexible way is to define
> my own link types, that allows control on both org formatting and
> export...
Replacing my inline \cite commands with custom link types is something
I've been meaning to do for a while.
Hi Eric, Bastien, Achim,
Thanks so much for the feedback. I’ve adopted the :file-ext approach
suggested by Bastien, leaving the previous default behavior in place for
blocks with a :file argument.
2014ko apirilak 22an, Eric Schulte-ek idatzi zuen:
[...]
> One option might be to borrow naming
Hello orgers,
Last year, Thomas started a project to translate the org manual to org
format, and use the ox-texinfo exporter to generate the .info and .pdf
manuals. (email thread: http://mid.gmane.org/m1bob8cffh@tsdye.com)
It seems like that project showed promise but never was completed. Is
There is an apparent bug when using the ID property to refer to cells in
remote tables, which is currently the only way to refer to a table in an
external file.
This is illustrated in the attached org file. In brief, the bug is
triggered by any ID that contains a sequence matching the regexp
"-[A
Esben Stien writes:
> Nick Dokos writes:
>
>> #+OPTIONS: prop:t
>
> Exactly what I needed. Thanks.
>
> Is there some way to set this globally, though?
Yes - please reread my response: the second part describes how to get to the
relevant variable.
--
Nick
Aaron Ecay writes:
> Thanks so much for the feedback. I’ve adopted the :file-ext approach
> suggested by Bastien, leaving the previous default behavior in place for
> blocks with a :file argument.
THanks for taking care, I'll not have time to look at this for the
remainder of the week, though…
Aaron Ecay writes:
> Last year, Thomas started a project to translate the org manual to org
> format, and use the ox-texinfo exporter to generate the .info and .pdf
> manuals. (email thread: http://mid.gmane.org/m1bob8cffh@tsdye.com)
> It seems like that project showed promise but never was co
39 matches
Mail list logo