[O] Make [C-c C-o] open link to auto create non-existing directory

2013-02-08 Thread chris
I found Emacs + Org-mode can not automatically create non-existing directory. For example: When I create a link [[file:Linux/Linux.org]], but this path does not exist. When I open this link with [C-c C-o]. Emacs shows into: Use [M-x make-directory RET RET] to create the directory and its pare

Re: [O] global keys not working on version 20130401

2013-04-04 Thread Chris
Bastien altern.org> writes: > > Hi Chris, > > Chris Henderson gmail.com> writes: > > > I have installed version 20130401 on emacs 24.3 on os x mountain lion > > via M-x package list. But my global keys don't seem to be working. I > > g

[O] How to let Org Agenda search all files in a directory *recursively* ?

2013-06-27 Thread chris
I want to set up Org-mode variable "org-agenda-files". How to Let [C-c a] to search over all files in a directory *recursively* ? -- E M A C S s e l o h c t t n i p a t f a r t e o l [ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone} IRC(freenode): stardiviner \\ Tw

[O] how to change the Org-mode the "sparse tree" highlighted matched word color ?

2013-07-09 Thread chris
I found the color of Org-mode "sparse tree" match highlighted words is similar with background. It's difficult to see out. So how to change the color ? -- E M A C S s e l o h c t t n i p a t f a r t e o l [ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone} IRC(freenode):

