Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-25 Thread Matt Lundin
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: [...] I understand I may add to the types variable.  When using org-bibtex-create, I can enter any arbitrary field as a PROPERTY; however, org-bibtex ignores anything outside of the universe it knows

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
for more information: (info (org) Matching tags and properties) http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html http://orgmode.org/worg/org-tutorials/advanced-searching.html Best, Matt

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
than one way to do things in org-mode. :) Best, Matt

Re: [O] [OT] The Brain

2011-04-26 Thread Matt Lundin
isn't working. Is there something in particular about agenda search that is not working---i.e., something that needs fixing? Best, Matt

Re: [O] [OT] The Brain

2011-04-26 Thread Matt Lundin
Hi John, John Hendy jw.he...@gmail.com writes: On Tue, Apr 26, 2011 at 8:04 AM, Matt Lundin m...@imapmail.org wrote: John Hendy jw.he...@gmail.com writes: I think it would be slick to enter a brain like viewing system that used tags or properties to swim through files in your agenda. I'm

Re: [O] How to change the face of =code= and ~verbatim~ ?

2011-04-26 Thread Matt Lundin
-face [RET] org-code Best, Matt

Re: [O] Can I get match count?

2011-04-26 Thread Matt Lundin
of occurrences: (length (org-map-entries t STYLE=\habit\+SCHEDULED=\now\ 'agenda)) Best, Matt

Re: [O] LaTeX beamer class text

2011-04-27 Thread Matt Lundin
of allowing content to spill onto the next slide? In LaTeX, you can add the following option to the frame: \begin{frame}[allowframebreaks] So in org-mode, you could modify :BEAMER_envargs:. * A slide :PROPERTIES: :BEAMER_envargs: [allowframebreaks] :END: Best, Matt

Re: [O] Footnotes in LaTeX export

2011-04-27 Thread Matt Lundin
? + http://orgmode.org/worg/org-faq.html#bug-reporting - What should I do before contacting the mailing list? + http://orgmode.org/worg/org-faq.html#when-to-contact-mailing-list Please feel free to edit (or send me patches) as you see fit. Best, Matt

[O] serious calendar integration bug

2011-04-28 Thread Matt Price
forgot to reply to the list.. -- Forwarded message -- From: Matt Price mopto...@gmail.com Date: Wed, Apr 27, 2011 at 6:11 PM Subject: Re: [O] serious calendar integration bug To: David Maus dm...@ictsoc.de On Wed, Apr 27, 2011 at 3:11 PM, David Maus dm...@ictsoc.de wrote

Re: [O] Build error in git HEAD with org-bibtex.el

2011-04-28 Thread Matt Lundin
variable error has nothing to do with the recent changes to org-bibtex. Best, Matt

Re: [O] Build error in git HEAD with org-bibtex.el

2011-04-28 Thread Matt Lundin
Eric Schulte schulte.e...@gmail.com writes: Matt Lundin m...@imapmail.org writes: [...] And with bleeding edge emacs (compiled from the repos yesterday), I'm getting an additional error: In toplevel form: org-bibtex.el:114:1:Warning: global/dynamic var `description' lacks a prefix org

Re: [O] serious calendar integration bug

2011-04-28 Thread Matt Price
On Thu, Apr 28, 2011 at 8:43 AM, Nick Dokos nicholas.do...@hp.com wrote: Matt Price mopto...@gmail.com wrote: One thing is to make sure that it is the first select-window which is failing: there is a second one in there as well. Toggling debug-on-error and getting a full backtrace

Re: [O] Worg now always publishing with latest Org version

2011-04-29 Thread Matt Lundin
the publishing errors that frequently cause Worg to break. [...] Is there an existing page on Worg where I should put this info? Thanks, Jason, for writing this up! For now, I put the instructions in worg-maintenance.org. However, I plan to reorganize the various worg-* pages soon. Best, Matt

[O] [PATCH 1/2] Ignore TODO keyword when taking title from headline

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-headline): When taking title from headline, grab only the headline text, not metadata. --- When generating an autokey or exporting to bibtex, the metadata (e.g., the TODO keyword) was being included in the title. This patch ensures that only the headline text is

[O] [PATCH 2/2] Allow user to choose whether to treat headline as title

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): New variable (org-bibtex-fleshout): Query for title depending on value of org-bibtex-treat-headline-as-title --- Some users might want to modify the headings of their bibtex entries, adding authors, etc. In this case, the heading

