[Orgmode] Re: Example for beamer export with blocks and twocolumn

2010-12-10 Thread Loris Bennett
Loris Bennett writes: > suvayu ali writes: > >> Hi Loris, >> >> On Thu, Dec 9, 2010 at 3:55 PM, Loris Bennett >> wrote: >>> Hi, >>> >>> Is there a complete example of getting blocks and two-columns to work >>> with beamer export? The corresponding code is not being generated in the >>> latex fi

[Orgmode] Fontification of blocks

2010-12-10 Thread Sébastien Vauban
Hi, In order to make the blocks stand out more clearly in the mix of prose, code and table results of many Babel Org files, I've added 2 new faces: - org-block-begin-line - org-block-end-line These apply to the line just before and after the block's body: #+srcname: top-10-dossiers-with-many-pr

[Orgmode] Fontification of blocks

2010-12-10 Thread Sébastien Vauban
Hi, In order to make the blocks stand out more clearly in the mix of prose, code and table results of many Babel Org files, I've added 2 new faces: - org-block-begin-line - org-block-end-line These apply to the line just before and after the block's body: #+srcname: top-10-dossiers-with-many-pr

[Orgmode] Combination of =code= and Description

2010-12-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to have a description as follow: - - first :: some text - - second :: some more text - - =code= :: some additional text but =code= is not formatted as bold. If I say - - \bold{=code=} :: some additional text I get, as one could exp

Re: [Orgmode] Fontification of blocks

2010-12-10 Thread David O'Toole
Hi Sebastien, I give a definite Vote++ to this feature! 2010/12/10 Sébastien Vauban : > Hi, > > In order to make the blocks stand out more clearly in the mix of prose, code > and table results of many Babel Org files, I've added 2 new faces: > > - org-block-begin-line > - org-block-end-line > > T

[Orgmode] newlines in capture templates from the customize buffer

2010-12-10 Thread suvayu ali
Hi everyone, I am having some trouble writing capture templates with newlines from the customise buffer. From all the examples I see in the manual and Worg, it seems simply putting \n within the template string should work. But entering a "\n" in the template escapes the "\n" when saving to file a

Re: [Orgmode] newlines in capture templates from the customize buffer

2010-12-10 Thread Giovanni Ridolfi
suvayu ali writes: > Hi everyone, > > I am having some trouble writing capture templates with newlines from > the customise buffer. > From all the examples I see in the manual and > Worg, it seems simply putting \n within the template string should > work. No. You see the variable edited by han

Re: [Orgmode] Fast tag selection can split window wrongly

2010-12-10 Thread Carsten Dominik
On Dec 9, 2010, at 4:59 PM, Leo wrote: On 2010-12-09 15:41 +, Anthony Lander wrote: To fix the horizontal splitting, try adding this to your .emacs (works for me): (setq split-width-threshold most-positive-fixnum) -anthony I have sent in a suggestion on how to fix it. I think the fa

[Orgmode] checkbox bug

2010-12-10 Thread Leo
Hello Carsten, I can't seem to toggle (C-c C-c) a checkbox like this: - [ ]xyz but the following is fine: - [ ] xyz So the space is significant. Is this a bug? Thanks. -- Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies t

[Orgmode] Release 7.4

2010-12-10 Thread Carsten Dominik
Dear all, here it is, release 7.4, my final release before Bastien takes over in Januari. There is not a huge amount of new features, but I want to hand over with a pretty clean state, so this is the sole reason for releasing now. Not all the patches in the queue made it, these will be taken c

[Orgmode] Re: Release 7.4

2010-12-10 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src emacs-lisp (org-version) #+end_src I get #+results: : Org-mode version 7.3 (release_7.4.2.g32f816.dirty) Wh

[Orgmode] Re: Release 7.4

2010-12-10 Thread Gregor Zattler
Hi Sébastien, * Sébastien Vauban [10. Dec. 2010]: > Carsten Dominik wrote: >> here it is, release 7.4. [...] As always: Enjoy! > I did update my git working copy, and restarted Emacs. Though, > when calling: > > #+begin_src emacs-lisp > (org-version) > #+end_src > > I get > > #+results: > : Or