[O] I can not change the behavior of open the link which is a CHM file [[file+sys://kk.chm]]

2013-07-09 Thread chris
I set variable "org-file-apps" like this: (setq org-file-apps '(;; default (auto-mode . emacs) ("\\.mm\\'" . default) ;; ("\\.x?html?\\'" . default) ("\.x?html\'" . "firefox %s") ("\\.pdf\\'" . default) ("\\.pdf::\\([[:digit:]]+\\)\\'" . "okul

[O] How to let Org-mode [C-c C-o] open link in current window instead of other window ?

2013-07-09 Thread chris
I hope Org-mode [C-c C-o] can open a link like [[file://~/kk.org]] in *current* window instead of other window. Let [C-u C-c C-o] open link in another window. Because [C-c C-o] open in other window which already opened other file. This override another file view. I do not like this. Does anybody

[O] Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.

2013-07-09 Thread chris
Some examples Example 1: * test [20%] ** DONE 1 ** TODO 2 ** TODO 3 ** TODO 4 ** TODO 5 *** TODO 1 *** TODO 2 *** DONE 3 *** DONE 4 *** DONE 5 (The tasks complete percent should be [32%], instead of [20%], seems Org-mode does not coun

Re: [O] I can not change the behavior of open the link which is a CHM file [[file+sys://kk.chm]]

2013-07-09 Thread chris
Excerpts from [ Jambunathan K ] On [2013-07-09 19:38:35 +0530]: > Nick Dokos writes: > > > In order to affect emacs as a whole, you need to modify one of your > > mailcap files > > This will work as well. > > (setcdr (assq 'system org-file-apps-defaults-gnu ) "xdg-open %s") This i

[O] [SOLVED] Re: Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.

2013-07-10 Thread chris
Excerpts from [ Eric S Fraga ] On [2013-07-10 09:51:59 +0100]: > chris writes: > > [...] on how org counts completed tasks > > > I hope Org-mode can improve this. > > Well, this is a matter of interpretation. Org is counting how many of > the main tasks are c

[O] How to publish a whole website resource with org-publish, and how to set :components () ?

2013-11-19 Thread chris
1. What I want to do: I want to publish *all* my resources(which I choose) to public. It means any filetype files under the :base-directory. And I hope my org file inline source code, babel, inline images etc can be displayed correctly. Anyway, just like a normal website. (This sentence is not a g

[O] How to get notify from Org-mode's clock, timestamps, and appointments etc with in modeline or with notify-send etc programs ?

2013-11-19 Thread chris
I want to good way to notify me about Org-mode's clock, timestamps, effort estimates and appointments etc with in Emacs's modeline or with notify programs like notify-send. And I hope this notify solution also can work for calendar events, new email's arrival, and IRC notification. (I know maybe

[O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
legitimate uses inside words, especially in some non-Western scripts such as Arabic and Indic. I use U+feff mostly because it is actually sort of a space but not quite. * Related Reports I found an email in the archives which touches on the same point[1], but suggests a more radical change. [1]: https://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00363.html Regards, Chris signature.asc Description: PGP signature

Re: [O] Suggestion: Add zero-width nbsp to emphasis-regexp-components

2018-06-06 Thread Chris
too old to get this change? In that case, I'm looking forward to upgrade! Regards, Chris signature.asc Description: PGP signature

Re: [O] Painfully Slow Export

2018-06-12 Thread Chris
ing amount of light on why things are slow. (In my case, exporting was slow because of a slow hook that got triggered multiple times during the exportage.) Regards, Chris signature.asc Description: PGP signature

Re: [Orgmode] Org-mode usage and concept mapping.

2006-09-11 Thread chris
On 10/09/06, Alex Bochannek <[EMAIL PROTECTED]> wrote: What is the predominant use case for Org-mode by people on this list?It seems to me that there is a fair amount of GTD, task scheduling,and project tracking usage. Some mention of note taking and verylittle of traditional outlining, it seems. P

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
On 05/04/07, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: "David O'Toole" <[EMAIL PROTECTED]> writes: > I think this means being able to publish static HTML from the various > views given by the agenda. So for example you could set up a timer to > publish your agenda each day (assuming you run

Re: [Orgmode] Re: Idea: Agenda Search publish?

2007-04-11 Thread chris
I guess (interactive "P") should be (interactive) only, and (org-todo-list 0) should be replaced by something like (org-todo-list "TODO") since 4.70. I really do need to learn better lisp, and, yes, my org-mode is quite out of date. Thanks for the tips! C. ___

Re: org-tag-persistent-alist AND per-file dynamic tags

2021-11-28 Thread chris
On Saturday, 6 November 2021 10:10:55 CET Victor A. Stoichita wrote: > Greetings to all, > > Reading the manual about setting glopal/per-file tags [1], I wonder if > it is possible to use org-tag-persistent-alist AND per-file > dynamic tags. I use footnote 53 from https://orgmode.org/manual/Setti

emacs-orgmode@gnu.org

2022-01-26 Thread chris
cs-pgtk` 28.0.50. It is still like that with: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) of 2022-01-26 System is debian sid upgraded just before. Thanks, Chris PS: some XY-problem: What sort of argument to pass to `org-protocol-store-lin

emacs-orgmode@gnu.org

2022-01-29 Thread chris
On Friday, 28 January 2022 13:40:45 CET Max Nikulin wrote: > On 27/01/2022 07:03, chris wrote: > > First: `xdg-open "org-protocol://store-link?url=URL&title=TITLE"` from a > > terminal. > > Then `M-x org-insert-link` in emacs, or not (it makes no difference). &g

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Sunday, 30 January 2022 04:36:01 CET Ihor Radchenko wrote: > chris writes: > > 3- if you do `C-y` you can see the URL is in the kill-ring > > But obviously there is no reason for this URL to be also in the Wayland > > (or > > x11) clipboard? (there is no law of na

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 02:14:34 CET Ihor Radchenko wrote: > chris writes: > > After doing `xdg-open "org-protocol://store-link?url=URL&title=TITLE"`. > > The string "URL" is pushed into Emacs kill-ring. > > But, this very string "URL"

looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
documentation and the source code of https://github.com/emacs-mirror/emacs/blob/master/lisp/org/org-protocol.el[2] And I have absolutely no idea of how to use `url` `title` and `body` in `org-capture- template`. Chris [1] https://orgmode.org/manual/The-capture-protocol.html [2] https://github.com/emacs-mirror/emacs/blob/master/lisp/org/org-protocol.el

Re: looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
On Monday, 31 January 2022 03:30:41 CET chris wrote: > Hi, > When you do > `emacsclient "org-protocol://capture? > template=X&url=URL&title=TITLE&body=BODY"` > I don't understand at all how you make use of `url` `title` and `body` in > `org- capture-te

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > chris writes: > >> What will happen if you try (kill-new "something") in your Emacs > >> (preferably, emacs -Q)? Will "something" be present in your Wayland > >> clipboard?

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:43:34 CET chris wrote: > On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > > chris writes: > > >> What will happen if you try (kill-new "something") in your Emacs > > >> (preferably, emacs -Q)?

emacs-orgmode@gnu.org

2022-01-30 Thread chris
On Monday, 31 January 2022 04:49:59 CET chris wrote: > On Monday, 31 January 2022 04:43:34 CET chris wrote: > > On Monday, 31 January 2022 04:28:06 CET Ihor Radchenko wrote: > > > chris writes: > > > >> What will happen if you try (kill-new "something"

Re: looking for examples of `org-capture-templates` working with `org-protocol://capture`

2022-01-30 Thread chris
On Monday, 31 January 2022 04:07:01 CET chris wrote: > On Monday, 31 January 2022 03:30:41 CET chris wrote: > > Hi, > > When you do > > `emacsclient "org-protocol://capture? > > template=X&url=URL&title=TITLE&body=BODY"` > > I don't under

emacs-orgmode@gnu.org

2022-01-31 Thread chris
On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my select-enable-primary is nil (default) - "t

emacs-orgmode@gnu.org

2022-01-31 Thread chris
(previous email has been truncated? resending) On Monday, 31 January 2022 17:29:28 CET Max Nikulin wrote: > On 31/01/2022 08:14, Ihor Radchenko wrote: > > chris writes: > > > > I am not using Wayland. However, if I just do (kill-new "test") in X and > > my

Re: ox-publish: Some starting problems

2022-03-11 Thread chris
ID links, resolved locally through reading in a database, should be thoroughly translated to something accurate and consistent at export-time, and that seems a lot. I myself use `org-roam` and `ID`; considering the difficulties of exporting to html through emacs/org-mode, I just gave up. Thanks,

Re: Using backticks for the inline code delimeter?

2022-03-18 Thread chris
> George Mauer writes: >> is there a straightforward way to extend the org parser to do this? > I don't think so. It seems the emphasis markers are hard-coded > in various places. > > From a quick look at the code, you'd have to customize > `org-emphasis-alist` and redefine `org-set-emph-re` and >

Re: Using backticks for the inline code delimeter?

2022-03-18 Thread chris
("+" (:strike-through t) #+end_src Just before: #+begin_src emacs-lisp (straight-use-package 'org) #+end_src And it seems it works. I've tried the "cosmetic" version from bellow, but it wasn't working so well, with either `visual-fill-colum` or `org-indent-mode`? Well, it wasn't working well. I don't know if the hack above is playing more nicely. Because I've only tested it on one example. Chris > > For the cosmetic part, there's this piece of code from > https://archive.casouri.cat/note/2020/better-looking-verbatim-markup-in-org-mode/index.html > that displays org's `=` and `~` markers as ```. > > -- > Sébastien Miquel

Re: citations: org-cite vs org-ref 3.0

2022-03-20 Thread chris
nough for me to be able to read and understand a large part of it. IMO the more layers of code there are, the more difficult it is to have things work right. And similarly with the size of the code. Chris > > Ivy-bibtex supports, for example, inserting of org-cite citations, but > no

`M-x org-open-at-point` on `[[file:/path/file.hs][name]]` says: "Running less /home/path/file.hs"

2022-04-06 Thread chris
t;\\.pdf\\'" . default)) ``` I guess I can configure it alright, but I have no idea why it is invoking `less` in the first place. I also have no idea where the output of `less` should be found. `org-version` => 9.5.2 `emacs-version` => 29.0.50 Thanks, Chris > You

Re: `M-x org-open-at-point` on `[[file:/path/file.hs][name]]` says: "Running less /home/path/file.hs"

2022-04-11 Thread chris
On Wednesday, 6 April 2022 19:26:38 CEST chris wrote: > [was: Issue with internal directory links] > > > Hi Jonathan, > > > > Jonathan Fox writes: > >> Here's a link I'm using: > >> > >> [[./templates][Templates]] > > I have s

[BUG] org-latex-preview with custom sty file

2023-02-24 Thread chris
for my latex expression, because I can't figure out what the arguments actually are, specifically `forbuffer`, `fg` and `bg`, but the above reasoning seems sound. Note: Removing specifically the images looking like the image associated with the latex expression that refuses to be regenerated, using some file manager, and then invoking `org-latex-preview`, does the trick, but it's impractical. Best, Chris

Re: [BUG] org-latex-preview with custom sty file

2023-02-24 Thread chris
On Friday, 24 February 2023 18:49:10 CET Timothy wrote: > Hi Chris, > > > Note: I haven’t been able to compute the return value of the hash function > > for > > my latex expression, because I can’t figure out what the arguments actually > > are, > > specific

visual-line-mode don't play well with org-latex-preview

2023-02-27 Thread chris
ough there isn't an obvious fix that would deal with every cases, like when the image is longer that the width of the window of the max column of `visual-column-mode`. At least there are different cases to consider. Best, Chris

Re: visual-line-mode don't play well with org-latex-preview

2023-03-06 Thread chris
On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: > > Hi Chris, > > chris writes: > > > Hi all, > > > > ``` > > hello hello hello hello hello hello hello hello hello hello hello hello > > hello > > hello hello \(\te

Re: visual-line-mode don't play well with org-latex-preview

2023-03-08 Thread chris
On Wednesday, 8 March 2023 20:14:53 CET Bruno Barbier wrote: > > Hi Chris, > > chris writes: > > > On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: > >> The behavior looks the same using only text-mode (without using org). > >> You should prob

Re: MathJax extension does not work

2023-03-27 Thread chris
eqn" t)) (add-to-list 'org-latex-packages-alist '("" "thisisastupidtestfile" t)) (setq org-latex-create-formula-image-program 'dvisvgm) (setq org-format-latex-options (plist-put org-format-latex-options :scale 0.80))) #+end_src `

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-29 Thread chris
#+end_src No pdf, no output, only an empty latex file generated in /tmp Bottom line, I'd really like to know how this hole thing is supposed to work. org-preview latex working perfectly fine though. Note: The reason I want to have this working is that I want to export to html. Plain late

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-29 Thread chris
etup lacked the =-output-directory %o= switch. I should probably > have thought of that first, but the omission has had no ill effects on > ordinary PDF export, so I didn't run into any problem before trying to > use Babel with LaTeX. > > Ihor and Pedro, thanks for checking. > &g

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-30 Thread chris
On Thursday, 30 March 2023 13:15:34 CEST Christian Moe wrote: > > chris writes: > > > On Wednesday, 29 March 2023 23:15:03 CEST Christian Moe wrote: > >> > >> Hi, > >> > >> Pardon the noise: It turned out to be a pretty obvious problem with my

Re: [BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-20 Thread chris
On Tuesday, September 19, 2023 10:07:07 AM UTC Ihor Radchenko wrote: > Rudolf Adamkovič writes: > > tusharhero--- via "General discussions about Org-mode." > > > > writes: > >> \begin{tikzpicture} > >> \draw (0,0) circle [radius=2cm]; > >> \end{tikzpicture} > > > > ... But, but, but! There > >

Re: Using backticks for the inline code delimiter? (now with `org-publish-all`)

2023-11-26 Thread chris
, Chris On Saturday, March 19, 2022 3:17:10 AM UTC you wrote: > > George Mauer writes: > >> is there a straightforward way to extend the org parser to do this? > > > > I don't think so. It seems the emphasis markers are hard-coded > > in various places. > &g

Re: Using backticks for the inline code delimiter? (now with `org-publish-all`)

2023-12-06 Thread chris
On Monday, December 4, 2023 1:06:37 PM UTC you wrote: > chris writes: > > The code below is working fine as long as I stay in `org-mode`. But it > > shows its limitations when I do `M-x org-publish-all`, at which time, > > instead of having the text with style verbatim,

dynamic blocks orgmode manpage

2024-02-14 Thread chris
-dynamic-block-insert-dblock=, one of them might not require the =interactive= part, while it's a requirement for the other one. Similarly, one scenario requires no arguments, while the other demands that arguments are present. Cheers, Chris

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-07 Thread chris
On Tuesday, 24 August 2021 17:23:24 CEST Maxim Nikulin wrote: > On 23/08/2021 03:42, inkbottle wrote: > > Links between two different files, like > > `[[id:e54113f9-2ad7-4a86-94be-68ffc696de0b][hello]]`, get broken when > > publishing. (whatever the settings). > > > > I haven't found any workaroun

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-19 Thread chris
t mind to have both anchors with value of id and custom_id > properties if they are defined for a header. > > My opinion is that value of id property should be used for heading > anchor when available to guarantee stable links from other sites. I > admit that default behavior may be sh

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-20 Thread chris
On Monday, 20 September 2021 16:13:24 CEST Max Nikulin wrote: > On 20/09/2021 07:05, chris wrote: > > On Tuesday, 14 September 2021 18:33:43 CEST Max Nikulin wrote: > >> As a kind of summary: > >> > >> During publishing of a project > >> - "id:&

[BUG] org-element-interpret-data does not preserve blank lines after elements

2025-01-18 Thread chris
tions for buffer editing purposes, where maintaining the original document's spacing is important. Best, Chris

[Orgmode] Re: Feature Request: Timestamp with repeater interval in Date range

2010-10-04 Thread Chris Thompson
x27;re looking for already. See "How can I schedule a weekly class that lasts for a limited period of time?" in the org-FAQ. -- Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Latex Export

2010-10-16 Thread Chris Malone
o have access to the LaTeX exporter? Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-export-latex-classes issue

2010-10-20 Thread Chris Malone
Hi Tom, That fixed it - I figured it was something simple. Thanks! Chris On Wed, Oct 20, 2010 at 3:49 PM, Thomas S. Dye wrote: > On Oct 20, 2010, at 9:11 AM, chris.m.mal...@gmail.com wrote: > > Hi, >> >> I'm a n00b to Lisp and org-mode so please forgive me if the

[Orgmode] Re: org-crypt and org-mobile-crypt; user info?

2010-10-21 Thread Chris Thompson
's a separate download from the mainstream emacs distributions on both platforms. -- Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Tweaking org-laxtex-export-classes

2010-10-22 Thread Chris Malone
LATEX: \title{foo} #+LATEX: \maketitle HTH, Chris On Thu, Oct 21, 2010 at 9:46 AM, Marvin Doyley wrote: > Dear all, > > I am planning to write an article using org - most of my notes are = > already in org so this seems logical. The journal that I plan to submit = > to provides lat

[Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
q day '(28 29)) (memq dayname '(1 2 3 4 5))) (and (memq day '(26 27 28)) (= dayname 5)) Chris' Paycheck Deposited It appears to work so far. However, I'm certain there's got to be a more concise way of coding t

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
e them (hence the ugliness of the code!) I'm running GNU Emacs 23.2 for Mac OS X. Searching for these functions using `C-h f` turns up nothing for me. Thanks for the help, Chris On Sat, Oct 30, 2010 at 4:19 PM, Nick Dokos wrote: > Chris Maier wrote: > >> I'm trying to come up

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Chris Maier
Never mind... I think I had something messed up in my initialization file; they're showing up now. Chris On Sat, Oct 30, 2010 at 8:03 PM, Chris Maier wrote: > Where do the functions 'calendar-extract-day', > 'calendar-extract-month', 'calendar-extract-ye

[Orgmode] Re: Extended-period events in agenda views

2010-11-01 Thread Chris Thompson
ulien Danjou's patch from three days ago adding support for category icons in the agenda be helpful to you? -- Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] LaTeX export of list broken?

2010-11-15 Thread Chris Malone
at is going on? Export to other formats, such as ASCII or HTML, work fine. Chris Minimum example: #+TITLE: test.org #+AUTHOR: me #+EMAIL: m...@nospam #+DATE: \today #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #

[Orgmode][babel]: Broken Link in Babel Intro page?

2010-12-02 Thread Chris Malone
://orgmode.org/worg/org-contrib/babel/reference.php][HeaderArguments]] page for more details, however this link appears to be broken - I get a *404 Error* when trying to load the page. Chris ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] Working with =src= blocks :results header argument

2010-12-05 Thread Chris Malone
adding the handling via a =:results value raw replace= header argument but again this didn't seem to fix things. Is this what is intended for the =raw= type of results - no replacement effect at all - or is this a bug? Chris ___ Emacs-orgmode mail

Re: [Orgmode] [Babel] The first line of the code blocks disappears in the tangled file

2010-12-08 Thread Chris Malone
Hi Seb, I can't say that I understand the problem, but I can reproduce it - any line right after the #+begin_src org :results latex is being stripped upon tangle. Not sure if it helps or not, but I'm using org-mode version 7.3 =release_7.3.89.g97f4c.dirty= with emacs 22.2.1. Chris

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Chris Malone
I guess the real question is: did you write the org-mode-parsing Python code using org-mode? ;-) Looks promising, and I'll see if there is anything I can contribute, although I am currently more familiar with Python than org-mode. Chris On Mon, Dec 13, 2010 at 6:57 PM, Jeff Horn

[Orgmode] Re: export html -> doc

2010-12-20 Thread Chris Thompson
solution? > Eric, for your needs, you may find that Pandoc (which now supports Org files) is a simpler solution that works now. -- Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] Short title in beamer export

2011-01-05 Thread Chris Malone
already do-able through some other means within org-mode without having to modify the .tex file? Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Orgmode] Short title in beamer export

2011-01-05 Thread Chris Malone
command is exported. In other words, including the line #+BEAMER_HEADER_EXTRA: \title[XRBs in Multi-d]{Multidimensional Simulations of Convection Preceding Type I X-ray Bursts} overrides the title and performs as I want. Chris On Wed, Jan 5, 2011 at 4:43 PM, Thomas S. Dye wrote: > Aloha

[Orgmode] Bug: Linum-mode + org-indent-mode gives strange graphical refresh bugs [7.4 (release_7.4.41.g96c70)]

2011-01-13 Thread Chris Barber
from the link to extend to the left margin temporarily, similar to the bug described above - however the text does not shift to the left like the previous situation. Emacs : GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.22.0) of 2011-01-13 on chris-pc Package: Org-mode version 7.4

[Orgmode] Re: How to write special LaTeX symbols

2011-01-16 Thread Chris Gray
nations are pretty intuitive once you learn a few. For example, ö is C-x 8 " o, and é is C-x 8 ' e. Cheers, Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
g, i.e. if the folder > in which the source file should be created does not exist, create it? > > I remember vaguely a discussion along these lines some time ago, but I > don't remember the outcome? This would be a great feature to have. Eric's embedded Lisp code

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
On Wed, Jan 19, 2011 at 11:20 AM, Charles C. Berry wrote: > On Wed, 19 Jan 2011, Chris Maier wrote: >> Is there a place where this and the eval-on-startup trick Charles >> posted are documented?  If so, I missed it, and these are both really >> useful to know. > >

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
On Wed, Jan 19, 2011 at 12:41 PM, Eric Schulte wrote: > Chris Maier writes: >> >> Is there a place where this and the eval-on-startup trick Charles >> posted are documented?  If so, I missed it, and these are both really >> useful to know. >> > > We don&#x

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Chris Malone
tex output look like? Chris On Wed, Jan 19, 2011 at 5:22 PM, Henri-Paul Indiogine wrote: > Greetings! > > I am also having difficulties running Beamer from org-mode. I am > running a fully updated Ubuntu with snapshot emacs and a daily updated > git version of org-mode. > &

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
fixes things. Chris On Wed, Jan 19, 2011 at 4:34 PM, Bill Moran wrote: > HI Eric, John, Jeff and Birch > > > Eric S Fraga ucl.ac.uk> writes: > > > > > My immediate response would be to ask why you aren't using \maketitle > > given that the command is beame

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Bill, I too have never found a good solution for the @ problem, but as Eric mentioned there has been some talk about his problem recently in the message list. Glad to hear updating fixed the other issues. Chris On Wed, Jan 19, 2011 at 5:43 PM, Bill Moran wrote: > Hi Chris, Jeff > &

Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread Chris Malone
Hi Andrea, I'm not sure of the answers to your queries. These questions seem more Beamer related than org-mode. That said, you may have more luck asking on a TeX/LaTeX forum such as http://tex.stackexchange.com/ Sorry I couldn't be of more use :-/ Chris On Wed, Jan 19, 2011

Re: [Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Chris Malone
3 columns of widths 0.33, 0.3, and 0.4. Then to close that "row" I made the =close columns= header with a column width of 0. The next header, =data= starts another "row" and its column width is set to 0.4 giving room for another column to its right if I so choose. HTH, Chris

Re: [Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Chris Malone
to combine the two to do what you are asking. Chris On Thu, Jan 20, 2011 at 12:17 PM, Andrea Crotti wrote: > Chris Malone writes: > > > Hi Andrea, > > > > Here I can help some :). > > > > What I have done in the past is take advantage of the fact that org-mo

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-20 Thread Chris Maier
c language :mkdirp yes :tangle nested/directories/target.ext >  code body > #+end_src > > Cheers -- Eric > Just got around to incorporating this into my Emacs setup... works like a charm. Thanks for this, Eric! Chris ___ Emacs-orgmode m

[Orgmode] Org-for GTD: Some implementation questions

2011-01-21 Thread Chris Barber
Hi, I am currently using Org-mode to apply GTD I was wondering what you would do with the following situations: My todo sequence is next -> done, and someday, delegate -> waiting, cancelled - For scheduled tasks, would you make these tasks NEXTs or would you set them as waiting? If NEXTs, how w

[Orgmode] org-babel-tangle indentation

2009-10-08 Thread Chris Gray
My preference would be for source blocks to be indented to the level of the comment that caused them to be inserted. Cheers, Chris ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Org-mode version 6.31trans; LaTeX export fails to protect \thanks command in author designation

2009-10-09 Thread Chris Gray
list. Hi, The following line: #+AUTHOR: Chris Gray\thanks{This research was funded by the German Ministry for Education and Research (BMBF) under grant number 03NAP14 ``ADVEST''.} gets exported as \author{Chris Gray\thanks{This research was funde

[Orgmode] Re: Agenda and Reloading Changed Files

2009-10-20 Thread Chris Gray
does the following: --8<---cut here---start->8--- emacsclient -e "(save-some-buffers t)" for dir in $DIRS; do cd "$dir" git pull done emacsclient -e "(org-revert-all-org-buffers)" --8<---cut

Re: [Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Chris Leyon
On Sat, Oct 24, 2009 at 08:49, Matt Lundin wrote: >> it out of my agenda and todo file, I also want to file a note about the >> issues, and what I learned about them. > > I'm quite not sure I understand what you're asking, but wouldn't it be > simplest to mark the item as DONE? Inactive todos do n

[Orgmode] Agenda clock report does not follow links via keypress

2009-10-30 Thread Chris Leyon
When I generate a clock report in the agenda, the Headline column contains things that *look like* Org links. I can mouse-1 or mouse-2 on them and the corresponding items pop up correctly. But if I move point onto one of these and press Return, I am told "Command not allowed in this line", even t

Re: [Orgmode] Agenda clock report does not follow links via keypress

2009-11-02 Thread Chris Leyon
On Mon, Nov 2, 2009 at 02:47, Carsten Dominik wrote: > Hi Chris, > > On Oct 30, 2009, at 10:47 PM, Chris Leyon wrote: > >> When I generate a clock report in the agenda, the Headline column >> contains things that *look like* Org links.  I can mouse-1 or mouse-2 >>

[Orgmode] Problem with sparse tree not displaying results

2009-11-03 Thread Chris Randle
le defined in `org.el'. Its value is ((default)) org-show-siblings is a variable defined in `org.el'. Its value is ((default) (isearch t)) org-show-entry-below is a variable defined in `org.el'. Its value is ((default)) -- Chris Randle ___

[Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
-todo-keywords '((type "TODO" "NEXT" "WAIT" "PROJ" "|" "DONE" "NODO"))) then dependencies work as expected, i.e. tasks b and c cannot be switched to DONE or NODO when task a is one of T

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
e effect until after restarting the org-mode session. It hadn't occurred to me about the order of statements in my .emacs file. Thanks again. -- Chris Randle ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

Re: [Orgmode] odd table behavior

2010-01-14 Thread Chris Randle
C-c C-c anywhere within the table block (even if outside of the grid, as in your example) will reformat, keeping the cursor in its current position. -- Chris Randle ___ Emacs-orgmode mailing list Please use `Reply All' to send replies t

[Orgmode] Bug: export latex bug [6.34trans]

2010-02-26 Thread Chris Gray
When exporting to LaTeX, I get the error void-variable org-on-heading-p. The following patch fixes the problem. Cheers, Chris Emacs : GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.3) of 2009-11-20 on portan Package: Org-mode version 6.34trans commit

[Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Chris Gray
ess the file name > extension is if you supply ':tangle yes' in which case the behaviour > will be as it is currently (i.e. the org file name, minus .org, plus the > extension defined in org-babel-tangle-langs.) Would it be possible to add the extension if

Re: [Orgmode] Is there a way to fill org-mode's table cell with the values nearby?

2010-03-21 Thread Chris Randle
on p.18 of v6.34c of the manual. -- Chris Randle. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-03-31 Thread Chris Gray
t is being set from org-export-latex-classes to org-export-latex-default-packages-alist? Or does the format of the list change at all? Cheers, Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [PATCH] followup to "`org-rember-templates' docstring"

2010-04-16 Thread Chris Gray
nd turn off delivery. It's one of the options in the settings screen. This makes it easier to remember which email address you should use to write to the list with. Cheers, Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] exporting to latex with multiple authors

2010-04-23 Thread Chris Gray
e to other export formats. So I guess the question is whether there is a good way to have multiple authors in an org file, and if there isn't, should there be? Cheers, Chris P.S. It's just a matter of taste, but I always preferred \land and \lor when typesetting

[Orgmode] Re: Non-breaking space

2010-04-30 Thread Chris Gray
8 non breaking space (on my keyboard it's >> compose space space or alt-gr shift space or C-x 8 space) > Or the Non-Breaking SPaces automatically added. See > http://article.gmane.org/gmane.emacs.orgmode/15116 and the code > `my-insert-colon'. I don't know if it has bee

  1   2   3   4   5   >