[O] [PATCH 3/3] Fix incorrect defcustom type.

2011-04-29 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): Fix incorrect defcustom type. --- lisp/org-bibtex.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b3d151c..8070755 100644 --- a/lisp/org-bibtex.el +++

Re: [O] [PATCH 3/3] Fix incorrect defcustom type.

2011-04-29 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: * lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): Fix incorrect defcustom type. --- lisp/org-bibtex.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b3d151c..8070755

[O] [PATCH] More options in use of headlines as substitute for title field

2011-04-30 Thread Matt Lundin
consolidates the three patches for org-bibtex I sent last night. Please delete those patches from the patchwork server. Thanks! Matt lisp/org-bibtex.el | 14 -- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index f4614fb..8070755

[O] [PATCH] org-get-tags-at: exclude filetags when local is t

2011-04-30 Thread Matt Lundin
* lisp/org.el (org-get-tags-at): Don't include filetags if local is t. The function org-get-tags-at and the functions that called it were including inherited file tags even if the user requested only local tags. This patch fixes the behavior. --- lisp/org.el |4 +++- 1 files changed, 3

Re: [O] [PATCH][ANN] org-html/org-odt

2011-05-01 Thread Matt Lundin
. The warning about MathJax seemed a bit dire: MathJax not supported. Falling back to dvipng I assume this means that the odt exporter does not support MathJax. The way it is currently worded might make the user think that his/her system is lacking something. Best, Matt Debugger entered--Lisp error

Re: [O] [PATCH][ANN] org-html/org-odt

2011-05-01 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: [...] I am not sure if (and when) my changes would get formally integrated. I can commit non-trivial effort cycles for bug fixing integration for maybe next 3 weeks. Further down the road

[O] [PATCH 1/4] Implement bibtex keywords field - org-mode tags

2011-05-01 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-tags): New variable (org-bibtex-tags-are-keywords): New variable (org-bibtex-no-export-tags): New variable (org-bibtex-headline): Export tags as comma-separated bibtex keywords (org-bibtex-read): Import bibtex keywords field as tags Bibtex users often

[O] [PATCH 2/4] Warn if duplicate ID is created

2011-05-01 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-key-property): When storing key in ID, warn if a duplicate ID is generated. --- lisp/org-bibtex.el | 18 +- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index f54a6bf..cf7fc49 100644

[O] [PATCH 5/6] Do not export TYPE property as field when allowing arbitrary fields

2011-05-01 Thread Matt Lundin
* lisp/org-bibtex.el (org-bibtex-headline): Don't export TYPE property as field --- lisp/org-bibtex.el | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index cf7fc49..513519b 100644 --- a/lisp/org-bibtex.el +++

[O] [PATCH 4/4] Add helper functions to org-bibtex

2011-05-01 Thread Matt Lundin
* lisp/org-bibtex.el: (org-bibtex-search): New function. (org-bibtex-export-to-kill-ring): New function. Export to kill ring. (org-bibtex-create-in-current-entry): New function (org-bibtex-create): Make it easier to add bib fields to an existing headline

Re: [O] [PATCH 3/4] Do not export TYPE property as field when allowing arbitrary fields

2011-05-01 Thread Matt Lundin
The subject should be patch 3/4 - sorry. Matt Lundin m...@imapmail.org writes: * lisp/org-bibtex.el (org-bibtex-headline): Don't export TYPE property as field --- lisp/org-bibtex.el | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/org-bibtex.el b

Re: [O] headings with begin/end markers

2011-05-02 Thread Matt Lundin
but couldn't find anything that looked like what I was talking about, probably because I'm not describing it in the right terms. I just added an FAQ about this. It contains several links to discussions about closing sections: http://orgmode.org/worg/org-faq.html#closing-outline-sections HTH, Matt

Re: [O] org-agenda-log-mode doesn't list past scheduled items if org-agenda-skip-scheduled-if-done is t

2011-05-02 Thread Matt Lundin
- also displays DONE items, which is a bug I cannot reproduce this. What version of org-mode are you using? - Matt