Re: [Orgmode] Latex: exporting a tree

2010-12-10 Thread Jörg Hagmann
I checked the problem below with the latest (7.4 alias "7.3") version and it is still there. Could somebody look into that? Emacs 23.2 on OS X 10.6.5 Thanks, Jörg With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text betwee

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Julien Danjou
On Fri, Dec 10 2010, Sébastien Vauban wrote: > #+results: > : Org-mode version 7.3 (release_7.4.2.g32f816.dirty) > > What could explain this diff in numbers: a mismatch in my configuration, or > something forgotten in one of Org's code files? I think Carsten forgot to change `org-version' in org.

[Orgmode] Re: Generate list of all tags in use?

2010-12-10 Thread Matt Lundin
Uriel Avalos writes: > That's a start but not quite what I was looking for. First, I thinking > of a global tag list. Second, I was thinking in terms of some kind of > agenda view. That function just ouputs the buffer tags in the > mini-buffer at the bottom. Did you see this post? http://permal

[Orgmode] About entering latex code in an org file

2010-12-10 Thread Curiouslearn
Hi, I am new to both emacs and org-mode. Org-mode sounds really cool and I am trying to use it to make notes for a project. I have some latex symbols that I need to enter in the file. As a background: (1) I read in the manual that for latex code I do not need to enclose math inside $ $. (2) I have

[Orgmode] [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Hello, I'm using current version of org-mode (just pulled). I want to filter my agenda view (C-c a a) by a Tag. I want the agenda to only show items that have the tag :pruef: set. So I open the agenda (C-c a a) and type / to filter. The minibuffer says: Filter by tag [ ], [TAB], and so on. Typi

Re: [Orgmode] How do I insert just a time stamp in a capture template?

2010-12-10 Thread Juan Pechiar
%(sexp) allows to include lisp expressions in a capture template. %(format-time-string "%H:%M") should insert the current time. Regards, .j. On Wed, Dec 08, 2010 at 10:08:32PM +, Charles Cave wrote: > I use the following template > > ("l" "Log Time" > entry (file+datetree "c:/charles/My

[Orgmode] Re: Babel & sh & Windows

2010-12-10 Thread Srinivas
Thanks Michael, the extra echo statement did the trick. ___ 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] About entering latex code in an org file

2010-12-10 Thread Pierre de Buyl
Hello, I am no expert either but I think that the automated detection of latex snippets (that is, no explicit $) will only enclose in $ parts that cannot be reproduced in text. I suggest that if you want a complete expression like \pi_{g} \geq 0.05 to be translated to $\pi_{g} \geq 0.

Re: [Orgmode] Feature request [7.3]

2010-12-10 Thread Dave Abrahams
At Wed, 08 Dec 2010 16:20:44 +, Eric S Fraga wrote: > > Dave Abrahams writes: > > > When using Org for planning, I often find myself corrupting my Org > > files. All kinds of things can go wrong, but the basic issue is that > > I do have a couple of rules I follow to avoid problems. > >

Re: [Orgmode] [RFC] Self-configuring Org-mode files

2010-12-10 Thread Jeff Horn
On Fri, Dec 10, 2010 at 2:09 AM, Thomas S. Dye wrote: > 4) A super-function in the Library of Babel would set the buffer-local > instance of every relevant Org-mode variable to its default state: > #+source: lob-set-local-defaults > #+begin_src emacs-lisp > ... > #+end_src Would this function sav

Re: [Orgmode] [RFC] Self-configuring Org-mode files

2010-12-10 Thread Erik Iverson
Jeff Horn wrote: On Fri, Dec 10, 2010 at 2:09 AM, Thomas S. Dye wrote: 4) A super-function in the Library of Babel would set the buffer-local instance of every relevant Org-mode variable to its default state: #+source: lob-set-local-defaults #+begin_src emacs-lisp ... #+end_src Would this f

[Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
> > Hi > > Don't know if this is trivially answered... > > I'm thinking about using org-mode for a collection of code-snippets which > are executed by a click on a link > > My first idea was to use orgs hyperlink syntax but there I have two > problems > 1. something like [[shell:code][NAME]] can't

Re: [Orgmode] About entering latex code in an org file

2010-12-10 Thread Curiouslearn
Giovannie, thanks very much for the reply. Your solution works well for latex export. Is there a way to make it work for the HTML export too? I thought MathJax would take care of converting it to appropriate html file. While \pi_g is appropriately converted, \geq is not. Also, \( \) remain in the

Re: [Orgmode] [RFC] Self-configuring Org-mode files

2010-12-10 Thread Jeff Horn
Hah! You're right. Sorry for noise. On Fri, Dec 10, 2010 at 11:13 AM, Erik Iverson wrote: > > > Jeff Horn wrote: >> >> On Fri, Dec 10, 2010 at 2:09 AM, Thomas S. Dye wrote: >>> >>> 4) A super-function in the Library of Babel would set the buffer-local >>> instance of every relevant Org-mode vari

Re: [Orgmode] About entering latex code in an org file

2010-12-10 Thread Curiouslearn
Hi Pierre, I tried to enclose it manually, however, the conversion inserts its own $ signs preceded by a slash. There were some stray $ signs left in the document after conversion. Thanks. On Fri, Dec 10, 2010 at 10:57 AM, Pierre de Buyl wrote: > Hello, > > I am no expert either but I think tha

[Orgmode] Re: Org-protocol / Chrome on Linux

2010-12-10 Thread Ross Patterson
Mattias Jämting writes: > Hello again, > > For reference, this is how i finally got org-protocol to work in > chrome on ubuntu 10.10: > > The problem was that chrome was running xdg-open for handling external > protocols. xdg-open, or it's companion gvfs-open, couldn't parse the > rather complex

Re: [Orgmode] Re: Example for beamer export with blocks and twocolumn

2010-12-10 Thread suvayu ali
On Fri, Dec 10, 2010 at 8:42 AM, Loris Bennett wrote: > What I would really like to see is > > 1. the preamble to the presentation where the MACROs LaTeX_CLASS options > etc. are given > I gave that, only one line for me. (there are other lines but they are not related to columns) Here it is agai

[Orgmode] Bug: capture with PROPERTIES [7.3 commit-972b0a58...]

2010-12-10 Thread Giovanni Ridolfi
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Fast tag selection can split window wrongly

2010-12-10 Thread Leo
On 2010-12-10 10:11 +, Carsten Dominik wrote: > Hi Leo, > > I am not sure I have your suggestion at hand. Can you please repeat it? > > Thanks. > > - Carsten I posted here: http://article.gmane.org/gmane.emacs.orgmode/34802. It should have been on this thread but at the time of posting gmane

[Orgmode] Bug: capture with PROPERTIES [7.3 commit-972b0a58...]

2010-12-10 Thread Giovanni Ridolfi
(I'm sorry if I sent this twice) Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] checkbox bug

2010-12-10 Thread Giovanni Ridolfi
Leo writes: > I can't seem to toggle (C-c C-c) a checkbox like this: > > - [ ]xyz > > but the following is fine: > > - [ ] xyz > > So the space is significant. Is this a bug? No. You have to leave the space like: - this is a list -this not cheers, Giovanni ___

Re: [Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread Eric Schulte
Hi LanX, The following two options come to mind, although I'm not sure if any are exactly what you're after. * named code block and a #+call: line #+source: counter #+begin_src perl :results output :var to=5 for $i (1..$to){ print $i; } #+end_src #+results: counter : 12345 #+call: counter(to

Re: [Orgmode] newlines in capture templates from the customize buffer

2010-12-10 Thread suvayu ali
Hi Giovanni, On Fri, Dec 10, 2010 at 1:18 PM, Giovanni Ridolfi wrote: > suvayu ali writes: >> Entering a newline pressing [RET] works. But then in my init.el it is >> stored as a carriage return rather than "\n", making it ugly. > > If you don't like the > you can edit your init.el file and sub

Re: [Orgmode] About entering latex code in an org file

2010-12-10 Thread Giovanni Ridolfi
Curiouslearn writes: > > I am new to both emacs and org-mode. Org-mode sounds really cool and I > am trying to use it to make notes for a project. welcome! > I have some latex > symbols that I need to enter in the file. > As a background: > (1) I read in the manual that for latex code I do not

Re: [Orgmode] latex export of source code in lists

2010-12-10 Thread Andreas Leha
Hello Nicolas, I can confirm that this is fixed now. Thanks a lot! Greetings, Andreas Am 09.12.2010 21:36, schrieb Nicolas Goaziou: > Hello, > > >> Andreas Leha writes: >> > >> Hi all, (how) can I have source code block in lists not breaking the >> latex exported list

[Orgmode] org-mode and ebib

2010-12-10 Thread Ali Tofigh
Hi everyone, A while ago I asked on this list about connecting org-mode with ebib, which is a bibtex database manager for emacs. Thanks to Joost Kremers, there is now a solution. I asked the developer of ebib, Joost Kremers, if he could write a function that would start ebib on a given bibtex ent

[Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Thomas S. Dye
Aloha all, I get subject error when exporting this subtree to LaTeX: * Export problem #+begin_src emacs-lisp :results wrap :exports both "code block results" #+end_src #+begin_src emacs-lisp :var lst=a-list :results list (reverse lst) #+end_src The error goes away and LaTeX export succe

[Orgmode] Re: [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Bernt Hansen
Hi Max, That is definitely _not_ the behaviour I get. maxi.mat...@googlemail.com (Maximilian Matthé) writes: > I'm using current version of org-mode (just pulled). I want to filter my > agenda view (C-c a a) by a Tag. I want the agenda to only show items > that have the tag :pruef: set. > > So I

Re: [Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
Hi Eric Thanks looks promising but I'm having problems to use it. I noticed that babel is not a part of 6.30trans and did an upgrade to the latest current version 7.4. Unfortunately it's causing problems (all I did was updating a sym-link to the new package) Am I supposed to set additional PATH

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Carsten Dominik
Hi, I am unable to reproduce this. - Carsten On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src ema

Re: [Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
ARGH .. ... just realised that I still need to run the makefile for installation. Sorry! :) 2010/12/10 LanX > Hi Eric > > Thanks looks promising but I'm having problems to use it. > > I noticed that babel is not a part of 6.30trans and did an upgrade to the > latest current version 7.4. > ___

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > I get subject error when exporting this subtree to LaTeX: > > * Export problem > > #+begin_src emacs-lisp :results wrap :exports both >"code block results" > #+end_src > > #+begin_src emacs-lisp :var lst=a-list :results list >(reverse lst) > #+end

[Orgmode] Re: [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Hi! > Hi Max, > > That is definitely _not_ the behaviour I get. ... snip ... >>Typing TAB lets me >> type sth. in the minibuffer. But with no tab-completion (tab just >> inserts a tab) and pressing Return inserts a newline. > > I get TAB completion in the minibuffer for tags so something must be

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Thomas S. Dye
So, Seb and I have two things that others can't reproduce: the error in the OP, and the version string for the latest Org-mode. Tom On Dec 10, 2010, at 8:15 AM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, I get subject error when exporting this subtree to LaTeX: * Export problem

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Nick Dokos
Thomas S. Dye wrote: > So, Seb and I have two things that others can't reproduce: the error > in the OP, and the version string for the latest Org-mode. > Looks that way :-) BTW, can you get a backtrace for the OP? Nick ___ Emacs-orgmode mailing li

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Thomas S. Dye
Aloha Nick, On Dec 10, 2010, at 8:34 AM, Nick Dokos wrote: Thomas S. Dye wrote: So, Seb and I have two things that others can't reproduce: the error in the OP, and the version string for the latest Org-mode. Looks that way :-) BTW, can you get a backtrace for the OP? Nick Here you go

[Orgmode] Re: [BUG]? org-agenda-filter-by-tag

2010-12-10 Thread Maximilian Matthé
Bernt Hansen writes: > Hi Max, > > That is definitely _not_ the behaviour I get. Hi, I've got the error, but I don't know why: - (require 'ido) (setq ido-everywhe 1) ;; commenting only this out does not help (setq ido-enable-flex-matching t) (setq ido-max-work-file-list 50) (setq ido

[Orgmode] Re: newlines in capture templates from the customize buffer

2010-12-10 Thread Bernt Hansen
suvayu ali writes: > Hi Giovanni, > > On Fri, Dec 10, 2010 at 1:18 PM, Giovanni Ridolfi > wrote: >> suvayu ali writes: >>> Entering a newline pressing [RET] works. But then in my init.el it is >>> stored as a carriage return rather than "\n", making it ugly. >> >> If you don't like the >> you

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Mike McLean
I have the same issue, showing 7.3 as org-version. The strange thing is that my git history shows the 7.4 version patch. $ git log -5 --format=oneline 32f8161a7ce4ae6b60e24ba1ff2f9f2b0626e838 Update website to show 7.4 as current release 68b11caa9dff723e12

[Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
Hi Don't know if this is trivially answered... I'm thinking about using org-mode for a collection of code-snippets which are executed by a click on a link My first idea was to use orgs hyperlink syntax but there I have two problems 1. something like [[shell:code][NAME]] can't be multiline 2. for

[Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
(hope this will not produce a duplicate post) Hi > > Don't know if this is trivially answered... > > I'm thinking about using org-mode for a collection of code-snippets which > are executed by a click on a link > > My first idea was to use orgs hyperlink syntax but there I have two > problems > 1.

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Charles C. Berry
On Fri, 10 Dec 2010, Carsten Dominik wrote: Hi, I am unable to reproduce this. - Carsten On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: > here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Em

Re: [Orgmode] Here is my article on date-trees and capture mode

2010-12-10 Thread Eric S Fraga
Charles Cave writes: > Here is my article: > > http://members.optusnet.com.au/~charles57/GTD/datetree.html > > I welcome feedback so I can make the article as useful as possible. > > Charles Very nice article. Easy to follow and has enough examples to be quite useful. I will be interested in k

Re: [Orgmode] Re: Example for beamer export with blocks and twocolumn

2010-12-10 Thread Eric S Fraga
Loris Bennett writes: [...] > Thanks for the reply. However, I my problem is not with the main > presentation part of the org file. > > What I would really like to see is > > 1. the preamble to the presentation where the MACROs LaTeX_CLASS options > etc. are given Loris, did you have a look at

Re: [Orgmode] Re: [MobileOrg] Specify files to be sync'ed

2010-12-10 Thread Eric S Fraga
Markus Heller writes: > Matthew Jones writes: > >> Hey >> Markus,http://orgmode.org/manual/Pushing-to-MobileOrg.html#Pushing-to-MobileOrgIf >> you configure org-mobile-files to contain just the files you want copied >> over, then that is all that will be synced during an org-mobile-push > > D

[Orgmode] Agenda clock reports and tag filters

2010-12-10 Thread Bernt Hansen
Hi, Dynamic clock reports can be filtered with :tags so they only show clock results that match that tag. Is it possible to automatically apply the current filter list in org-agenda-filter for the agenda clock report you get with 'R'? I'd like some way to add :tags 'org-agenda-filter (or somethi

[Orgmode] Re: Agenda clock reports and tag filters

2010-12-10 Thread Carsten Dominik
On Dec 10, 2010, at 10:17 PM, Bernt Hansen wrote: Hi, Dynamic clock reports can be filtered with :tags so they only show clock results that match that tag. Is it possible to automatically apply the current filter list in org-agenda-filter for the agenda clock report you get with 'R'? I'd

[Orgmode] org beamer conflicts

2010-12-10 Thread Andrea Crotti
I noticed a strange problem. My emacs configuration uses orgmode from git, and loads it in this way: (defun make-conf-path (path) (expand-file-name (concat base path))) (add-to-list 'load-path (make-conf-path "org-mode/lisp")) (add-to-list 'load-path (make-conf-path "org-mode/contrib/babel/lisp

Re: [Orgmode] org beamer conflicts

2010-12-10 Thread suvayu ali
On Fri, Dec 10, 2010 at 10:39 PM, Andrea Crotti wrote: > I noticed a strange problem. > My emacs configuration uses orgmode from git, and loads it in this way: > > (defun make-conf-path (path) >  (expand-file-name (concat base path))) > > (add-to-list 'load-path (make-conf-path "org-mode/lisp")) >

[Orgmode] Re: Release 7.4

2010-12-10 Thread Bernt Hansen
I think this is fixed with a new commit on the master branch. -Bernt "Charles C. Berry" writes: > On Fri, 10 Dec 2010, Carsten Dominik wrote: > >> Hi, >> >> I am unable to reproduce this. >> >> - Carsten >> >> On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: >> >>> Hi Carsten, >>> >>> Carst

[Orgmode] Re: ID property for top-of-file?

2010-12-10 Thread Matt Lundin
Nathan Neff writes: > I like the org-id-goto function and use it all the time. > > I use org-id to jump to my "refile.org" file, but I always need > to create a headline to store the ID property. > > I tried putting #+ID: foo property at the top of the file, but the > org-id-goto function couldn'

[Orgmode] Re: Agenda clock reports and tag filters

2010-12-10 Thread Bernt Hansen
Carsten Dominik writes: > On Dec 10, 2010, at 10:17 PM, Bernt Hansen wrote: > >> Hi, >> >> Dynamic clock reports can be filtered with :tags so they only show >> clock >> results that match that tag. >> >> Is it possible to automatically apply the current filter list in >> org-agenda-filter for th

Re: [Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
Hi Eric thanks, after some fiddling I was able to make it work... But do I get it right? The snippet has to be explicitely named, I can't tell the hyperlink just to take the next block? Before I start trying it, is it theoretically possible to write an on ob-multiline.el which parses the follow

[Orgmode] Problem publishing symbolic links

2010-12-10 Thread Aidan Gauland
Hi, I am using Org-mode to run my website, and I have symbolic links to files elsewhere in my home directory (which are dereferenced when published). When I org-publish the project, it doesn't re-publish the symbolic links even if the target has changed. Any idea what I could do to avoid manuall

Re: [Orgmode] hyperlinks executing multiline code snippets?

2010-12-10 Thread LanX
> > > Before I start trying it, is it theoretically possible to write an on > ob-multiline.el which parses the following lines? > > I.e. is the current "point" known at execution time? > > it works. I managed to create a new lisp defun which parses the following text, extracts the code and execut

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-12-10 Thread Nathaniel Flath
Sory for the long delay - I got caught up in other work. A patchaddressing the sisues brought up is attached. Let me know of anything else. Thanks, Nathaniel Flath On Fri, Nov 26, 2010 at 8:39 PM, Nathaniel Flath wrote: > I'm working on your comments, should have another patch in the next day

Re: [Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-10 Thread Cassio Koshikumo
Hi, Carsten, I understand what you're saying. I've been looking at the functions responsible for moving trees around and still can't get my head around them. Not that this means much, as I'm just starting to dabble in some elisp and don't have lots of experience with other languages either, but I

[Orgmode] Turning off hyperref in latex export?

2010-12-10 Thread Jeff Horn
Hey orgsters, Is there a way to turn off using the hyperref package for latex export? Ideally, I'm looking for a local variable or something to suppress inserting `\usepackage{hyperref}' and `\href{}{}' commands in the exported tex source. A quick search on Google and gmane turned up little. Jef

Re: [Orgmode] Turning off hyperref in latex export?

2010-12-10 Thread Thomas S. Dye
Aloha Jeff, You might customize org-export-latex-default-packages-alist to suit your needs. All the best, Tom On Dec 10, 2010, at 7:35 PM, Jeff Horn wrote: Hey orgsters, Is there a way to turn off using the hyperref package for latex export? Ideally, I'm looking for a local variable or so