Re: [O] evaluation of perl in babel

2013-02-25 Thread D M German
Achim Gratz twisted the bytes to say: Achim D M German writes: There are some bugs. For example, the interpretation of :results table, vector and list. Achim You may misunderstand some things, or I don't understand what you are Achim asking. It is (at least currently

Re: [O] [PATCH] bug in expansion of variables in babel Perl

2013-02-25 Thread D M German
Achim D M German dmg at uvic.ca writes: I think the issue is that, at least in my computer the variable $\ returns empty (the record separator). Achim Thinko on my side, what I wanted was the input record separator $/ Achim (to avoid Achim specifying a literal newline for those systems

[O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
Hi Everybody, I found a bug in the Babel perl code. When a table is used as input, the values of the table are not escaped. In fact, they are surrounded by double quotes instead of single ones '. This means that special characters are interpreted: $string, and @variable are considered

Re: [O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
dmg Mm, I also noticed that when :results output is used, there is no way dmg to insert perl code before or after the executed code. dmg org-babel-perl-wrapper-method only works for all the methods but dmg output. It would be nice to have a variable that dmg does this for any output type.

[O] babel :results output and format of output

2013-02-24 Thread D M German
hi everybody, I have been testing babel with perl and I am very puzzled by the following: Say I have the following script that outputs 10 numbers. org/babel wraps it as a begin_example #+begin_src perl :results output for (my $i=0;$i10;$i++) { print $i\n; } #+end_src #+RESULTS:

Re: [O] bug in expansion of variables in babel Perl

2013-02-24 Thread D M German
Achim D M German writes: Achim […] Achim Please leave the formats alone, if you change the number of parameters Achim there folks that use their own definitions won't know what hit them. Achim What you want is to prepend something to the body that Babel gives you, Achim so let-bind

[O] evaluation of perl in babel

2013-02-24 Thread D M German
Hi Everybody, I looked a bit more onto the way that perl is evaluated. I know the support of perl is minor. I understand that, so please, don't see this message as a complaint, so this is more for discussion and potential improvements of the Perl support in Babel. One of the things I have

[O] Tag columns in clock-table

2013-01-04 Thread Raghavendra D Prabhu
Hi, Is there a way to get tags (for the first level at least) in the org-clock-table? If not, it would be nice to have an option to have with it. The rationale behind it is this is to avoid multiple clock-tables and also to reduce confusion. Suppose, I filter with 3 tags, currently I use

Re: [O] On org-clock-table and day-of-the-week

2012-12-29 Thread Raghavendra D Prabhu
Hi, * On Sat, Dec 29, 2012 at 12:36:42PM +0100, Bastien b...@altern.org wrote: Hi Raghavendra, Raghavendra D Prabhu raghu.prabh...@gmail.com writes: I am using org clock-table to generate reports etc. However, it has starting day for the week hard-coded as Monday 0:00 (in org-clock-special

[O] On org-clock-table and day-of-the-week

2012-12-04 Thread Raghavendra D Prabhu
Hi, I am using org clock-table to generate reports etc. However, it has starting day for the week hard-coded as Monday 0:00 (in org-clock-special-range I believe). It would be nice if this is configurable much like how org-agenda-start-on-weekday behaves (that variable has no effect on

[O] Emacs non-breaking space (Ctrl-x 8 space) doesn't export to HTML nbsp;

2012-11-13 Thread D. C. Toedt
. -- *D. C. Toedt III * | Lawyer for tech companies | Houston, Texas (Central time zone)| Last name is pronounced Tate d...@toedt.com | +1 (713) 364-6545 | *Blog:* On Contractshttp://www.OnContracts.com | *LinkedIn:* dctoedt http://www.linkedin.com/in/dctoedt | Calendarhttps

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Orlando López D .
configuration with the full path to the Dropbox folder. Regards, Jonathan On Tue, May 29, 2012 at 3:17 AM, Ian Barton li...@wilkesley.net wrote: On 28/05/12 15:45, Orlando wrote: Ian Bartonlistsat wilkesley.net writes: On 26/05/12 20:00, Orlando López D. wrote: I configured emacs

Re: [O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-29 Thread Orlando López D .
, then I'm not sure why it wouldn't be detecting the correct path. Regards, On Tue, May 29, 2012 at 12:14 PM, Orlando López D. orlando.1...@gmail.com wrote: Jonathan, Thanks for your attention to this matter. After doing an evaluation, I am getting the correct path on my Windows

[O] Variable `org-mobile-directory` must point to an existing directory. Multiplatform setup, howto

2012-05-26 Thread Orlando López D .
I configured emacs org-mode on a Mac, working properly, having my org files and MobileOrg file within my DropBox folder ( ~/DropBox/ ). Now, I will like to get my emacs setup working properly on my Windows box. I have been able to get it working in terms of reading my .emacs file and emacs.d

[O] External link abbreviations don't work when contained in #+INCLUDE file

2012-04-30 Thread D. C. Toedt
--- [In Chapter.html:] For an example of a confidentiality provision protecting each party's information, see a href=#Disney-PixarDisney Pixar/a § 19(c)(1). Thanks in advance, D. C. -- *D. C. Toedt III * | Lawyer for tech companies | Houston, Texas (Central

Re: [O] org-protocol in windows and Acrobat Reader

2012-03-19 Thread d . tchin
This indicates that .replace('|',':') didn't work out as expected and org-protocol received org-protocol://store-link://file%3A%2F%2F%2FC%7C%2FTemp%2Ffile.pdf ^^^ Maybe this could do the trick: , |

[O] org-protocol in windows and Acrobat Reader

2012-03-15 Thread d . tchin
Hi, I try to use a function proposed with org-protocol as explained in this link. http://orgmode.org/worg/org-contrib/org-protocol.html#sec-2 I would like to launch a pdf file in Acrobat Reader and to use org-store- link.js to capture the full path of the document in an org file.I try to use

Re: [O] taskjuggler3 export

2012-02-29 Thread d . tchin
hierarchindex, name, start, end, effort, duration, completed, chart | timeformat %Y-%m-%d | hideresource 1 | formats html | loadunit shortauto

Re: [O] TaskJuggler 3.1 export (tj3)

2012-02-01 Thread d . tchin
Hello, Rainer M Krug r.m.krug at gmail.com writes: Hi I would like to use the export to taskjuggler, but somehow I don't get it working - might be me or the fact that I have taskjuggler 3.1.0. I am trying the example on http://orgmode.org/worg/org-tutorials/org-taskjuggler.html

Re: [O] TaskJuggler 3.1 export (tj3)

2012-02-01 Thread d . tchin
John Hendy jw.hendy at gmail.com writes: On Wed, Feb 1, 2012 at 6:25 AM, d.tchin d.tchin at voila.fr wrote: Hello, Rainer M Krug r.m.krug at gmail.com writes: Even so, see my most recent thread (http://www.mail-archive.com/emacs-orgmode at gnu.org/msg51502.html). Even if that

Re: [O] [bug] alias for list-diary-entries-hook creates loop in emacs 24

2012-01-11 Thread d . tchin
Eric S Fraga e.fraga at ucl.ac.uk writes: Hello, one of the recent updates commit d6e40fb3472761ed51795f54491b969976167116 to org has caused a problem with the latest emacs snapshot (version from 5 January I believe). Specifically, the alias for list-diary-entries-hook would

[O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread d . tchin
Hi, I would like to report a problem of evalation when org-babel is used with emacs 22.3 on windows and recent org-mode 7.8.03. I use the following code : #+begin_src sh :results silent ls #+end_src It breaks when a header is used. When evaluated with C-c C-c, the following message appears

Re: [O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread d . tchin
Eric Schulte eric.schulte at gmx.com writes: This same issue was raised recently on the mailing list and (I believe) a patch has been pushed to the git repository. Would you mind checking if the problem persists in the git head? I download org-latest.zip archive and test it. This version

[O] org-velocity load problem

2011-09-20 Thread d . tchin
Hi all, This post just to warn that org-velocity is not loaded with Emacs 22.3.1. I try to load org-velocity but I have the following message : error: Unknown keyword :safe I use GNU Emacs 22.3.1 (i386-mingw-nt6.1.7601) and Org-mode version 7.7. I had the possibility to try with emacs 23.3

Re: [O] a window with my agenda at all times

2011-06-27 Thread D M German
Hi Erick, Eric D M German d...@uvic.ca writes: Hi everybody, I struggle to keep (in emacs) a window with the agenda at all times. If anybody has any pointers on how to get a window or a frame to stick at all times with the contents of a frame, and basically be ignored from any

[O] a window with my agenda at all times

2011-06-26 Thread D M German
Hi everybody, I struggle to keep (in emacs) a window with the agenda at all times. If anybody has any pointers on how to get a window or a frame to stick at all times with the contents of a frame, and basically be ignored from any window-related command (split, kill, etc), I would be grateful.

[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
Eric Schulte schulte.eric at gmail.com writes: Hi d.tchin, Hi Eric This problem is caused because (as you point out) the calc-command-flags variable is not defined. In my Emacs version calc-command-flags is provided by (require 'calc) which is part of Babel's calc support, this

[Orgmode] Re: Bug ? : org-babel and calc : calc-command-flags

2011-01-20 Thread d . tchin
Eventually I prefer to use the following instruction in the buffer where I will use calc with babel. #+begin_src emacs-lisp :results silent (require 'ob-calc) (defvar calc-command-flags nil) #+end_src Thank you for your help. d.tchin ___

[Orgmode] Bug ? : org-babel and calc : calc-command-flags

2011-01-19 Thread d . tchin
Hello, I tried to use calc with babel but it doesn't work as expected. I use the following block with simple instruction : #+begin_src calc 2*3 #+end_src I didn't get back any results. I launch calc and it seems to be called as I have following output --- Emacs Calculator Mode --- 1: 6 .

[Orgmode] Re: Property inheritance in Org-collector

2011-01-11 Thread d . tchin
Eric Schulte schulte.eric at gmail.com writes: I used new version of org-collector as you suggested. It works well. Thank you. Regards. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Property inheritance in Org-collector

2011-01-08 Thread d . tchin
Christian Moe mail at christianmoe.com writes: Hi, I'm trying to use an Org document as the database for a textbook analysis and Org-collector.el to output reports. With org-use-property-inheritance set to `t', and working in sparse trees, I fail to get inherited properties to show

[Orgmode] Re: Babel+gnuplot on Worg

2010-09-10 Thread d . tchin
Hi, Thank you for this document. It is really of great help. I would like to do one remark. I tried to make gnuplot work on Windows system but I never really manageg to make it work in interactive way. I first started to use org-plot. It doesn't work under Windows. In fact it seems related

[Orgmode] Re: Babel+gnuplot on Worg

2010-09-10 Thread d . tchin
Hi, Forgive me... not sure I'm tracking completely. - When you say It doesn't work under Windows are you referring to the org- plot method? - But org-babel does work if you use session none --- Sorry, what is session none? I've not heard of that before. Don't be sorry, I wasn't clear.

[Orgmode] Export function to Vcal file

2010-09-10 Thread d . tchin
Hi I see that there is org-export-icalendar-* functions. Is there a function that allows to export to *.vcs file which are recognized by Palm Os ? Regards ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: Agenda and weather forecast

2010-09-10 Thread d . tchin
Hi, Just to follow previous discussion about having city. Julien Danjou add a new entry in org-google-weather-format that allows to get City for which the weather is asked for. It is possible to customize this variable. The default format is %i %c, %l-%h %s . If you can add %C for city : %C

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread d . tchin
Julien Danjou julien at danjou.info writes: Hi folks, If anybody is interested, I've wrote an small extension to put some weather forecasts in the agenda. It can be found here[1]. I've blogged about it yesterday, so if you're curious you can read the entry[2]. Happy hacking, [1]

[Orgmode] Re: Agenda and weather forecast | multiple forecasts

2010-09-09 Thread d . tchin
Juan Pechiar at computer.org writes: A simple way is to use the category declaration: #+CATEGORY: Paris %%(org-google-weather Paris FR) #+CATEGORY: Caen %%(org-google-weather Caen FR) #+CATEGORY: Agenda ... other stuff Regards, .j. Thank you for your answer. In fact I was

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread d . tchin
d.tchin writes: I didn't use the level I would like to use for answering. As I reply to Juan, I like your suggestion of using CATEGORY. Thank you for your help. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] [babel] lob evaluation : a bug ?

2010-08-05 Thread d . tchin
Hi, I try to evaluate function already defined in library-of-babel. But whatever the function I try to evaluate I have the following error output get from buffer *Messages* : setf: Wrong type argument: consp, nil For example I use the following : #+tblname: R-plot-example-data | 1 | 2 | | 2

[Orgmode] [Babel] gnuplot, table entry and temporary file

2010-08-02 Thread d . tchin
Hi, Before asking my question, I would like to give few remarks about use of gnuplot with org-babel and the reason why I asked this question. I tried to use it with org-plot but I was not really satisfied as it didn't work clearly well with emacs installed on MS Windows. Below a thread about

[Orgmode] Re: [Babel] gnuplot, table entry and temporary file

2010-08-02 Thread d . tchin
d.tchin write Sorry, please forget the last question. I have just seen a thread related to gnuplot that answers to this question. Below a link to this thread : http://thread.gmane.org/gmane.emacs.orgmode/27990/focus=27998 ___ Emacs-orgmode

[Orgmode] Re: [BABEL] Output with octave

2010-07-26 Thread d . tchin
Eric S Fraga ucecesf at ucl.ac.uk writes: I don't think you are missing anything obvious as for the :results value case, I get the same thing. In fact, for :results output, I don't actually get any output! I'm not sure why. I wonder if there is a dependence on the version of Octave? I'm

[Orgmode] Re: org-collector : display problem with propview

2010-07-23 Thread d . tchin
Eric Schulte schulte.eric at gmail.com writes: Hi, The following minimal patch to org-collector.el should remove tags from the ITEM text, which will also remove the many \n characters. Please let me know if this works for you. Thanks -- Eric Attachment

[Orgmode] [BABEL] Output with octave

2010-07-23 Thread d . tchin
Hi I use babel to use with octave language. I use it and define a session so as to have interaction with octave process. It is great to have interaction with octave and check the action of the code easily. I have problem to get output back in org mode file. I try the following code :

[Orgmode] org-collector : display problem with propview

2010-07-22 Thread d . tchin
Hi I try to use org-collector. Since I have changed org-mode to release 7.01 there is a modification in the display of propview. Below an example : - * View #+BEGIN: propview :cols (ITEM CATEGORY) :scope tree :match Inside1 | ITEM

[Orgmode] Re: org-collector : display problem with propview

2010-07-22 Thread d . tchin
d.tchin writes: Hi ... Subsidiary question : is it possible not to display the tag in propview ang ITEM entry. Sorry. For this question, what I want is to get ITEM entry without the tag in propview display. GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON

[Orgmode] Re: Getting a Google Maps' map for an entry

2010-07-02 Thread d . tchin
d.tchin writes: Julien Danjou julien at danjou.info writes: Hi there, I've recently wrote a Google Maps extension for Emacs[1]. Therefore, I've extended org-mode to display a Google Maps' map for an event location. The extension, which is very simple, is available here[2]

[Orgmode] How to control visibility cycling of headlines using custom tags?

2010-03-26 Thread Kevin D. Robbins
Hello, I have not been able to find how to control visibility cycling of individual headlines. I want to be able to use my own tags, but have their visibility cycling behave just like when the headline is tagged with the archive tag. That is, I want to create custom tags that keep a headline

Re: [Orgmode] How to control visibility cycling of headlines using custom tags?

2010-03-26 Thread Kevin D. Robbins
wrote: On Mar 26, 2010, at 4:36 PM, Kevin D. Robbins wrote: Hello, I have not been able to find how to control visibility cycling of individual headlines. I want to be able to use my own tags, but have their visibility cycling behave just like when the headline is tagged with the archive tag

[Orgmode] org-protocol: non-ASCII characters

2010-02-04 Thread D M German
Jan After learning about org-protocol on worg, I got it working. Jan There seems to be a problem with non-ASCII characters in the file names, Jan though: an ü in the file path arrived in emacs as %0 %)). I have been looking around and I am not sure how to solve this problem. Withing Evince

[Orgmode] org-remember support in xournal

2010-01-31 Thread D M German
Hi everybody, I am sorry I have been a bit slow to finish the integration of xournal with remember mode. I think I got it working. My branch of xournal is available at github: http://github.com/jboecker/xournal If the loaded file in xournal is a PDF, the remember link is created to the .pdf

[Orgmode] patch to support remember in evince

2010-01-31 Thread D M German
here is a patch to support remember inside evince. http://turingmachine.org/~dmg/temp/0001-Added-support-for-xournal-but-docview-linking-needs-.patch I tried to pass the text selection to remember, but it does not work (org-protocol://remember://docview:filename::pagenumber::selection).

[Orgmode] Re: org-babel-R and windows ?

2010-01-13 Thread d . tchin
Dan Davison davison at stats.ox.ac.uk writes: The org-babel default is to invoke R as an external shell command, and I think this is what is causing the problem. It requires that the emacs function shell-command can use the string R to invoke an R process, i.e. the R installation and the shell

[Orgmode] org-babel-R and windows ?

2010-01-12 Thread d . tchin
I need help to be able to use org-babel functionality. I use emacs 22.3.1 in windows XP and org-mode 6.34. I have the following instructions in .emacs (require 'org-install) (require 'org-plot) (require 'org-babel-init) (require 'org-babel-R) ;; requires R and ess-mode (require

[Orgmode] Tips on maintaining a knowledge-base ?

2010-01-09 Thread d . sturb
I've been using org-mode for a little while, I've kept it really simple for now, with only two files : - one to act as an inbox, with remember-mode - another where I stick just about anything that's been processed from the inbox This is great for managing somewhat 'actionable' items,

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread D M German
Jan Böcker twisted the bytes to say: Jan Example: Jan [[docview:/home/jan/some-file.pdf::7][Page 7]] Jan Of course, these links open the file by visiting it in emacs. Jan I would propose to modify org-docview.el to look in org-file-apps for an Jan entry for \.pdf\' thanks. This will get

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread D M German
Jan Böcker twisted the bytes to say: Jan On 02.01.2010 16:20, Darlan Cavalcante Moreira wrote: Evince also has an option (-p) to open the file in a given page and this would be enough for a link to a PDF file. Since I prefer using Evince instead of docview mode I would be very happy to

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread D M German
I have implemented 'Remember' in xournal. I doubt this feature will ever make into the mainstream. You can check out my fork. it contains many features not in the current distribution, but useful, including very rudimentary search support, ability to jump to next and previous annotations:

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread D M German
Jan It allows you to link to any document format which doc-view-mode Jan supports, which includes PDF files. The syntax is: Jan docview:file name::page number Jan Example: Jan [[docview:/home/jan/some-file.pdf::7][Page 7]] I have started modifying evince. I got to the point in evince

Re: [Orgmode] Encrypting files for org-mobile

2009-12-29 Thread D M German
at 4:04 AM, D M German d...@uvic.ca wrote: Hi everybody, Does anybody know if it is possible to keep the files for org-mobile encrypted in the server? I know you can protect them with a password, but that protection is from people who look into the server. How about

[Orgmode] Re: Encrypting files for org-mobile

2009-12-29 Thread D M German
Bernt Hansen twisted the bytes to say: Bernt Hi Richard, I don't currently use MobileOrg but I do use encryption Bernt with org-mode as described here: Bernt http://doc.norang.ca/org-mode.html#HandlingEncryption Bernt Regards, Bernt Bernt Thanks Bernt, for calling my attention to this

Re: [Orgmode] Browser Interface to org-mode?

2009-12-21 Thread D M German
Manish twisted the bytes to say: Manish On Mon, Dec 21, 2009 at 12:24 PM, sumeet pareek wrote: I am not a 100% sure but I believe I heard some where in the google tech talk about browser interface to org-mode. Could anybody tell me where can I find it? It would be a boon to me as I am

[Orgmode] running org-mode (inside emacs) in the n900

2009-12-14 Thread D M German
Yes, it can be done: http://turingmachine.org/blog/index.php?/archives/99-Running-emacs-and-org-mode-in-the-N900.html I just got it running. The instructions are there. Now I need to figure out where the meta key is ;) --dmg -- -- Daniel M. German http://turingmachine.org/

Re: [Orgmode] Re: Org-mode and Nokia N900

2009-12-11 Thread D M German
Óscar Thierry Guillemin tguille...@gmail.com writes: Hello This question comes after reading http://lifehacker.com/5419988/five-best-outlining-tools and before buying a N900... Will it be possible to install Org-mode on the N900 (only Emacs available is Qemacs) ? Óscar It

[Orgmode] Re: Latex export and label entries

2009-12-08 Thread d . tchin
Hi Carsten Dominik carsten.dominik at gmail.com writes: Hi, On Dec 2, 2009, at 2:51 PM, d.tchin at voila.fr wrote: Hi, I use org-export-latex to create latex powerdot file. I make adaptation of template defined for beamer class and it works quite well. I have a problem I

[Orgmode] Latex export and label entries

2009-12-02 Thread d . tchin
Hi, I use org-export-latex to create latex powerdot file. I make adaptation of template defined for beamer class and it works quite well. I have a problem I would like to submit : By default in each section or slide (frame) environment, there is a label added by default. This instruction

[Orgmode] enabling org-protocol with Firefox 3 and Ubuntu 9.04

2009-11-09 Thread D M German
Hi everybody, if you have tried to enable org-protocol under Firefox you might run into the issue that firefox does not start emacsclient, no matter what the about:config variables say. After spending some time I discovered that this is an issue of Firefox's integration with Gnome. What you

Re: [Orgmode] org-plot : interaction problem with gnuplot

2009-06-30 Thread d . tchin
°) I put the instruction you suggested. I try to use org-plot/gnuplot and I have the following output on message buffer: OVERVIEW org-plot/gnuplot CHILDREN Loading d:/perso/home/emacs/emacs-22.2/lisp/org/lisp/org-plot.el (source)...done script is reset set title 'Citas' set yrange [0:] progn

[Orgmode] org-plot : interaction problem with gnuplot

2009-06-19 Thread d . tchin
Hi, I would like to use gnuplot with org-mode tabular function.But I haven't managed to use it until now. I would like to submit to you few remarks I have done. I use GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) on Microsoft Windows XP OS. I have installed gnuplot and I can use it with

[Orgmode] Re: feature request

2009-03-26 Thread Robert D. Crawford
. rdc -- Robert D. Crawford rd...@comcast.net ___ 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] Re: generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-25 Thread Robert D. Crawford
this in emacspeak and I know I did it in bmk-mgr. I assume that if Dr. Raman signed off it can't be too wrong. Thanks for your help, rdc -- Robert D. Crawford rd...@comcast.net ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: feature request

2009-03-25 Thread Robert D. Crawford
Hello Charles, Charles Philip Chan cpc...@sympatico.ca writes: Robert D. Crawford rd...@comcast.net writes: I use emacs and emacspeak almost exclusively for my computing needs. Sorry I wasn't clear in my needs and use. I am curious as to why you are using w3, since, from what I have read

[Orgmode] Re: generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-25 Thread Robert D. Crawford
) of 2009-02-03 on t40 I am running about a month and a half behind upgrading emacs. If you think that might be a problem I can update. Thanks for your help, rdc -- Robert D. Crawford rd...@comcast.net ___ Emacs

[Orgmode] Re: feature request

2009-03-24 Thread Robert D. Crawford
use emacs and emacspeak almost exclusively for my computing needs. Sorry I wasn't clear in my needs and use. Thanks, rdc -- Robert D. Crawford rd...@comcast.net All kings is mostly rapscallions. -- Mark Twain

[Orgmode] generating titles in remember templates from w3 buffers [was:Re: feature request]

2009-03-24 Thread Robert D. Crawford
below to reflect the change in my template and what it returns. Thanks in advance for any help, rdc Robert D. Crawford rd...@comcast.net writes: Matthew Lundin m...@imapmail.org writes: I've been trying to make an org-remember template that will grab the title of the webpage I want to create

[Orgmode] Re: feature request

2009-03-23 Thread Robert D. Crawford
this: * [[http://www.osnews.com/story/21181/The_IBM_X41_as_a_Lightweight_Linux_Laptop]] :laptop: from this template: '((?b * [[%a] %^g %! ~/bookmarks.org bottom) Later today, if I get the chance, I'll explore the solution proposed by Sebastian Rose. Thanks again, rdc -- Robert D. Crawford

[Orgmode] feature request

2009-03-22 Thread Robert D. Crawford
, rdc -- Robert D. Crawford rd...@comcast.net Every journalist has a novel in him, which is an excellent place for it. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

[Orgmode] agenda files separation

2008-07-15 Thread D. Kapetanakis
Dear All, Since like most of us I live a double or triple life I would like to have a separation of the agenda files. I mean that I have one org-file for work with all the todo items, projects etc, one for my personal study, books I want to read, songs I want to learn to play etc, for home,

[Orgmode] org/blorg and mysql

2008-03-27 Thread D. Kapetanakis
Hey, I also want to look at it, but where??? Dimitris -- Message: 6 Date: Wed, 26 Mar 2008 13:37:20 -0700 From: Cezar Halmagean [EMAIL PROTECTED] Subject: [Orgmode] Re: org/blorg and mysql To: emacs-orgmode@gnu.org Message-ID: [EMAIL PROTECTED] Content-Type:

[Orgmode] Horizontal lines in tables

2007-11-28 Thread D. Kapetanakis
Thanks for 5.14. works pretty good except that when I try to export in HTML an org file containing a table with a first horizontal line like the following |+| | 172141 || |+| | 16000 | 20582162-6 | | 2 || | 7725 | 20582165-1

[Orgmode] Latex Export

2007-09-29 Thread D. Kapetanakis
Hello All, I am desperately trying to go from org to Latex without success. I am using org-mode 5.10b. I receive the following Exporting to LaTeX... Loading latexenc...done (New file) Loading tex...done Loading latex...done Loading font-latex... Loading bytecomp...done Loading font-latex...done

<    1   2