Re: Any plan to include Org-ql upstream

2024-07-29 Thread Seb g
Ok, I post too quickly. It's already planned on Org-ql side: <https://github.com/alphapapa/org-ql/issues/409> Sorry. Le 30 juillet 2024 05:32:39 GMT+02:00, Seb g a écrit : >Hello, > >Is there a plan to include org-ql upstream, into org-mode ? > >It is a very good t

Any plan to include Org-ql upstream

2024-07-29 Thread Seb g
Hello, Is there a plan to include org-ql upstream, into org-mode ? It is a very good tools to search in org-mode files or to build custom tables from org-mode files. Some functions like org-ql-search could become org-search, a main Org-mode search engine. And Org-ql could be used to make Org-

Org-publish and HTML menu

2024-07-27 Thread Seb g
Hello, I plan to use org-publish to make a website from org-mode files. And I search an efficient way to make the website menu. I know that I have to put the menu in the webpages preamble. But I don't like the idea of writting the website menu in raw HTML. I would love to define this menu as a

Re: [PATCH] org-list.el: Reduce scope to subtree

2023-09-26 Thread J. G.
ng 3" have their counter cookies set to [0/0] which is not the desired behavior. On Tuesday, September 26, 2023 at 02:33:52 AM PDT, Ihor Radchenko wrote: "J. G." writes: > Hi, this patch reduces the scope of the function  > org-reset-checkbox-state-

[PATCH] org-list.el: Reduce scope to subtree

2023-09-24 Thread J. G.
Hi, this patch reduces the scope of the function  org-reset-checkbox-state-subtree to just the subtree per its name and documentation.From f7b0e67935f7677fe2c238a17bf4f70ac962ab08 Mon Sep 17 00:00:00 2001 From: JG Date: Sun, 24 Sep 2023 16:17:45 -0700 Subject: [PATCH] org-list.el: Reduce scope to

Re: [PATCH] org.el: Respect org-extend-today-until in timestamps with ++

2023-08-16 Thread Valentin G. J. Herrmann
I've now added org-test-with-time-locale so that the test results are independent of the running machine. I think it's much cleaner this way than using .* On 14/08/2023 14.51, Ihor Radchenko wrote: "Valentin G. J. Herrmann" writes: Ok, so I guess I was stupid in another

Re: [PATCH] org.el: Respect org-extend-today-until in timestamps with ++

