Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Richard Lawrence
Rasmus ras...@gmx.us writes: BTW: Org has an almost-agnostic format for storing citation data via org-bibtex.el. So perhaps it's easier to go from whatever to org-bibtex-format and from there to ox-backend-format. I think that's how pandoc does it as well. Well, that would certainly suit

Re: [O] Is it possible to use org-babel to deal with bibtex?

2014-12-15 Thread Richard Lawrence
Hi Feng, Feng Shu tuma...@gmail.com writes: I want to deal with my bibtex like this, is it possible? I'm not entirely sure what you're asking to do here. Your example looks like you want to store bibliography information in Org, and generate citations using Org syntax. This is possible,

Re: [O] How do I set a class for a paragraph in HTML export?

2014-12-01 Thread Richard Lawrence
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: I'd like to get something like this: p class=myclassHello world/p What should I write in the Org file? Looking at org-html-paragraph, I'm afraid that it's currently impossible. This works for me: --

Re: [O] Wrapping sections in html not possible

2014-11-29 Thread Richard Lawrence
Hi Henry, Henry Hirsch he...@w3-net.de writes: So how can org mode support wrapping sections in html? Especially for more complex cases where a section or multiple sections will be wrapped in multiple divs. You can do this with an export filter or filters. See the Advanced Configuration

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Hi Jake, Jacob Gerlach jacobgerl...@gmail.com writes: I'm starting writing my thesis, for which I hope to remain in org-mode rather than regular LaTeX. Others have already given you good advice, but since I am also writing my thesis in Org, I thought I would chime in. Like you, I felt a bit

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Also, Richard's post made me realize why I prefer to stay with LaTeX: I know it way better than Elisp (even though I'm making progress), and in case of troubles, I can more easily deal with them in LaTeX (though vertical positioning of things on

Re: [O] Large LaTeX project in single file or using publishing

2014-11-28 Thread Richard Lawrence
Jacob Gerlach jacobgerl...@gmail.com writes: On Fri, Nov 28, 2014 at 12:40 PM, Richard Lawrence richard.lawre...@berkeley.edu wrote: (The big sticking point here for me was making sure I could produce human-readable, stable labels and refs for things like sections. See the variable org

Re: [O] How to view everything DONE today?

2014-11-26 Thread Richard Lawrence
Hi Sascha, Sascha Ziemann cev...@gmail.com writes: I tried to get a list of all items done today. I tried to open the agenda view but is does not show anything. What is the right command to see the items done today? If you use logging, one way to do this is to press l in the agenda, to turn

Re: [O] Custom export backend based on HTML: how to implement own blocks?

2014-11-23 Thread Richard Lawrence
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: 1. How can I know (in org-html-underline, for instance) whether I am in a MYBLOCK or not? I don't know whether this is the best approach, but given an element, you can walk up its parents in the parse tree until you either reach a

Re: [O] Bug: Agenda filtering by DEADLINE, SCHEDULED broken [8.3beta (release_8.3beta-575-g1dfa77 @ /home/rwl/src/org-mode/lisp/)]

2014-11-18 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: This should be fixed. Thank you for reporting it. I confirm that it is fixed. Thanks so much! -- Best, Richard OpenPGP Key ID: CF6FA646 Fingerprint: 9969 43E1 CF6F A646 (See http://www.ocf.berkeley.edu/~rwl/encryption.html for

Re: [O] How to get remember working properly?

2014-11-18 Thread Richard Lawrence
Hi Sharon, Sharon Kimble boudic...@skimble.plus.com writes: #+BEGIN_SRC emacs-lisp (setq org-remember-templates '((Todo ?t * TODO %^{Brief Description} %^g\n%?\nAdded: %U ~/.emacs.d/org/remember.org Tasks) (Journal ?j ** %^{Head Line} %U %^g\n%i%? ~/.emacs.d/org/journal.org)

[O] Bug: Agenda filtering by DEADLINE, SCHEDULED broken [8.3beta (release_8.3beta-575-g1dfa77 @ /home/rwl/src/org-mode/lisp/)]

2014-11-17 Thread Richard Lawrence
) org-from-is-user-regexp \\Richard Lawrence\\ org-ascii-format-drawer-function '(lambda (name contents width) contents) org-mobile-directory /media/nexus/mobileorg org-latex-pdf-process '(pdflatex -interaction nonstopmode -output-directory=%o %f BIBINPUTS=%o:$BIBINPUTS

Re: [O] math in parentheses

2014-10-28 Thread Richard Lawrence
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I encounter a problem using $..$ expressions when they are enclosed in parentheses. This $T$ works, but ($T$) this does not. Is that expected behaviour? (Note that \(...\) expressions work.) Yes, that is the expected

Re: [O] Help exporting to-do list as LaTeX/PDF

2014-10-04 Thread Richard Lawrence
Hi Andreas, Andreas Yankopolus andr...@yank.to writes: ... kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 ecbx1200 kpathsea: Running mktexfmt mf.base mktexpk: Mismatched mode ljfour and resolution 600; ignoring mode. mktexpk: Running mf-nowin -progname=mf

Re: [O] Enforcing newlines in plain text export

2014-09-27 Thread Richard Lawrence
Hi Kaushal, Kaushal kaushal.m...@gmail.com writes: I am requesting a consistent solution. If // at the end of a line inserts newline when exporting in all formats, then it should do the same when used in between a line too for ALL export formats. Example: #+TITLE: Line one // Line two

[O] Fwd: Enforcing newlines in plain text export

2014-09-26 Thread Richard Lawrence
Hi Kaushal, I am forwarding your message to the Org mode list; you only sent it to me and Nicolas... Kaushal kaushal.m...@gmail.com writes: I came across https://lists.gnu.org/archive/html/emacs-orgmode/2014-09/msg00466.html through this emacs SE page:

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Richard Lawrence
Kaushal kaushal.m...@gmail.com writes: Interesting thing is that `\\` work fine at the end of the lines. Yes, this is the behavior documented in the manual. I need to force line breaks in cases like these - For example, to execute the =example_1= test and run in the {{{NEWLINE}}}

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-19 Thread Richard Lawrence
Hi Joseph, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: Great thanks for your answering my two questions, especially sharing your experience for cross-referencing in LaTeX export. Though your suggestion for cross-referencing is an excellent workaround, I wonder whether there is

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Richard Lawrence
Hi Joseph, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: I just found out that, if I close Emacs and relaunch it, all variables for filter (i.e., 'org-export-filter-*') are not defined. As a result, the following elisp codes for the workaround based on both your suggestion and the

Re: [O] Changed behaviours of LaTeX exporter in version 8.0+

2014-09-18 Thread Richard Lawrence
Hi Joseph, Kyeong Soo (Joseph) Kim kyeongsoo@gmail.com writes: Sorry for asking another question; this time it is for the cross-referencing in LaTeX export, which existed before (e.g., Sec. 16 of manual for 8.0) but is gone now. ... Now with 8.2.7c and the following org internal link to

[O] Bug? Or new behavior? Paragraphs in HTML

2014-09-06 Thread Richard Lawrence
Hi everyone, After updating this morning, I notice that when #+BEGIN_SRC org * My headline Some text here. #+END_SRC is exported to HTML, the paragraph below the headline is no longer wrapped in a paragraph tag: #+BEGIN_SRC html h2 id=sec-1span class=section-number-21/span My headline/h2 div

Re: [O] capture template, filename

2014-09-05 Thread Richard Lawrence
Hi Michael, Michael Welle mwe012...@gmx.net writes: I have a capture template like this: (j Journal plain (file (capture-report-data-file ~/org)) %^{Heading}\n#tags %^{Tags}\nmeta-creation_date: %(format-time-string \%m/%d/%Y %H:%M:%S\)\n\n%?) In capture-report-data-file I want

Re: [O] Custom formatting during export

2014-09-03 Thread Richard Lawrence
Hi Gabe, Gabe Becker becker.g...@gene.com writes: * section title Here is some text, but I want [specialthing: this bit here] to be formatted differently than [newanddifferent: this other big over here]. Where I would have defined specific custom formatting rules for specialthing and

Re: [O] Getting lots of Emacs crashes

2014-09-02 Thread Richard Lawrence
Hi Noah, Noah Slater nsla...@apache.org writes: I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? What version of Org are you using? What happens when Emacs crashes? Best, Richard

[O] Bug?/performance issue in org-icalendar-export-current-agenda

2014-08-26 Thread Richard Lawrence
Hi all, I pulled from master recently (for the first time since the spring), and since the update, I have noticed a performance/lockup issue. The problem occurs when exporting an agenda view to iCalendar format. My Emacs version is 23.4.1 and my Org version is 8.3beta (I am currently on commit

Re: [O] Bug?/performance issue in org-icalendar-export-current-agenda

2014-08-26 Thread Richard Lawrence
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Interestingly, I introduced a patch that should speed up this function yesterday. You may want to update Org (the patch landed after 767895) and try again. Indeed! I just pulled again and the problem is gone. The export runs much more

[O] [PATCH] ox-latex: fix lost export option latex-custom-id-labels

2014-08-20 Thread Richard Lawrence
is a patch to re-introduce it. Thanks! Best, Richard From 0b351bfc2e494bb010a4c27768a5ccd2ae846367 Mon Sep 17 00:00:00 2001 From: Richard Lawrence richard.lawre...@berkeley.edu Date: Wed, 20 Aug 2014 16:55:50 -0700 Subject: [PATCH] ox-latex: fix lost export option * lisp/ox-latex.el (latex

Re: [O] How to programmatically use/edit data provided on capture

2014-08-03 Thread Richard Lawrence
Hi Marcin, Marcin Antczak marcin.antc...@neutrico-themes.pl writes: I got capture template with prompts to collect some properties: #+BEGIN_SRC * TODO %\1 / Some task description :PROPERTIES: :NAME: %^{NAME} :END: #+END_SRC My question is: How to get information on user input

Re: [O] Automatically Increasing Priority

2014-06-25 Thread Richard Lawrence
Hi Esben, Esben Stien b...@esben-stien.name writes: Does there exist such a concept of automatically increasing priority after a while? I'm not aware of any way of automatically changing the priority of a headline, though if you really need this, it looks like it would be fairly simple to do

Re: [O] Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-24 Thread Richard Lawrence
Hi Xebar, Xebar Saram zelt...@gmail.com writes: i mainly used git over the last 6 months but that forces me to pull/commit/push manually each time i add something to either machine and that is really annoying. plus i get merge conflicts all the time I have tried dropbox at the past but

Re: [O] Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-24 Thread Richard Lawrence
Martin Schöön martin.sch...@gmail.com writes: What if, as is the case for me, work computer runs Win7 and home computer runs Linux? Now I use a manual 'system' which shouldn't be necessary, I think. Well, I don't run Windows on any of my systems, so someone else probably has better advice

Re: [O] Enumeration within environment block

2014-05-18 Thread Richard Lawrence
Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: The problem is that the enumeration number gets lost either in the =enumerate= env. in LaTeX or the =ol= tags in html and thus question restart to number 1 every time I have a BEGIN_QUESTION/END_QUESTION block. Is there a way to

Re: [O] Managing bibtex database using org-mode?

2014-05-08 Thread Richard Lawrence
Hi Vikas and all, Vikas Rawal vikasli...@agrarianresearch.org writes: I manage my whole bibtex database on org. It makes my workflow more integrated. It allows me to keep bib info, todo states and notes all in the same place, and it allows me to access it all through the agenda. I just

Re: [O] State of the art in citations

2014-04-29 Thread Richard Lawrence
Hi Vikas, Vikas Rawal Lists vikasli...@agrarianresearch.org writes: On 26-Apr-2014, at 6:56 pm, Clément B. clem...@inventati.org wrote: Hi all, - Should I use biblatex instead of bibtex? You should. It is very powerful and straightforward. The manual is great. Is the choice so

Re: [O] minted in Org 8.6

2014-04-29 Thread Richard Lawrence
Hi Ken, Ken Mankoff mank...@gmail.com writes: #+begin_src emacs-lisp ;; minted latex export (setq org-export-latex-listings 'minted org-export-latex-minted-options '((frame lines) (fontsize \\scriptsize) (linenos ))) #+end_src If I test this with emacs -Q,

Re: [O] Is OrgMode really GTD compliant?

2014-04-27 Thread Richard Lawrence
Hi Rene, Rene jl...@yahoo.com 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

Re: [O] using org-refile to sort research notes?

2014-04-27 Thread Richard Lawrence
Hi Jay, Jay Dixit di...@aya.yale.edu 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

Re: [O] State of the art in citations

2014-04-27 Thread Richard Lawrence
Hi Clément and all, Clément B. clem...@autistici.org 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

Re: [O] latex export of \ce question

2014-04-21 Thread Richard Lawrence
Hi John, John Kitchin jkitc...@andrew.cmu.edu writes: If I have this in an org file: \ce{ABO_3} \ce{ABO_{3-\delta}} this exports as \ce{ABO_3} \ce\{ABO$_{\text{3-}\delta}$\} The first one is fine, but the second one is not. The nested {} seems to mess it up. Is there a way to get

Re: [O] [RFC] Org Minor Mode?

2014-04-11 Thread Richard Lawrence
Hi Thorsten, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: What do you think - is there any chance that Org-mode switches from static hardcoded regexp strings (all over the place) to dynamic regexps calculated at runtime

Re: [O] Biblatex and Org

2014-04-07 Thread Richard Lawrence
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: I think you'll be fine with org-bibtex and biblatex. Richard Lawrence richard.lawre...@berkeley.edu writes: So it looks like switching to biblatex is just a matter of changing my compilation process and the bibliography commands in my

Re: [O] [OT] Don't use BibTeX!

2014-04-06 Thread Richard Lawrence
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2014-04-05, o godz. 09:46:39 Richard Lawrence richard.lawre...@berkeley.edu napisał(a): I have sometimes run into problems (mostly with BibTeX) when the Sorry for being off-topic, but I can't resist: *please* *don't* *use* *BibTeX

Re: [O] Kill ring contains non-killed output after an export

2014-04-06 Thread Richard Lawrence
Konstantin Kliakhandler ko...@slumpy.org writes: Richard Lawrence richard.lawre...@berkeley.edu writes: The behavior you are seeing is as expected, though I agree that this behavior is usually not all that useful. See the variable org-export-copy-to-kill-ring if you want to turn it off

[O] Biblatex and Org [was: [OT] Don't use BibTeX!]

2014-04-06 Thread Richard Lawrence
Hi Thomas, Thomas S. Dye t...@tsdye.com writes: If you're just starting out, I encourage you to use biblatex. It will take a few minutes to make the switch and then you won't have to think about it. A biblatex site you find googling should tell you what you need to know. Well, that's the

Re: [O] Images not showing up in PDF output

2014-04-05 Thread Richard Lawrence
Hi Mark, On Saturday, 5 Apr 2014 at 05:59, Mark S. wrote: Hello, I was able to export a subtree as PDF, but the images don't show up. The images do export in HTML, and I can see that there is LaTeX code for it. It looks like this:

Re: [O] How to simply move footnotes from one org document to another?

2014-04-05 Thread Richard Lawrence
Hi Grant, Grant Rettke g...@wisdomandwonder.com writes: Goal: Easily copy and paste sections of text along with footnote references into the new document, and in doing so, add the contents of the previous document to the new document, and let org deal with the new footnote names. As I

Re: [O] Kill ring contains non-killed output after an export

2014-04-05 Thread Richard Lawrence
Hi Konstantin, Konstantin Kliakhandler ko...@slumpy.org writes: Whenever I export an org file to pdf, subsequently my kill-ring contains the tex code of the intermediate latex stage. ... What I would expect to get: the last thing I killed. The behavior you are seeing is as expected, though

Re: [O] Get counting of items

2014-04-03 Thread Richard Lawrence
Thorsten Jolitz tjol...@gmail.com writes: #+begin_src emacs-lisp (with-current-buffer my.org (eval (append (list '+) (org-map-entries (lambda () (if (eq (org-outline-level) 1) 1 0)) #+end_src Or, slightly more simply: #+begin_src emacs-lisp

Re: [O] Creating changelog with magit

2014-04-03 Thread Richard Lawrence
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: i.e. magit does not detect which files/definitions have changed and already offers the template for all changes of the current diff to HEAD. Am I doing something wrong or is this all there is? As far as I am aware, this is all there

Re: [O] Better way to specify the latex documentclass of an exported file without changing my configuration?

2014-03-26 Thread Richard Lawrence
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: Feng Shu tuma...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I'm collaborating on a paper with some colleagues, and I convinced them to use org-mode. I'm trying to make sure the paper is as

Re: [O] Org release 8.2.5g (minor release from maint)

2014-03-13 Thread Richard Lawrence
Hi Bastien, Bastien b...@gnu.org writes: Any reason why Debian developers are not using 24.3 as the stable version of Emacs? It has been out for now one year. Well, the way that the Debian stable release works is that they ship the latest stable version of a package which is available at the

Re: [O] Exporting to multiple files

2014-03-13 Thread Richard Lawrence
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: I'd like to export an Org-mode file to /multiple/ HTML files. For instance, I might want to convert all first and second level headings to files, and third-level headings to h1, fourth-level ones to h2 inside these files etc. Is that

Re: [O] Org release 8.2.5g (minor release from maint)

2014-03-07 Thread Richard Lawrence
Bastien b...@gnu.org writes: Eric Schulte schulte.e...@gmail.com writes: Great, so should Org-mode require cl-lib and stop supporting the following functions? I guess so. But I'm unclear yet whether this removes compatibility with older Emacsen. I'll check this. I believe it does remove

Re: [O] Org release 8.2.5g (minor release from maint)

2014-03-07 Thread Richard Lawrence
Eric Schulte schulte.e...@gmail.com writes: With cl-lib installable as a library through ELPA, would requiring it as a dependency be acceptable? I suppose Org-mode doesn't currently have any dependencies, so it might not be worth adding one just to remove some redundant functions. Well,

Re: [O] Publish project alist in org-mode 8 - confusing documentation

2014-03-06 Thread Richard Lawrence
Hi Gez, Gez sule...@gmail.com writes: but I don't know where to begin adapting it to the new export framework. For example, I'd be very grateful if someone could translate the following (or something more simple) into org-mode 8 version, so I can start evaluating and playing with it.

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Richard Lawrence
Hi Xavier, Xavier Garrido xavier.garr...@gmail.com writes: I am facing one issue when I am exporting from orgmode to html. I like to write LaTeX code within #+BEGIN_SRC latex ... #+END_SRC block mainly to take benefit/advantage of the syntax highlighting (debugging long LaTeX equations is

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-03 Thread Richard Lawrence
Xavier Garrido xavier.garr...@gmail.com writes: #+BEGIN_SRC latex \begin{align*} x=x\\ y=y \end{align*} #+END_SRC When I export this using the HTML exporter, the LaTeX code is wrapped in a div with class=org-src-container, and the actual code appears

Re: [O] trunc fill modes?

2014-02-28 Thread Richard Lawrence
Peter Davis p...@pfdstudio.com writes: On my MacBook Pro at work, running Aquamacs 3.0a, in Org mode the mode line shows ... Fill I think you want auto-fill-mode. See: https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html Auto-fill-mode is an Emacs minor mode. You can

Re: [O] Any linguists (or other gb4e/linguex users) on this list?

2014-02-24 Thread Richard Lawrence
Aaron Ecay aarone...@gmail.com writes: This looks very interesting. I have created some code that uses tables for glossed examples. So it turns this: #+name: ex:ilurdotz #+header: :gloss yes #+header: :trans You carried me in the car. #+header: :cite /MVAV/ Southern High Navarre,

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-22 Thread Richard Lawrence
Hi Nicolas and all, Thanks for your feedback. I have a couple of questions about your comments: Nicolas Goaziou n.goaz...@gmail.com writes: I think you can remove that it is unique throughout the generated document, as it is already explained in the manual, and not specific to this

Re: [O] Tables with line wrapping?

2014-02-22 Thread Richard Lawrence
Hi Peter, Peter Davis p...@pfdstudio.com writes: I'm using org-mode to prepare a document that will ultimately be exported to PDF. Unfortunately, I need to include a table whose contents will wrap as needed. I've run into this problem before too, but I haven't found a good solution. (Though

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-22 Thread Richard Lawrence
Hi Nicolas and all, OK, I think I've got a patch now that addresses everything you asked for. It is attached. This has been quite a learning experience! Let me know if other changes are necessary. From 07bfc34a48858aa386c0416e592082610c913ef3 Mon Sep 17 00:00:00 2001 From: Richard Lawrence

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-21 Thread Richard Lawrence
Hi Nicolas and all, Here's a new patch that adds a variable org-latex-custom-id-as-label to control whether CUSTOM_ID should be used to generate labels during LaTeX export. Let me know what you think. In particular, I wasn't sure if I should provide more information in the defcustom statement

[O] Any linguists (or other gb4e/linguex users) on this list?

2014-02-21 Thread Richard Lawrence
Hi Org folks, I am wondering if anyone on this list uses the gb4e or linguex packages in LaTeX documents that they export from Org. I have been working on an export backend derived from the LaTeX exporter to allow exporting ordinary Org lists as linguistics examples formatted by one of these two

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-19 Thread Richard Lawrence
Nicolas Goaziou n.goaz...@gmail.com writes: Richard Lawrence richard.lawre...@berkeley.edu writes: Would using a different property---say, LATEX_LABEL---resolve your concerns? This property could be explicitly documented as overriding Org's default labeling, with the value passed down

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-18 Thread Richard Lawrence
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Richard Lawrence richard.lawre...@berkeley.edu writes: It seems to me that if you explicitly specify CUSTOM_ID with the intent of overriding Org's default labeling, you ought to have some idea what can go in a \label, and be prepared

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-16 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Richard Lawrence richard.lawre...@berkeley.edu writes: 1) Sometimes I need to refer to a section from within an embedded LaTeX block. In that case, I need to know the appropriate label to use at the LaTeX level, not just in Org

[O] [patch] Support CUSTOM_ID property in latex export

2014-02-15 Thread Richard Lawrence
From 81115d0884c165778520aa1b4d4fa83580417e1c Mon Sep 17 00:00:00 2001 From: Richard Lawrence richard.lawre...@berkeley.edu Date: Sat, 15 Feb 2014 11:59:44 -0800 Subject: [PATCH] LaTeX export: support CUSTOM_ID property in section labels and link refs * lisp/ox-latex.el (org-latex-headline

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-15 Thread Richard Lawrence
Nicolas Goaziou n.goaz...@gmail.com writes: Richard Lawrence richard.lawre...@berkeley.edu writes: Here is a patch to add support for using CUSTOM_ID properties for labels and refs in the LaTeX exporter. Thank you for the patch. Though, I don't understand why it is needed. I also need

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-22 Thread Richard Lawrence
Hi Eric, On Thu, Nov 21, 2013 at 03:00:00PM -0700, Eric Schulte wrote: Very cool, I think some of these functions could be merged into contrib/lisp/org-bibtex-extras.el to very good effect. Sure! I'd be happy to help out with this. I see you are the author of org-bibtex-extras; feel free

Re: [O] managing articles in my personal library, and their citational material, using org mode instead of bibtex

2013-11-20 Thread Richard Lawrence
Eric Schulte schulte.e...@gmail.com writes: Ian Barton li...@wilkesley.net writes: On 19/11/13 01:40, Christopher W. Ryan wrote: Not sure citational is even a word, but hopefully it conveys my meaning! I've been using LaTeX for academic writing and reading for quite some time, with emacs

Re: [O] heading numbering in LaTeX export?

2013-09-07 Thread Richard Lawrence
Hi Peter, Peter Salazar cycleofs...@gmail.com writes: I have a LaTeX template I created for use with org-mode, to export to PDF via LaTeX using xelatex. I don't edit LaTeX directly, I just generate from org-mode. This works perfectly for me except for one thing: it only works when I have

Re: [O] Simplifying the weekly agenda a tiny bit, howto?

2013-07-18 Thread Richard Lawrence
François Pinard pin...@iro.umontreal.ca writes: Eric Abrahamsen e...@ericabrahamsen.net writes: First of all, if your event is a meeting, it should only be timestamped, not deadlined or scheduled. Then it will just show up where it's supposed to, and not before (or after). How do I get it

Re: [O] One more question on bibliographies in Org

2013-06-22 Thread Richard Lawrence
Vincent Beffara vbeff...@ens-lyon.fr writes: The main question is: what would be a convenient way to store the references in the .org file, to allow for easy editing and exporting ? Have you looked at org-bibtex? It stores bibliographic data as properties. I keep a separate Org headline for

Re: [O] One more question on bibliographies in Org

2013-06-22 Thread Richard Lawrence
Richard Lawrence richard.lawre...@berkeley.edu writes: I imagine it would be easy enough to modify org-bibtex to also provide an export bibliographic data to some HTML-friendly format. Actually, it looks like the (relatively new) contrib/lisp/ox-bibtex.el does basically this, by running a .bib

Re: [O] Avoid escaping braces in LaTeX export?

2013-06-08 Thread Richard Lawrence
Eric S Fraga e.fr...@ucl.ac.uk writes: Richard Lawrence richard.lawre...@berkeley.edu writes: Org is not latex, for better or for worse. However, it does allow you to mix the two in various ways. The inline approach is limited to {text} that is on the same line. You could try using visual

[O] Avoid escaping braces in LaTeX export?

2013-06-07 Thread Richard Lawrence
Hi all, I'm wondering if there is a way to prevent the LaTeX exporter from escaping { and } characters. There are export options to control the behavior of a number of other special characters, but I don't see any way to control export of braces in the documentation. Am I just missing it? If

Re: [O] Avoid escaping braces in LaTeX export?

2013-06-07 Thread Richard Lawrence
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2013-06-07, o godz. 10:26:31 Richard Lawrence richard.lawre...@berkeley.edu napisał(a): Here's my use case. I often create new commands in LaTeX to abstract over some common pattern so I can easily type it and change it later if necessary

Re: [O] A simple way to search only headlines

2013-06-07 Thread Richard Lawrence
Xebar Saram zelt...@gmail.com writes: Thank you both Thorsten and Seb, i really appreciate the help! Seb, you wrote: The programming equivalent to C-c a s is: (org-agenda nil s) That's what you'd have to bind to a key (using a lambda function). im a complete neewb and dont really

Re: [O] A simple way to search only headlines

2013-06-07 Thread Richard Lawrence
Xebar Saram zelt...@gmail.com writes: Hi Richard Fantastic, thx alot for the code snippet and detailed explanation, it really helps to understand what goes on. unfortunately i get an error: Wrong type argument: commandp, (lambda nil (org-agenda nil s )) Ah, sorry about that, should have

Re: [O] [OT] Gnus mail tutorial?

2013-05-25 Thread Richard Lawrence
Jacek Generowicz jacek.generow...@cern.ch writes: Marcin Borkowski writes: I'm thinking about using Emacs as my email client, and I'm considering using Gnus for that. If it is Emacs rather than Gnus itself that attracts you, then you might consider notmuch or mu4e. Both have a Xapian-based

Re: [O] Collaborating with TODO lists and clocks.

2013-04-29 Thread Richard Lawrence
Hi Gareth, Gareth Smith g...@doc.ic.ac.uk writes: I hadn't thought of using :tags on a clock table. I still worry if we'll find ourselves in a situation where more than one of us has clocked in some time on the same task. Yes, I agree this might not be optimal, for that case in particular.

Re: [O] Collaborating with TODO lists and clocks.

2013-04-28 Thread Richard Lawrence
Hi Gareth, Gareth Smith gar...@totherme.org writes: Does anyone use org to collaborate on task lists? It seems to me that it would be very natural to put a tasks.org file into a VCS repo, claim a task by changing its status from TODO to IN_PROGRESS (and committing that change), work, then

Re: [O] How to analyze clocking reports (e. g. with spreadsheet application)?

2013-04-27 Thread Richard Lawrence
Hi Martin, Martin elwood...@web.de writes: I'm using the org-mode clocking features (in org-mode 7.9.4) extensively to document how much time I spent with which task and when. I wonder how I can export the data (e. g. to MS Excel) for further analysis; * time consumed by different projects

Re: [O] Bug: Footnotes break iCalendar export [8.0.1 (release_8.0.1 @ /home/rwl/src/org-mode/lisp/)]

2013-04-21 Thread Richard Lawrence
Hi Bastien, Bastien b...@gnu.org writes: Richard Lawrence richard.lawre...@berkeley.edu writes: I've been trying to get iCalendar export working with my agenda files again since upgrading to 8.0, and I've found that footnotes break the agenda export to .ics. The problem is that a plain

[O] [PATCH] tiny fixes in ox-ascii.el [was: Re: Bug: Footnotes break iCalendar export]

2013-04-21 Thread Richard Lawrence
Here is a patch for a couple of tiny issues I encountered in ox-ascii.el while debugging ox-icalendar.el. Explanation: 1) There is no function called `org-ascii-footnote-definition' (though it looks like maybe there once was?), so I changed a reference to it to `ignore' to be more explicit.

[O] Bug: Footnotes break iCalendar export [8.0.1 (release_8.0.1 @ /home/rwl/src/org-mode/lisp/)]

2013-04-20 Thread Richard Lawrence
with an external footnote[fn:1] * Appointment with Someone 2013-04-20 Sat 15:00 * Footnotes [fn:1] which still isn't very interesting And here's the output I get when I export this (via C-c a a C-x C-w /tmp/test.ics): BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:OrgMode PRODID:-//Richard Lawrence

[O] Bug: New keywords for org-agenda-sorting-strategy give wrong type argument error [8.0 (release_8.0-1-g5ef07d @ /home/rwl/src/org-mode/lisp/)]

2013-04-19 Thread Richard Lawrence
org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-occur-hook '(org-first-headline-recenter) org-from-is-user-regexp \\Richard Lawrence\\ org-mobile-directory /media/nexus/mobileorg org-agenda-cmp-user-defined 'org-agenda-cmp-by-deadline org-modules '(org-habit org-w3m org-bbdb org

Re: [O] Bug: New keywords for org-agenda-sorting-strategy give wrong type argument error [8.0 (release_8.0-1-g5ef07d @ /home/rwl/src/org-mode/lisp/)]

2013-04-19 Thread Richard Lawrence
Indeed, the following patch seems to fix the issue for me, though I don't know enough about the code to know if this is clean/elegant/general enough: diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 631c6d0..c53c8c8 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6989,9

Re: [O] Can't Sort with New, 8.0 Sort Methods

2013-04-19 Thread Richard Lawrence
Hi Nick, I filed a bug report for this issue here: http://article.gmane.org/gmane.emacs.orgmode/70890 And mentioned a fix that works for me here: http://article.gmane.org/gmane.emacs.orgmode/70893 You could try my fix in the meantime, and let the list know if it helps. Best, Richard

Re: [O] Using Org for a dissertation

2012-05-15 Thread Richard Lawrence
Tom and Nicolas, Thanks! I will give the new exporter a shot when I have a chance and let you know how it goes. Best, Richard

Re: [O] Using Org for a dissertation

2012-05-15 Thread Richard Lawrence
Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com wrote: In case you are interested, I'm attaching some relevant bits. It has examples on how to put in tables (with short and long captions), figures, latex snippets and finally how I included a bibliography and appendices. Hope this will

Re: [O] Using Org for a dissertation

2012-05-15 Thread Richard Lawrence
Hi Markus, Thanks for your advice. I figure that, like you, I may eventually need to switch to LaTeX, but will stick with Org for now, at least until my document structure is quite settled. Can you elaborate a bit on the following? Markus Grebenstein p...@mgrebenstein.de wrote: What I

Re: [O] Using Org for a dissertation

2012-05-14 Thread Richard Lawrence
Hi Eric, Eric Schulte eric.schu...@gmx.com wrote: I am currently writing my dissertation (proposal) in Org-mode. So far it is working very well for me, I can export to both PDF for more formal submissions to my adviser and to HTML for less formal posting to a web page. I keep *all* of my

Re: [O] Using Org for a dissertation

2012-05-14 Thread Richard Lawrence
Thomas S. Dye t...@tsdye.com wrote: The current Org-mode LaTeX exporter is nifty, but it was designed to export notes and not dissertations. It can be configured to do that, but the extra translation step adds some complexity and potentially introduces problems. In my work this potential

[O] Using Org for a dissertation

2012-05-12 Thread Richard Lawrence
Hi all, I am a graduate student in philosophy, and I am about to begin writing my dissertation. I am wondering about whether I should write it in Org, or stick to plain LaTeX. This question has been asked before: http://article.gmane.org/gmane.emacs.orgmode/22756 But that was two years ago;

Re: [O] can I force all-caps in part of a headline in a capture template?

2012-05-06 Thread Richard Lawrence
Hi Chris, Try this: in your .emacs, add the following code: (defun prompt-for-lastname-and-upcase () (upcase (read-string Last name: ))) This defines a function that will prompt the user to type a last name into the minibuffer, converts the result into uppercase, and returns it as a string.

Re: [O] can I force all-caps in part of a headline in a capture template?

2012-05-06 Thread Richard Lawrence
Richard Lawrence richard.lawre...@berkeley.edu writes: Try this: in your .emacs, add the following code: (defun prompt-for-lastname-and-upcase () (upcase (read-string Last name: ))) This defines a function that will prompt the user to type a last name into the minibuffer, converts

[O] time-up/down in org-agenda-sorting-strategy seems to have no effect?

2011-08-28 Thread Richard Lawrence
-todo +COMPUTER) (H tags-todo +HOME) (E tags-todo +ERRAND) (F tags +FREETIME))) #+END_SRC Any insight you can provide will be very much appreciated. Thanks! Best, Richard Lawrence

Re: [O] Email - Org-mode: charset problem

2011-06-27 Thread Richard Lawrence
At Mon, 27 Jun 2011 10:30:06 +0200, Karl Voit wrote: Is there somebody who managed to develop an email to Org-mode bridge without having charset problems? (No, I do not use Emacs as a MUA[4]) David Maus dm...@ictsoc.de writes: I do use an Emacs base mua (Wanderlust) and recently started to

<    1   2   3   4   >