Re: [O] org-agenda-log-mode doesn't list past scheduled items if org-agenda-skip-scheduled-if-done is t

2011-05-02 Thread Matt Lundin
Antoine Levitt antoine.lev...@gmail.com writes: 02/05/11 17:22, Matt Lundin Antoine Levitt antoine.lev...@gmail.com writes: [...] Alright, so I did that, and I seem to have encountered an org-mode bug. Put this in .emacs (setq org-agenda-skip-scheduled-if-done t org-agenda-custom

Re: [O] [PATCH 4/4] Add helper functions to org-bibtex

2011-05-02 Thread Matt Lundin
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Hi Matt, Thanks for these patches, they all look great. Thanks for applying them. I'm really excited about this new functionality; it's exactly what I had been looking for. Thanks for implementing it in the first place! I've just

Re: [O] [agenda] %% questions

2011-05-03 Thread Matt Lundin
what that might be off the top of my head. Perhaps Carsten would know the reason... Best, Matt * item 1: shown SCHEDULED: %%(diary-float t 2 1) 12:00 * item 2: not shown %%(diary-float t 2 1) 12:00 * item 3: shown %%(diary-float t 2 1) * item 4: not shown %%(diary-anniversary 04 05

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
uniquifies the links. I've attached a patch. The bigger question, however, is why the expression above is even showing up in the agenda, since it contains no scheduling information. :) Best, Matt From 58c7621c0c84b9c1930098a098e4559aa516eec0 Mon Sep 17 00:00:00 2001 From: Matt Lundin m

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
charles.seb...@lcms.org (Sebold, Charles) writes: On 3 May 2011, Matt Lundin wrote: The bigger question, however, is why the expression above is even showing up in the agenda, since it contains no scheduling information. :) Hm. I didn't think about whether anybody else could see it, come

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: I should clarify. I, too, can see the link in the agenda. I had been under the impression that only diary sexps will appear in the agenda, but it seems that a generic sexp that returns a string will also show up

Re: [O] how to bind something to PrtScr

2011-05-04 Thread Matt Lundin
Piter_ x.pi...@gmail.com writes: I want to bind image inserting function to Ctrl-PrtScr, but cant figure out what is the name of this button in emacs. Typing C-h k and the button in question should give you the name. On my system, the name is print. Best, Matt

Re: [O] Collapse LaTeX source before start of main document?

2011-05-04 Thread Matt Lundin
---8--- Best, Matt

Re: [O] Collapse LaTeX source before start of main document?

2011-05-04 Thread Matt Lundin
Text in point two. 2 Point three Text in point three. Date: 2011-05-04 18:22:09 EDT Author: Matt Lundin Org version 7.5 with Emacs version 24 Validate XHTML 1.0 --8---cut here---end---8--- Best, Matt

Re: [O] worg/org-contrib list items are missing

2011-05-04 Thread Matt Lundin
it is related to the patch below. Best, Matt 49e6bc899758114d6d29e69a8f9e40798d26782b is the first bad commit commit 49e6bc899758114d6d29e69a8f9e40798d26782b Author: Ethan Ligon li...@are.berkeley.edu Date: Sat Apr 9 18:39:35 2011 +0200 Fix for html docbook export of description list items

[O] [semi-OT] issue trackers?

2011-05-05 Thread Matt Price
and emails of people we need to ask for help or information. It wasn't immediately apparent to me that privacy fetures like that exist on google code. Anyway, thanks! Matt

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-06 Thread Matt Lundin
the opportunity to select the the %%(...) generated link. Best, Matt From: Bert Burgemeister tre...@googlemail.com Subject: [O] [PATCH] Bugfix: org-agenda-open-link Newsgroups: gmane.emacs.orgmode To: emacs-orgmode@gnu.org Date: Sun, 13 Mar 2011 16:18:44 +0100 * Org-agenda.el (org-agenda

Re: [O] Collapse LaTeX source before start of main document?

2011-05-06 Thread Matt Lundin
Chris Malone chris.m.mal...@gmail.com writes: @Matt: I can get your example to work fine for html export, but not LaTeX export where the entire contents of the headline are removed as well. =org-version=: 7.5 (release_7.5.105.g8d0c) if that makes any difference. Hmm... I have no idea why

Re: [O] Any way to identify a DEADLINE or SCHEDULED item via org-agenda-prefix-format?

2011-05-06 Thread Matt Lundin
the display of scheduled and deadline information with org-agenda-scheduled-leaders and org-agenda-deadline-leaders, but I believe this only applies to the agenda view. Best, Matt

Re: [O] 'wrong-type-argument stringp nil' when exporting (reftex/orgmode)

2011-05-07 Thread Matt Lundin
buffer; this fails because there is no file associated with the buffer. Best, Matt

Re: [O] turn headline(s) into plain list?

2011-05-07 Thread Matt Lundin
-lists-to-headlines Best, Matt

Re: [O] turn headline(s) into plain list?

2011-05-07 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: Gary Oberbrunner ga...@oberbrunner.com writes: Is there any way to turn a headline (and its subtree) into a plain list (and nested list items)? Or better yet, turn all level N and below headlines into plain lists at the corresponding level

Re: [O] Referencing a footnote (LaTeX export)

2011-05-07 Thread Matt Lundin
congue (see footnote \ref{firstfootnote}). [fn:1] My first footnote.\label{firstfootnote} --8---cut here---end---8--- Best, Matt

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread Matt Lundin
for me. You could also use this: (global-set-key (kbd C-c C-r) 'org-resolve-clocks) Best, Matt

Re: [O] starting a clock when not in org-mode

2011-05-13 Thread Matt Lundin
. - clocked into a headline - clocked out - switched buffer to *scratch* (I tried it a second time with a TeX buffer, which also worked) - typed C-u M-x org-clock-in - selected 1 (the most recent task) Org successfully clocked into the task in the background. Best, Matt

Re: [O] [dev] footnotes improvements

2011-05-14 Thread Matt Lundin
-8--- p class=footnotesupa class=footnum name=fn.2 href=#fnr.22/a/sup A footnote with a LaTeX citation.\citesupa class=footref name=fnr.25 href=#fn.2525/a/sup{bookid} /p --8---cut here---end---8--- Thanks for considering these issues. Best, Matt

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-15 Thread Matt Lundin
), whereas now one must call (bbdb-split separator string). Is there a compelling reason to change this order in the new bbdb? Best, Matt

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Roland Winkler wink...@gnu.org writes: On Sun May 15 2011 Matt Lundin wrote: I'd be happy to take this on. AFAICT, there are three functions in org-bbdb that no longer exist in bbdb v3. bbdb-name bbdb-company bbdb-record-getprop The first two can easily be defaliased to bbdb-search

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Leo sdl@gmail.com writes: On 2011-05-16 00:58 +0800, Matt Lundin wrote: I'd be happy to take this on. AFAICT, there are three functions in org-bbdb that no longer exist in bbdb v3. If you want you can build on top of my version. The anniversaries is still broken since I don't use BBDB

Re: [O] Query for tags, and bring results into headline?

2011-05-16 Thread Matt Lundin
on the following #+begin: insert-links :match questions #+end: This would still need to be refined, as there are problems when a headline contains a link, but it's meant to provide a quick proof of concept. Best, Matt

Re: [O] Query for tags, and bring results into headline?

2011-05-16 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: You could then create a dblock by typing C-c C-c on the following #+begin: insert-links :match questions #+end: Correction: this should be: --8---cut here---start-8--- #+begin: insert-links :match questions #+end: --8

Re: [O] print booklet from orgmode

2011-05-16 Thread Matt Lundin
/gmane.emacs.orgmode/3910 Best, Matt

Re: [O] Confused about org-log-into-drawer

2011-05-16 Thread Matt Lundin
for the behavior and the changes that would be necessary to turn those timestamps into properties. http://permalink.gmane.org/gmane.emacs.orgmode/40872 Best, Matt

Re: [O] Query for tags, and bring results into headline?

2011-05-18 Thread Matt Lundin
Nathan Neff nathan.n...@gmail.com writes: Thanks Matt! If it's not too much trouble for you, may I ask how I would filter out DONE, etc questions? Sure, no problem at all! #+begin: insert-links :match questions/-DONE Or, if you want to filter out all inactive todos: #+begin: insert

Re: [O] multiple modes in single buffer?

2011-05-20 Thread Matt Lundin
-fontify-natively and org-src-tab-acts-natively might be of particular interest. Best, Matt

Re: [O] Performance problem

2011-05-23 Thread Matt Lundin
don't blame org-mode for that behaviour, but maybe someone of you has observed such behaviour, too? Any hints on debugging? M-x elp-instrument-package org [RET] M-x org-agenda-list M-x elp-results Best, Matt Building the agenda results in more than 60k stat syscalls. Mostly /etc/localtime

[O] pinpoint presentation software?

2011-05-23 Thread Matt Price
! Matt

Re: [O] Repeating Task Exception

2011-05-23 Thread Matt Lundin
-mode) was created to scenarios like the one above: http://orgmode.org/worg/org-faq.html#org-diary-class HTH, Matt

Re: [O] Performance problem

2011-05-24 Thread Matt Lundin
Michael Welle mwe012...@gmx.net writes: Matt Lundin m...@imapmail.org writes: Michael Welle mwe012...@gmx.net writes: I use Emacs 23.2.1 and org-mode 7.5. After some time, usually after a few days of 'uptime', building an agenda becomes very slw. Is this the standard agenda

[O] Problem with make and autoloads

2011-05-26 Thread Matt Lundin
to ensure that no local changes to the Makefile are involved. Note: I am using a recent version of bzr emacs, but the problem also occurred when compiling org-mode with emacs 23.2. Thanks, Matt

Re: [O] Problem with make and autoloads

2011-06-01 Thread Matt Lundin
Achim Gratz strom...@nexgo.de writes: Matt Lundin m...@imapmail.org writes: The autoloads in org-install all have lisp/ prepended to the file name. What is prefix and lispdir set to in the Makefile? They are the default values (i.e., I have not changed anything). --8---cut

Re: [O] line breaks disappear between tags and properties

2011-06-01 Thread Matt Lundin
/AquamacsHelp/node12.html Is it possible one of these is altering your org files? Best, Matt

Re: [O] Academic Reference Workflows and recommendation of Bibdesk

2011-06-04 Thread Matt Lundin
. Maybe we could also use the *.org as a database file and develop a framework to have our entries displayed in more intuitive way, maybe by using smart group, tag(keywords). Would a sparse tree or tags view suffice here, or do you have something else in mind? Best, Matt

Re: [O] execute function when TAB expands a headline

2011-06-08 Thread Matt Lundin
the examples, I would like to highlight the headword, as it appears in the examples. I believe hi-lock mode etc. could do the trick, but I am stuck at how to hook into the TAB execution, so that I can call my code. Any hints very much appreciated! I believe you could use org-cycle-hook. Best, Matt

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-06-13 Thread Matt Lundin
Philipp Haselwarter philipp.haselwar...@gmx.de writes: On 2011-05-16 14:08 UT, Matt Lundin m...@imapmail.org wrote: ML I have anniversaries working in my own setup, so between the two ML sets of modifications, I should be able to provide a full set of ML fixes.More soon... Would you mind

[O] org-odt/org-export errors/paths

2011-07-07 Thread Matt Price
path, because when I first tried to enable org-odt, evaluation of org-odt.el failed with a void-variable error which I fixed by manually loading org-exp.el. Here are what I believe to be the relevant parts of my org setup: ;; get current docs (setq Info-default-directory-list (cons /home/matt/src

Re: [O] org-odt/org-export errors/paths

2011-07-07 Thread Matt Price
Hi Jambunathan, I tried emacs -Q -L /home/matt/src/org-mode/lisp -L /home/matt/src/org-mode/contrib/lisp/ but the exporter still isn't working for me. The debug log is attached -- I wanted to leave the escaped characters intact. C-h v shows that org-export-backends is in fact defined: org

Re: [O] org-odt/org-export errors/paths

2011-07-07 Thread Matt Price
On Thu, Jul 7, 2011 at 4:46 PM, Nick Dokos nicholas.do...@hp.com wrote: Matt Price mopto...@gmail.com wrote: The fault seems to be with org-footnote, not with org-odt, but it's hard to see where things go wrong because you've loaded compiled code for that. Can you try again with uncompiled

Re: [O] org-odt and bibliography

2011-07-07 Thread Matt Price
On Thu, Jul 7, 2011 at 7:27 PM, Henri-Paul Indiogine hindiog...@gmail.comwrote: Hi Torsten! 2011/7/7 Torsten Anders torsten.and...@beds.ac.uk: For bibliographies in MS Word and/or OpenOffice you may wan to check out Zotero (http://www.zotero.org/) and its extensions for these platforms.

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-25 Thread Matt Lundin
Hi Bastien, Matt Lundin m...@imapmail.org writes: Bastien b...@gnu.org writes: Hi Matt and all, thanks a lot for the detailed investigation -- I revisited the related problems and applied a fix. Please let me know if you encoutner some glitches. Seems to work fine now. Thanks

[O] Zotero: import HTML -- org syntax?

2014-03-28 Thread Matt Price
function that I just don't know about? (2) is anyone actually using Zotero for citations in org? or have people mostly given up and gone over to Bibtex instead? Thanks very much, Matt

[O] open in browser after html export?

2014-04-10 Thread Matt Price
-- but what variable should it be? I have checked that browse-url and browse-url-firefox both work well on in-text url's. Anyone know how org decides how to open an html file? thanks, Matt

[O] possible bug in ox-odt.el?

2014-05-25 Thread Matt Price
-directory load-file-name) with a string like: /home/matt/src/org-mode/lisp/ox-odt.el fixes the problem for me, but that doesn't seem like a very robust solution. I don't understand emacs internals very well, but is this possibly a bug in ox-odt.el, or more likely something in my own (poorly

Re: [O] How to never have the Footnote heading generated?

2014-06-21 Thread Matt Lundin
call org-footnote-action, simply press return for an anonymous (i.e., inline) footnote. - The footnote looks like this.[fn:: Like this one] Best, Matt

Re: [O] How to never have the Footnote heading generated?

2014-06-22 Thread Matt Lundin
definitions (if they exist) will be placed in the same section as the footnote reference. Or do you mean the label for Footnotes in, say, html export? If so, I believe you can configure the variable org-html-footnotes-section. Best, Matt

[O] [Bug] element cache problem with repeating timestamps

2014-06-22 Thread Matt Lundin
/) - GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2014-06-11 on var-lib-archbuild-staging-x86_64-jgc Thanks, Matt

Re: [O] [Bug] element cache problem with repeating timestamps

2014-06-23 Thread Matt Lundin
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Matt Lundin m...@imapmail.org writes: A recent git pull broke logging with repeating todos. I'm guessing this has something to do with one of the recent changes to the org element cache, since setting org-element-use-cache to nil

Re: [O] Latest Speed Keys D and U behavior

2014-06-23 Thread Matt Lundin
: ...into... :LOGBOOK: * TODO Headline CLOCK: [2014-06-23 Mon 09:34]--[2014-06-23 Mon 09:35] = 0:01 :END: ...does not make much sense. Below is a patch to fix it. Best, Matt From faf34bdedcae517e68c50ae9a77ee8086588dfe3 Mon Sep 17 00:00:00 2001 From: Matt Lundin m...@imapmail.org Date: Mon, 23 Jun 2014 09:17

Re: [O] org-ref in action

2014-06-24 Thread Matt Lundin
, if it looks interesting, and let me know if you find any bugs! This looks interesting. Thanks for the work you put into it! I look forward to trying it out. Matt

Re: [O] still seeing semi-regular lockups

2014-06-24 Thread Matt Lundin
to replicate reliably. When they happen, emacs is unresponsive and can only be killed from the outside. Any tips on how to debug this would be greatly appreciated. Matt

Re: [O] still seeing semi-regular lockups

2014-06-24 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: None of those three, I'm afraid! It was hanging on a variety of editing operations that, as far

Re: [O] still seeing semi-regular lockups

2014-06-25 Thread Matt Lundin
Daimrod daim...@gmail.com writes: Matt Lundin m...@imapmail.org writes: The freezes are very difficult to replicate reliably. When they happen, emacs is unresponsive and can only be killed from the outside. Any tips on how to debug this would be greatly appreciated. See my previous post

Re: [O] org-ref in action

2014-06-25 Thread Matt Lundin
bibtex functionality. https://vimeo.com/99167082 Thanks! Over the years, I've particularly appreciated the way org-bibtex.el makes it easy to keep bib data together with notes/todos. Both org-bibtex-read and org-bibtex-yank have become indispensable to my own workflow. Best, Matt

Re: [O] still seeing semi-regular lockups

2014-06-25 Thread Matt Lundin
Daimrod daim...@gmail.com writes: Matt Lundin m...@imapmail.org writes: With the latest git, I've experienced three lock-ups/freezes this evening when a) archiving a subtree to a file, b) changing a todo state with repeating timestamp, and 3) calling C-c C-c in an org-capture buffer. (I

Re: [O] still seeing semi-regular lockups

2014-06-25 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: With killall -USR2 emacs, the following backtrace popped up, which highlights flyspell as the culrpit. ~~~ And, of course, I had flyspell turned off when writing this email. :) Matt

Re: [O] org-ref in action

2014-06-26 Thread Matt Lundin
should not assume that users will export via bibtex/bibtex2html rather than, say, biber/biblatex or pandoc (which now has a powerful, format-agnostic citation filter).[1] Best, Matt Footnotes: [1] http://johnmacfarlane.net/pandoc/demo/example19/Citations.html

Re: [O] org-ref in action

2014-06-26 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: John Kitchin jkitc...@andrew.cmu.edu writes: Some features could be merged, but there is an important difference in that org-ref uses bibtex as the backend database, and reftex for searching, and org-bibtex uses org-mode headings as the backend database

Re: [O] org-ref in action

2014-06-26 Thread Matt Lundin
Grant Rettke g...@wisdomandwonder.com writes: On Thu, Jun 26, 2014 at 9:08 AM, Matt Lundin m...@imapmail.org wrote: I think the key in any possible feature merge is to remember citation management is idiosyncratic. Off topic: How do people choose today? Why choose bibtex over biblatex

Re: [O] org-ref in action

2014-06-26 Thread Matt Lundin
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-06-26 16:39, Matt Lundin m...@imapmail.org writes: By contrast, ox-bibtex.el runs citations through bibtex2html, which is pretty much limited to the old-fashioned bibtex formats. What would be required for bibtex2html to take

Re: [O] refile affects kill ring

2014-06-26 Thread Matt Lundin
and it invokes org-copy-subtree and org-paste-subtree. Best, Matt

Re: [O] [FeatReq] New option for `org-entry-properties' WHICH argument?

2014-06-26 Thread Matt Lundin
properties (e.g., LAST_REPEAT). Matt

Re: [O] org-ref in action

2014-06-27 Thread Matt Lundin
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-06-26 20:44, Matt Lundin m...@imapmail.org writes: I don't think this is possible without some major hacking/conversion/filtering. Biblatex has many more entry types and fields than bibtex. I've found that most of the older bibtex

Re: [O] org-ref in action

2014-06-27 Thread Matt Lundin
Matt Lundin m...@imapmail.org writes: Alan Schmitt alan.schm...@polytechnique.org writes: You are right. I see that one can specify a style file for parsing bib files and biblatex does supply a biblatex.bst, e.g., bibtex2html -s biblatex However, this still produces errors (and a blank

Re: [O] still seeing semi-regular lockups

2014-07-18 Thread Matt Lundin
in a file. Hope this will help. Just an update. I haven't been bitten by this deadly problem for awhile, highly likely that it had been fixed. Thanks a lot. FWIW, I'm still getting regular lockups with the cache. I'll dig into it further when I have time. Matt

Re: [O] Infinite loop with org-log-done 'time?

2014-07-18 Thread Matt Lundin
-cache to nil --- otherwise I experience 2 to 3 lockups per hour. The problem completely disappears with the cache off. Alas, the baroque complexity of my .emacs and the size of my org files make it difficult to discover the precise cause. I'll see if I can provide an ECM. Matt

[O] Possible to use src block to generate org headlines for export?

2014-07-22 Thread Matt Lundin
to generate org headlines for export? Or is there an easy way to get the export backend to delete the opening part of the drawer (i.e., :RESULTS:)? Any advice would be greatly appreciated. Thanks, Matt

<    1   2   3   4   5   6   7   8   9   10   >