2023-08-16 Thread Valentin G. J. Herrmann
In the attachments is a better version with tests that also addresses your latest critique. On 13/08/2023 14.44, Ihor Radchenko wrote: > Ihor Radchenko writes: > >>> (while (or (= nshift 0) >>> - (not (time-less-p nil time))) >>> +

Re: [PATCH] org.el: Respect org-extend-today-until in timestamps with ++

2023-08-13 Thread Valentin G. J. Herrmann
In the attachments is a better version with tests that also addresses your latest critique. On 13/08/2023 14.44, Ihor Radchenko wrote: > Ihor Radchenko writes: > >>> (while (or (= nshift 0) >>> - (not (time-less-p nil time))) >>> +

org-bibtex-yank failing with error Wrong type argument: stringp, nil

2023-08-12 Thread J. G.
Hi, I'm trying to figure out why I'm getting consistent failures using org-bibtex-yank. This appears to be identical to the problem posted here: https://stackoverflow.com/questions/31174281/org-bibtex-yank-fails-with-wrong-type-argument-stringp-nil On my system I am using a fresh Ubuntu 23.04 VM

Re: org-bibtex-yank failing with error Wrong type argument: stringp, nil

2023-08-12 Thread J. G.
On Friday, August 11, 2023 at 09:34:31 AM PDT, J. G. wrote: > Hi, I'm trying to figure out why I'm getting consistent failures using > org-bibtex-yank. This appears to be identical to the problem posted here: On further investigation I have pinpointed the precise error as re

[BUG] org-element-cache error [9.6.1 (9.6.1-??-fe92a3c @ /Users/nick/.emacs.d/.local/straight/build-28.2/org/)]

2023-05-03 Thread Nick G
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

Re: [BUG] Linking SCHEDULED and DEADLINE repeating timestamps to avoid desynchronization

2023-04-27 Thread J. G.
Radchenko wrote: "J. G." writes: > * TODO My late recurring todoSCHEDULED: <2023-04-12 Wed ++1w> DEADLINE: > <2023-04-13 Thu ++1w> > Right now it is Wednesday (2023-04-26 to be precise), and as shown above, my > task had a scheduled timestamp on a Wednesday f

Linking SCHEDULED and DEADLINE repeating timestamps to avoid desynchronization

2023-04-26 Thread J. G.
Hi everyone, I just stumbled across a surprising behavior with combined SCHEDULED and DEADLINE timestamps that repeat. Here is the example org file contents: * TODO My late recurring todoSCHEDULED: <2023-04-12 Wed ++1w> DEADLINE: <2023-04-13 Thu ++1w> Right now it is Wednesday (2023-04-26 to be

Possible error in manual

2023-01-07 Thread J G
> > 2.2.3 Catching invisible edits > > Sometimes you may inadvertently edit an invisible part of the buffer and > be confused on what has been edited and how to undo the mistake. Setting > org-fold-catch-invisible-edits to non-nil helps preventing this. See the > docstring of this option on how Org

Re: [ANN] EmacsConf 2020 videos are out!

2020-12-06 Thread Sébastien G
Nice. 😉 Thanks to everyone. 😁 Did you know if the videos are also on Peertube ? Le 6 décembre 2020 00:05:27 GMT+01:00, Amin Bandali a écrit : >Hello fellow Emacsians! > >[ I originally sent this mail to the EmacsConf lists and emacs-tangents, > but thought some folks on emacs-devel and emacs

[O] Specifying ATTR_HTML class for source blocks

2019-10-03 Thread Martin G . Skjæveland
Hi all, I would like my source blocks to be exported to HTML as textareas with a class attribute -- so I can later use this in my javascript code. I can use ":textarea t" [1], but it seems that other attributes except width and height are ignored: #+ATTR_HTML: :textarea t :class testing #+BE

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-04 Thread Ulrich G. Wortmann
no. I did not. How do checkout the "next" branch? thx On Mon, 3 Dec 2018 at 12:15 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > I made a few more tweaks. The function now recognizes modifiers as to > which > > float envi

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-12-03 Thread Ulrich G. Wortmann
t-get attr :center) (plist-get info :latex-tables-centered (if (not centerp) output (if (string= "" caption) (format (concat "\\begin{center}\n" "%s\n" "\\end{center}\n") output) (format (concat "\\begin{"table-env&quo

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-28 Thread Ulrich G. Wortmann
tering\n" + "%s\n" + "\\end{table}\n") output)) + )) (defun org-latex--math-table (table info) "Return appropriate LaTeX code for a matrix. On Mon, 26 Nov 2018 at 16:02 Nicolas Goaziou wrote: >

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann" writes: > > > the following problem occurs reproducibly with GNU Emacs 26.1 (see below > > for details), even when starting emacs with -Q > > > > If I use a table in my o

Re: [O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-26 Thread Ulrich G. Wortmann
Thanks for the feedback. Makes sense if the latex code in the tabular environment is generated by table.el. I wonder however why the export to ASCII produces a caption. Cheers Uli On Sat, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote: > Hello, > > "Ulrich G. Wortmann"

[O] Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-11-23 Thread Ulrich G. Wortmann
Dear All, the following problem occurs reproducibly with GNU Emacs 26.1 (see below for details), even when starting emacs with -Q If I use a table in my org file and convert that table to table.el the caption is not exported into either the HTML or Latex File. Export to ASCII works as expected.

Re: [O] tangle and comments.

2017-10-31 Thread Yury G. Kudryashov
comments.html, this line won't be tangled, because there are no other source code blocks after this line, but before the next heading. -- Sincerely yours, Yury G. Kudryashov

[O] Edit whole session with org-edit-src-edit

2017-10-08 Thread Yury G. Kudryashov
, so I'm not sure whether I'll manage to implement these features myself. -- Sincerely yours, Yury G. Kudryashov

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-19 Thread Alex G
> > Backspace works as expected, however. > I'm afraid that as of org-20160516 on ELPA, backspace also does not > overwrite whitespace. Oh, it seems like backspace works fine in text modes like fundamental-mode and message-mode, but not prog-derived modes. I'd say that's another bug. A git bisec

Re: [O] Export to OpenDocument text doesn't work in org-mode 8.3.4

2016-04-21 Thread Lohan G
On 04/21/2016 06:10 PM, John Kitchin wrote: > Probably you need to put this in an init file: > > (require 'ox-odt) > Thank you very much! It worked! -Lohan > Lohan G writes: > >> I am running org-mode version 8.3.4 with Emacs 24.5.1. I believe this is >> th

[O] Export to OpenDocument text doesn't work in org-mode 8.3.4

2016-04-21 Thread Lohan G
I am running org-mode version 8.3.4 with Emacs 24.5.1. I believe this is the latest stable version of org-mode. I want to export some of my org files to Open Document format. But it does not show the option to export to Open Document ("export as OpenDocument Text") BUT, I got another machine that

Re: [O] Enabling another language in org-babel

2014-06-24 Thread G. Jay Kerns
Great work, Ista! Cheers, Jay -- G. Jay Kerns, Ph.D. Youngstown State University http://gkerns.people.ysu.edu/ On 06/24/14 15:52, Ista Zahn wrote: > I just hacked up a rudimentary ob-stata.el by replacing "julia" with > "stata" in ob-julia.el by G. Jay Kerns (an

Re: [O] iCal-Export: Strange Results

2014-03-21 Thread G. Martin Butz
missed this generic setting for all exports. Probably this will do it. I'll check. Best Martin -- ~~~~ | G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |

Re: [O] iCal-Export: Strange Results

2014-03-21 Thread G. Martin Butz
Hi Bastien, thanks for getting back to this. Meanwhile I can live with exporting the whole agenda to ics. Am 21.03.2014 09:03, schrieb Bastien: Hi, "G. Martin Butz" writes: While importing and viewing one of my org files, I do get strange results: + I only see dates from DO

[O] ical export: Still trying to clarify strange results

2014-02-27 Thread G. Martin Butz
---8<-- This is the ical export: --8<-- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//G. Martin Butz//Emacs with Org mode//EN X-WR-TIMEZONE:CET X-WR-CAL

[O] iCal-Export: Strange Results

2014-02-20 Thread G. Martin Butz
") (org-icalendar-categories (quote (todo-state))) (org-icalendar-include-todo t) (org-icalendar-store-UID t) (org-icalendar-use-plain-timestamp nil) My org-mode-version is 8.2.4 with Emacs 24.3.1 Can anyone provide a hint, what am I doing wrong? Best Regards Martin -- ~~

Re: [O] Strange Behaviour while rescheduling date

2013-09-23 Thread G. Martin Butz
Hello Sebastian, Am 23.09.2013 09:46, schrieb Sebastien Vauban: Hello, "G. Martin Butz" wrote: In case I try to reschedule a date from the weekly agenda view I get the following backtrace; I am under the impression, that this seems not to be the bug, which I have tried to describe i

Re: [O] Strange Behaviour while rescheduling date

2013-09-21 Thread G. Martin Butz
he point to the newly created window after splitting." (other-window 1)) ---8< Martin Am 20.09.2013 21:12, schrieb G. Martin Butz: Hi, I tried to describe this error a while ago, but did not get any response - probably due to

Re: [O] Strange Behaviour while rescheduling date

2013-09-21 Thread G. Martin Butz
- (I post the full backtrace message as txt-attachment). Thanks Martin Am 20.09.2013 21:12, schrieb G. Martin Butz: Hi, I tried to describe this error a while ago, but did not get any response - probably due to the fact, that I can not find out, how to securely reproduce this ve

[O] Strange Behaviour while rescheduling date

2013-09-20 Thread G. Martin Butz
endar.png> -- ~~~~ | G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |

[O] Strange behaviour while assigning date to task

2013-08-19 Thread G. Martin Butz
t this behaviour is about? Thanks Martin -- ~~~~ | G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |

[O] Agenda Search and org-agenda-text-search-extra-files

2013-07-20 Thread G. Martin Butz
org" or "/org/" ist not an org-file (which is obviously true and tells me that the directory and the regex is not concatenated, but how should it look?) Many thanks for pointers to the right direction! Thanks Martin -- [1] http://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00267.html -- ~~ | G. Martin Butz | m.b...@hfk-bremen.de | www.mkblog.org | ~~

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-03 Thread G. Martin Butz
I was wondering what you guys do for syncing org files between PC's, Os's, devices (android etc).. Best Itai -- ~~~~~~ | G. Martin Butz | m.b...@hfk-bremen.de | www.mkblog.org | ~~

Re: [O] advice needed: how do you guys sync org files between devices?

2013-07-02 Thread Juan G .
Xebar Saram gmail.com> writes: > Alan, a unison guide focused on org would be great as some of the guys mentioned. As an example, I use the following ~/.unison/Org.prf file to sync files between Org folders on a Debian Linux laptop and an Android phone: # Unison preferences label = Org-mode roo

[O] [PATCH] link-home in html exporter

2013-06-20 Thread Daniel G. Gerber
Hi list, diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 365802f..90d6a5d 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1719,7 +1719,7 @@ holding export options." "\n" (let ((link-up (org-trim (plist-get info :html-link-up))) (link-home (org-trim (plist-get info :ht

Re: [O] emacs and orgmode implemented at beta.metaStudio.org

2013-03-05 Thread Nagarjuna G.
On Tue, Mar 5, 2013 at 4:30 PM, Bastien wrote: > Hi, > > "Nagarjuna G." writes: > > > I am happy to inform you that we have implemented a collaboratively > > editable wiki pages using a simple javascript editor based on Jay > > Salvat's MarkItU

Re: [O] Always use utf-8 for HTML export (No support for other coding systems)

2013-03-03 Thread Nagarjuna G
On Sun, Mar 3, 2013 at 11:58 PM, Achim Gratz wrote: > Jambunathan K writes: > > Always use utf-8 for HTML export (No support for other coding systems). > > > > For or against. Please register your views. > > I am not sure if it effects our project. We use org and Emacs for post-processing our

[O] emacs and orgmode implemented at beta.metaStudio.org

2013-02-17 Thread Nagarjuna G.
;s code at https://github.com/gnowgi/gnowsys-studio -- Nagarjuna G. http://beta.metaStudio.org/

Re: [O] Org Mobile and Adroid 2.3.6

2012-12-26 Thread G. Martin Butz
ryption to see whether it works. But as my org-mode-files contain private data (as is probably the usual case), I do not feel like storing these on a remote server without any encryption. Thanks for your answer Martin -- ~~~~ | G. Mart

Re: [O] org 7.9.2 - Search - Args out of range [SOLVED]

2012-10-14 Thread G. Martin Butz
Sorry for the false alarm. Some messup in my org mode installation. Definitely not a problem of 7.9.2. Martin Am 14.10.2012 11:05, schrieb G. Martin Butz: Hi, I recently upgraded to org 7.9.2. A simple search (e.g. for "Jullien") now brings the following error (which does not

[O] org 7.9.2 - Search - Args out of range

2012-10-14 Thread G. Martin Butz
at I can do about it? Cheers Martin -- ~~~~ | G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |

Re: [O] Formatting R output

2012-09-10 Thread G. Jay Kerns
fix this with inline code-segment header arguments which will override buffer-wide or system wide settings. So, for example, you could do src_R[:results raw]{2 + 2} which will return 4 and not =4=. I hope this helps, Jay -- * G. Jay Kerns, Ph.D. Associate Professor Mathematics and Statistics http://people.ysu.edu/~gkerns/

[O] my capture template generates a literal "%?"

2012-08-09 Thread G
Hi, I am using Emacs 24.1 in Win7 (64bit) and Org 7.8.11. I would like to have a capture template that just puts me at the end of my journal in plain text (although date tree) after a custom time stamp (e.g. 09:13). I tried the following ("p" "Plain Journal" plain (file+datetree "C:/Users/

Re: [O] Agenda view with bibliographic references

2012-05-14 Thread G. Martin Butz
to a short title for the reference? The category appears in the agenda and you can use it as a sort strategy. -- Darlan At Mon, 14 May 2012 09:42:23 +0200, "G. Martin Butz" wrote: Hallo to all, as I have quite a few bibliographic references scattered around several files, I build my

[O] Agenda view with bibliographic references

2012-05-14 Thread G. Martin Butz
.org m_item | x.org n_item | y.org aso. Or - if this is not possible - can I at least show a short version of the file name (like in the ordinary agenda view)? Right now the column "file" displays the full file path which I do not need. Can anybody help? Many thanks in advance Martin -

[O] [PATCH] Option for clock and timer to be displayed in frame-title

2012-02-28 Thread g . kettleborough
Attached is a patch that gives the option to show the clock and timer information in the frame title as well as the mode line (or both or neither). I find this useful as there is often not enough room in the mode line but there is enough in the frame title. I am in the process of assigning my cop

Re: [O] how to both :body-only t and :table-of-contents t

2011-09-23 Thread G. Jay Kerns
Dear Jan On Fri, Sep 23, 2011 at 3:51 AM, Jan Böcker wrote: > > Hi Jay, > > I faced the same problem about a year ago. > See this thread in the mailing list archive: > > http://thread.gmane.org/gmane.emacs.orgmode/24227 > > The HTML exporter will refuse to include a TOC if body-only is t; the >

[O] how to both :body-only t and :table-of-contents t

2011-09-21 Thread G. Jay Kerns
Dear Org Mode list, First: congratulations on Org mode; it is truly dynamite. I am publishing a project to HTML for the purposes of Jekyll post-processing. For this, I need to set :body-only t so I can put the YAML frontmatter at the top of my file. However, I would also like to have the TOC ex

Re: [O] gnowsys-mode update?

2011-03-19 Thread Nagarjuna G
On Fri, Mar 18, 2011 at 8:25 PM, Martin Weigele wrote: > Hi all, > > I've run into some texts about "gnowsys" as a major mode extending org, > > e.g. > - > http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-514/paper12.pdf > - http://lab.gnowledge.org/documentation > > which seems

[Orgmode] libre/OpenOffice to orgmode

2011-02-18 Thread Nagarjuna G
I have seen this OpenOffice extension http://extensions.services.openoffice.org/en/project/wikipublisher, and it is included by default when you install libreOffice http://www.libreoffice.org/. It gave me the idea that why not we can consider making an orgpublisher on similar lines. What other th

[Orgmode] org-mediawiki

2010-12-31 Thread Nagarjuna G
I thought of trying this extension done by Bastien. I get the error Symbol's function definition is void: org-export-handle-include-files-recurse I am loading the two files org-mediawiki.el and org-export.el from a directory in my homes. Am I doing anything wrong? -- GN __

[Orgmode] [mobileorg-android] sync error, sdcard, index.org was not found

2010-11-30 Thread Martin G. Skjæveland
Hi, I just got myself a HTC Z, but I cannot get mobileorg to sync. The error message I get when pressing the sync button is: The file /sdcard/dropbox/org/index.org was not found. Here is what I did to get the error: - Installed Dropbox from Android Market. (Downloaded org-files to /sdcard

[Orgmode] [babel] fig2 error, An Babel Demo

2010-10-25 Thread G. Papadopoulos
(sans the remaining examples, naturally). I cannot seem to pin it to one particular R chunk. I would like to generate the example PDF in its entirety. Any suggestions or thoughts? Thank you, G. ___ Emacs-orgmode mailing list Please use `Reply All' t

Re: [Orgmode] table, moving cells

2010-09-30 Thread Martin G. Skjæveland
On 29/09/10 17:58, Carsten Dominik wrote: Hi Martin, On Sep 25, 2010, at 6:02 PM, Martin G. Skjæveland wrote: Hi, is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the

Re: [Orgmode] table, moving cells

2010-09-27 Thread Martin G. Skjæveland
On 26/09/10 00:24, Nick Dokos wrote: Charles C. Berry wrote: is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the same for a single cell. Is it possible? Example, with

[Orgmode] table, moving cells

2010-09-25 Thread Martin G. Skjæveland
Hi, is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the same for a single cell. Is it possible? Example, with the cursor on '2' in the following table | A | B | C |

Re: [Orgmode] GNOWSYS emacs web services (was: Re: Is there a good way to use org as blog system?)

2010-05-21 Thread Nagarjuna G
On Fri, May 21, 2010 at 3:48 AM, Sandro Giessl wrote: > Hi Nagarjuna, > > I happily discovered that a student was assigned to this project [1] in > this year's GSoC: > >  GNOWSYS emacs web services for The GNU Project > >  Abstract:   Idea is to develop an emacs like editor with the org >  specifi

Re: [Orgmode] [babel] tangle creates different filename than it used to

2010-03-01 Thread Martin G. Skjæveland
Dan Davison wrote: "Martin G. Skjæveland" writes: Hi, running tangle with the following values #+begin_src xml :tangle test.rdf ... #+end_src used to create a file called test.rdf. However, after a fresh git pull today this now tangles to the file test.rdf.xml, which is

[Orgmode] [babel] tangle creates different filename than it used to

2010-02-26 Thread Martin G. Skjæveland
Hi, running tangle with the following values #+begin_src xml :tangle test.rdf ... #+end_src used to create a file called test.rdf. However, after a fresh git pull today this now tangles to the file test.rdf.xml, which is not what I want. I think I could add rdf as a language babel woul

[Orgmode] [babel] bug exporting code blocks to html

2010-02-26 Thread Martin G. Skjæveland
Hi, when I export ---start * test #+begin_src xml -n -r -l "" #+end_src Line no. [[(imp)]] is important! ---end to html I get (copying from my browser) ---start 1 test 1: 2: 3: Lin

[Orgmode] [babel] bug, exporting scrname source blocks html

2010-02-03 Thread Martin G. Skjæveland
Hi, when I export the following to html -start * test #+srcname: test1 #+begin_src n3 -n subject predicate object #+end_src #+begin_src n3 -n subject predicate object #+end_src -end the two source blocks are exported as (

[Orgmode] headline numbering in html export

2010-02-02 Thread Martin G. Skjæveland
Hi, I thought I'd share some stuff I'm quite happy with so that others can enjoy it if it is good, and so that I can stop using or improve it if it is not so good! :) I am writing a set of exercises for a course and publishing a chapter once a week in both pdf and html. I like having the exe

[Orgmode] [babel] tangle and Makefile

2010-01-28 Thread Martin G. Skjæveland
Hi, I have two questions regarding org-babel-tangle and Makefile. Running org-babel-tangle on the following file --start * test #+begin_src makefile :tangle Makefile test: echo "hello" #+end_src --end writes a file 'M

Re: [Orgmode] Re: changing \href to \myhref in LaTex export

2010-01-20 Thread Martin G. Skjæveland
Sébastien Vauban wrote: Hi Martin, "Martin G. Skjæveland" wrote: Sébastien Vauban wrote: "Martin G. Skjæveland" wrote: is it possible to change how hyperlinks are exported to LaTex without going into to org-latex.el, but setting by a variable or similar in my .emacs fi

[Orgmode] [babel] error running source code? [6.34trans (release_6.34c.6.gcae0.dirty)]

2010-01-20 Thread Martin G. Skjæveland
Hi, I pulled a fresh copy of org-mode this morning and got an error I did not have before the pull. When I export the following to pdf --begin * test #+begin_src java -n :exports none :tangle test.java private void abcdefghi throws IOException

Re: [Orgmode] Re: changing \href to \myhref in LaTex export

2010-01-20 Thread Martin G. Skjæveland
Carsten Dominik wrote: Hi Martin, OK, please pull and then use the variable `org-export-latex-hyperref-format'. Hi Carsten, setting (setq org-export-latex-hyperref-format "\\myhref{%s}{%s}") works like a charm. Thanks! Martin ___ Emacs-orgmo

Re: [Orgmode] Re: changing \href to \myhref in LaTex export

2010-01-20 Thread Martin G. Skjæveland
Sébastien Vauban wrote: Hi Martin, "Martin G. Skjæveland" wrote: is it possible to change how hyperlinks are exported to LaTex without going into to org-latex.el, but setting by a variable or similar in my .emacs file? I would like to export hyperlinks in Latex as \myhref (or some

[Orgmode] changing \href to \myhref in LaTex export

2010-01-19 Thread Martin G. Skjæveland
Hi, is it possible to change how hyperlinks are exported to LaTex without going into to org-latex.el, but setting by a variable or similar in my .emacs file? I would like to export hyperlinks in Latex as \myhref (or something else) instead of \href, so that I can redefine \myhref using \href

Re: [Orgmode] bug in source code referencing?

2010-01-14 Thread Martin G. Skjæveland
e-sensitively git bisect good 7062a884107fd8ab261fc098096a7d5918b40229 $ Carsten Dominik wrote: Hi Martin, could I ask you to use "git bisect" it identify the commit when this went wrong? That would be most helpful! Thanks - Carsten On Jan 14, 2010, at 12:01 PM, Martin G. Skjæveland wrote: Remembe

[Orgmode] bug in source code referencing?

2010-01-14 Thread Martin G. Skjæveland
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. -

[Orgmode] Org-mode for diary writing

2009-11-16 Thread T o n g
Hi, I found people are using org-mode for diary writing in recent mlist archive, but wasn't able to find such tutorials. Anyone can enlighten me with such tutorial, which is for org-mode newbies and focusing on how to make most use of applicable org-mode features, and maybe a bonus "best-prac

[Orgmode] [babel] problems with :exports results [6.33trans (release_6.33c.7.g69b46)]

2009-11-16 Thread Martin G. Skjæveland
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. -

[Orgmode] More on GTD, browse todos by priority or creation date

2009-11-15 Thread T o n g
Hi, I just found out this wonderful tool, and have gone through all the tutorials. What I haven't figured out is how to browse todo items by priority or creation date. Let me explain in details. On reading the tutorials, I just found that that I've developed a methodology to handle things I ne

[Orgmode] [babel] problem removing label from src

2009-11-11 Thread Martin G. Skjæveland
Hi all, I use the -r -l option for source blocks to change the format of labels. This works in org-mode without org-babel, but this does not fully work with org-babel (and I really like org-babel, so that's a shame :) ) The following --start- #+begin_src xml -n -r -l ""

[Orgmode] problem including graphics

2009-11-09 Thread Martin G. Skjæveland
Hi all, I have a problem including dot generated graphics in my export. The code is #+begin_src dot :file ./test.pdf :cmdline -Tpdf digraph test { Hello -> World; }; #+end_src When I export to latex it turns into \hyperref[./test.pdf]{file:./test.pdf} However, then I tried this in a separat

Re: [Orgmode] What is output for org-babel?

2009-11-08 Thread Martin G. Skjæveland
Martin G. Skjæveland wrote: andrea Crotti wrote: I'm with org-mode 6.31a, I was trying to get output in the exported files but I never see the output. Writing "begin_src" in lowercase or uppercase makes a difference. I am not sure if this is a feature or a bug. Oh, forgo

Re: [Orgmode] What is output for org-babel?

2009-11-08 Thread Martin G. Skjæveland
andrea Crotti wrote: I'm with org-mode 6.31a, I was trying to get output in the exported files but I never see the output. Hi, not sure if this is related -- or helpful, but here goes! When I export the following file: start--- * lowercase #+begin_src python :expo

[Orgmode] verbatim bug?

2009-11-07 Thread Martin G . Skjæveland
Hi, Then I write some text some text ~<>~. because I want "<>" written as verbatim in my latex export, I get, in latex, \texttt{\textbackslash{}label\{some\_src\_block\_name\}some\_src\_block\_name}. which gives me the text \label{some_src_block_name}some_src_block_name in verbatim. I have

[Orgmode] texttt inside verbatim

2009-11-04 Thread Martin G. Skjæveland
Hi all, when I import the file --8<---cut here---start->8--- - | grandmother | = | sim:Jackeline | | sim:Mona | - --8<---cut here---end->8--- using the command #+INCLU

[Orgmode] [babel] trimming tangled code

2009-11-04 Thread Martin G. Skjæveland
Hi all, I'm using org-babel to tangle XML documents. That works fine (thanks to help from Eric S. on this list yesterday), except it adds(?) space in the beginning (and end) of the output document and front of the xml declaration thus making an invalid XML document. Is it possible to trim thi

[Orgmode] org-babel-tangle xml text

2009-11-03 Thread Martin G. Skjæveland
Hi all, I am quite new to the wonderful world of org-mode and org-babel. Right now I am using org-mode to make exercises for a semantic web programming course. org-mode and its friends give me a efficient writing tool, a presentation tool, export for web, export for print and a literate progr

Re: [Orgmode] Evangelize the world with Org-mode

2009-10-16 Thread Nagarjuna G.
2009/10/16 Sébastien Vauban : > I absolutely want to change this, but the path is not easy. I cannot tell my > boss: just install and use Emacs, Org-mode, LaTeX and SVN, and you're good. > We need an efficient middleware that transforms org buffer into html/pdf/latex as a web service.This, to

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-10-01 Thread Nagarjuna G.
yes, using batchmode will have high latency. I will give a serious attempt to further this line of work. It is useful for us. -- Nagarjuna G. http://www.gnowledge.org/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Nagarjuna G.
org offers multiple ways of solving problems. worg, blorg, and Manoj's perl script, and I am sure there will be others. I am now thinking on the following idea: Using the new features (babel) added in the fresh release of org, it is indeed possible to provide a minor mode in gnowsys-mode (see t

Re: [Orgmode] gnowsys-mode a major mode extending org

2009-09-29 Thread Nagarjuna G.
On Wed, Sep 30, 2009 at 6:53 AM, Samuel Wales wrote: > > I haven't posted most of my related ideas yet, but I proposed > something similar (a prerequisite for it) called ID markers, in > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11845.html .  I > still need to reply to the replies, and

Re: [Orgmode] gnowsys-mode a major mode extending org

2009-09-29 Thread Nagarjuna G
On Wed, Sep 30, 2009 at 5:49 AM, Nagarjuna G. wrote: > >  1. We use Emacs as a client to collaboratively create, update >     knowledge networks in plain text.  The knowledge network is >     created by adding nodes (rendered in orgmode as a note item) and >     named relatio

[Orgmode] gnowsys-mode a major mode extending org

2009-09-29 Thread Nagarjuna G.
Dear orgmode developers and users This is a note to share with you our adventure with org. We, at gnowledge.org, began a project that extends orgmode (without spoiling or loosing any of the orgmode features) to support collaborative knowledge organization and networking using the GNOWSYS storage

Re: [Orgmode] Sourceforge voting has started

2009-06-23 Thread Nagarjuna G.
On Tue, Jun 23, 2009 at 12:58:00PM +0200, Carsten Dominik wrote: > > Hi all, > > the voting for the sourceforge community choice awards has started at > > http://sourceforge.net/community/cca09/vote > > We are up against, among others, Freemind. Which means that we have a > formidable opponent

Re: [Orgmode] Re: spreadsheet in org

2008-09-08 Thread Richard G Riley
Thomas Baumann <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> Here is a straightforward spreadsheet: >> >> >> * Test org-mode spreadsheet for cash books >&g

[Orgmode] spreadsheet in org

2008-09-07 Thread Richard G Riley
Here is a straightforward spreadsheet: * Test org-mode spreadsheet for cash books | | Name | Cash | |---+--+| | _ | |cashforward | | | | 68000 | | _ | | cashtake | |

Re: [Orgmode] faces in agenda

2008-09-03 Thread Richard G Riley
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Aug 3, 2008, at 1:21 PM, Richard G Riley wrote: > > Possibly a small bug. In the agenda all scheduled items appear to use > the face org-scheduled-today even if they are scheduled a day or two in > the future. >

[Orgmode] Re: diary integration

2008-09-02 Thread Richard G Riley
Richard G Riley <[EMAIL PROTECTED]> writes: > I keep all diary stuff in an org file. I have turned off including the > external .diary file into org. > > However my .diary file (which feeds the calendar) looks like: > > &%%(org-diary) > Oct 13, 2008 hello > &

[Orgmode] diary integration

2008-09-02 Thread Richard G Riley
I keep all diary stuff in an org file. I have turned off including the external .diary file into org. However my .diary file (which feeds the calendar) looks like: &%%(org-diary) Oct 13, 2008 hello Should anniversaries (bbdb) and todos etc not be hilited in the calendar as "hello" above is?

Re: [Orgmode] org-annotation-helper

2008-09-01 Thread Richard G Riley
"Peter Westlake" <[EMAIL PROTECTED]> writes: > On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley" > <[EMAIL PROTECTED]> said: >> >> caveat : I do not know if this is optimal or even recommended but it now >> works for me. >> >

  1   2   3   >