Re: [Orgmode] FR: source code

2008-01-29 Thread Bastien Guerry
Rick Moynihan [EMAIL PROTECTED] writes: Also, Bastien... In blorg.el is it possible to include HTML snippets as blocks of markup inside the posts? For example embedding a video into a post? Sadly not - but keep the pressure, it motivates me to work harder on the next org-based blogging tool

Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes: On Feb 8, 2008 4:42 PM, Bastien Guerry [EMAIL PROTECTED] wrote: Antano Solar [EMAIL PROTECTED] writes: When I type org-export-as- tab i dont see latex in the list. Make sure org-export-latex.el is in your load-path

Re: [Orgmode] Unable to export to latex

2008-02-08 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes: When I type org-export-as- tab i dont see latex in the list. Make sure org-export-latex.el is in your load-path. Then require it, if necessary: (require 'org-export-latex) If this triggers no error, then you should be able to use M-x

Re: [Orgmode] org-export-region-as-latex exports more than region

2008-02-08 Thread Bastien Guerry
Nick Dokos [EMAIL PROTECTED] writes: I did a little tracing and it looks to me that the function org-export-latex-first-lines returns much more than it should in the two strange cases above. I fixed this in the git repo. Thanks for the detailed report and sorry for the delay. -- Bastien

Re: [Orgmode] importing html

2008-02-08 Thread Bastien Guerry
Brian Gough [EMAIL PROTECTED] writes: Is there an html-org mode converter? I have some web pages I want to import into org. Thanks. AFAIK there is no such tool. And designing a generic tool for this might be really tricky. I guess it's easier to code something ad hoc, just suitable for the

Re: [Orgmode] Task time limit

2008-02-10 Thread Bastien Guerry
Sebastjan Trepca [EMAIL PROTECTED] writes: Anyway, this new version works! :) Be careful about clocking out from agenda views if you're also advising org-clock-out. It doesn't work, I can't see why for now. Thank you very much, this will be very useful. Btw, why not integrate it with

Re: [Orgmode] Integration of Org mode with Mairix: org-mairix.el

2008-02-10 Thread Bastien Guerry
Hi Adam, Adam Spiers [EMAIL PROTECTED] writes: but I was hoping to get some feedback from the (apparently tiny?) user-base first. Is there anyone other than myself and Austin currently reading the list who uses org-mairix.el, or who might be interested in using it? I'm not using

Re: [Orgmode] Re: list indentation

2008-02-10 Thread Bastien Guerry
Hi Ceazr, cezar [EMAIL PROTECTED] writes: How common is a blank line in a list item ? I'd say it's more common for a blank line to end a list item. FWIW I often use multi-paragraphs in a list item. I think it should be outlawed. Generally speaking, I think we shouldn't put too many

Re: [Orgmode] Problems with Properties and Columns

2008-02-10 Thread Bastien Guerry
Hi Ian, Ian Barton [EMAIL PROTECTED] writes: Taking the snippet below as an example. If I try to add a Property below My Bank using C-c C-x p I am offered completions for the Properties defined under Web Site Passwords, not Bank Details. Is this a bug, or am I misunderstanding the scope of

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Hi Fabian, Fabian Braennstroem [EMAIL PROTECTED] writes: Wouldn't it be great to create a presentation in emacs; at least the first outlining? Sounds nice. So, what do you think about an org 2 openoffice impress converter...? The exporting process is probably pretty similar to the

Re: [Orgmode] org 2 openoffice impress converter

2008-02-13 Thread Bastien Guerry
Russell Adams [EMAIL PROTECTED] writes: Why not use the existing Latex export to make a PDF presentation? Yes, that's another way. Or maybe we could have a prosper exporter. Again, the plan is to make the exporter modular so that people can write extensions. -- Bastien

Re: [Orgmode] Use orgstruct-mode to edit TWiki Markup language ?

2008-02-13 Thread Bastien Guerry
Rainer Stengele [EMAIL PROTECTED] writes: ---+ Headline Level 1 * text * text ---+ Headline Level 1 i. text1 i. text2 ---++ Headline Level 2 ---+++ Headline Level 3 --- Headline Level 4 I wonder if it would be possible to somehow locally set the regex which defines

Re: [Orgmode] Logging state change with timestamp, but without note

2008-02-13 Thread Bastien Guerry
Wanrong Lin [EMAIL PROTECTED] writes: I would like to record down the time stamp when a TODO item changed its state into some specific states (like DELEGATED), but I don't want to be prompt with a window for notes. I like the idea. Here is a patch against latest org.el from git that

Re: [Orgmode] faces for keywords

2008-02-18 Thread Bastien Guerry
Dmitri Minaev [EMAIL PROTECTED] writes: When I followed the examples given in the manual for setting org-todo-keyword-faces, I could change the font color but not its weight. I had to defface a new face and use it in the org-todo-keyword-faces to get the bold font. What I did first was:

Re: [Orgmode] blorg.el

2008-02-19 Thread Bastien Guerry
Rick Moynihan [EMAIL PROTECTED] writes: But the problem appears to be that the URL which appears twice in the block isn't inserted literally but is instead expanded into an a href= in the source when M-x blorg-publish is run e.g: object width=425 height=355param name=movie value=a

Re: [Orgmode] Agenda publishing

2008-02-21 Thread Bastien Guerry
Manish [EMAIL PROTECTED] writes: At first it still did not work, even with htmlize. But then I was using Orgmode that came with emacs 22.1. I got the latest, and put it in the site-list directory while removing the two org files in 22.1/. Yes. Sorry, I often wrongly assume people are

[Orgmode] New tutorial about using Org as a spreadsheet system

2008-02-26 Thread Bastien Guerry
Hi folks, i've made a small tutorial about the use of spreadsheet facilities in org-mode: http://www.legito.net/worg/org-tutorials/org-spreadsheet-intro.php It won't be very useful for those who are already familiar with this amazing field of application for Org, and the curious minds will

Re: [Orgmode] New tutorial about using Org as a spreadsheet system

2008-02-27 Thread Bastien Guerry
Hi Chris, Chris Randle [EMAIL PROTECTED] writes: As I followed along, I spotted a couple of things: 1) Under Your first formula, the first vmean formula you show is a column formula, whereas the text implies it should have been a field formula. Well spotted, I fixed this. 2) I'd never

Re: [Orgmode] org-bookmark.el

2008-02-27 Thread Bastien Guerry
Tokuya Kameshima [EMAIL PROTECTED] writes: I wrote an emacs code, org-bookmark.el, which supports for orgmode links to Emacs bookmarks. You can store the links in the Bookmark List buffer by running M-x org-store-link. Great, thanks. Not sure it's useful, but I regularly uses this bookmark

Re: [Orgmode] Bug: return key does not show the subtree the first time on a newly opened org file

2008-02-28 Thread Bastien Guerry
Carsten Dominik [EMAIL PROTECTED] writes: Yes, but only with this setting will return key be added to the org-mouse-map key map, and be bound to org-open-at-point command under certain contexts (like on the leading stars of a heading). Further, org-open-at-point is advised by org-mouse.el,

Re: [Orgmode] title for single page export to html

2008-02-28 Thread Bastien Guerry
Xin Shi [EMAIL PROTECTED] writes: Is that possible to add a line in the .org file indicating the title of the exported HTML, in stead of the file name? For example: #title This is the title of the HTML #+TITLE: This is the title of the HTML `C-c C-c' on this line to make org-mode aware of

Re: [Orgmode] export-html, close the .html file

2008-02-29 Thread Bastien Guerry
Xin Shi [EMAIL PROTECTED] writes: Is that possible to not open the .html file in the Emacs buffer after exporting the .org file to HTML? Thanks! Is `C-c C-e H' what you need? -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to

Re: [Orgmode] export-html, close the .html file

2008-02-29 Thread Bastien Guerry
Xin Shi [EMAIL PROTECTED] writes: Not really. That one is export to temporary buffer. What I want is when org-export-html, is just do the work at the background, without open the .html in one of Emacs' buffer. Sorry I misunderstood your question, because exporting to HTML does not open the

Re: [Orgmode] export-html, close the .html file

2008-02-29 Thread Bastien Guerry
Xin Shi [EMAIL PROTECTED] writes: Yes. That's exactly what I mean. :) I so, I agree, and will fix this. Done. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] First column of tables from sub headings and drawyers

2008-02-29 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes: Thank you for the patch , What you have done does solve my problem with little changes in the structure from my side. What I had actually asked for was this, * project ** task 1 properties: :estimated_time=10 hours :utilized_time = 5 hours

Re: [Orgmode] TODOs not shown in TOC of HTML export

2008-02-29 Thread Bastien Guerry
lanas [EMAIL PROTECTED] writes: What I mean by this is the following: * DONE Phase one :MIKE: * TEST Phase two :PIERRE: * TODO Phase three :DIETER: The table of contents will not show the TODO, DONE, TEST, so it is not possible to quickly see the state of the tasks. Check for these

Re: [Orgmode] First column of tables from sub headings and drawyers

2008-03-01 Thread Bastien Guerry
Antano Solar [EMAIL PROTECTED] writes: Waiting forward for the org release with the skip-empty-row parameter :) It is now in the git repository. ** Task 1 *** Step a :properties: :Time_Utilized 10 hours :end *** Step b With Regards Antano Solar John :properties:

Re: [Orgmode] Using C-c - to (un)listify and/or C-c * to (un)headify ?

2008-03-03 Thread Bastien Guerry
Carsten Dominik [EMAIL PROTECTED] writes: The first function could be merged into (org-ctrl-c-minus): (un)listify the active region, and if there is no active region, just cycle through the list types (as it does now). This is now implemented in `C-c -' The second

Re: [Orgmode] FR: date marking in calendar

2008-03-04 Thread Bastien Guerry
Wanrong Lin [EMAIL PROTECTED] writes: Thanks a lot for the suggestion. My appointments are in org files are agenda are marked with a tag, so using diary as you suggested does not work exactly as I wished. Of course, my suggestion only works if you use the usual Org machinery for

Re: [Orgmode] Re: FR: date marking in calendar

2008-03-05 Thread Bastien Guerry
Cezar Halmagean [EMAIL PROTECTED] writes: (add-hook 'initial-calendar-window-hook 'mark-diary-entries) If %%(org-diary :scheduled :timestamp) throws an error, cheat a little and use this instead: %%(condition-case nil (org-diary :scheduled :timestamp) (error nil)) Does anyone have a

Re: [Orgmode] Re: IRC Channel

2008-03-06 Thread Bastien Guerry
Russell Adams [EMAIL PROTECTED] writes: Shall we standardize on #org-mode then? Yes, good idea. I think there's enough mailing list traffic that IRC may be a casual support area. I'll certainly be present when time permits. IRC is a timesink but er... Erc is not only for bitlbee :) So I

Re: [Orgmode] Re: IRC Channel

2008-03-07 Thread Bastien Guerry
Phil Jackson [EMAIL PROTECTED] writes: Bastien [EMAIL PROTECTED] writes: Being the owner of the channel doesn't require anything special from you, except responsability (and glory): ,[ http://freenode.net/policy.shtml ] | Channels on freenode are owned and operated by the groups which

Re: [Orgmode] makeinfo error in git

2008-03-10 Thread Bastien Guerry
[EMAIL PROTECTED] (Joel J. Adamson) writes: I did make on a git-clone from this morning at 10:06 EDT, and got: , | makeinfo --no-split org.texi -o org | org.texi:4408: Misplaced {. | org.texi:4408: Misplaced }. | makeinfo: Removing output file `org' due to errors; use --force to

Re: [Orgmode] Release 5.23a

2008-03-10 Thread Bastien Guerry
Xin Shi [EMAIL PROTECTED] writes: Is that possible to make it kill the buffer on the C-c C-e h case? Or let user to customize this behavior? I don't know the reason to keep that buffer in this case. I don't know what the default should be, I have no personal preference. I think it's quite

Re: [Orgmode] How to set a date relative to the original date?

2008-03-11 Thread Bastien Guerry
Hi Wanrong, Wanrong Lin [EMAIL PROTECTED] writes: * MAYBE A test SCHEDULED: 2008-02-13 Wed But I found ++3d produces the same result as +3d, which is 3 days after today. AFAIK, the difference between +2d and ++2d is only relevant when *editing* the timestamp at point -- not when

Re: [Orgmode] rcirc

2008-03-12 Thread Bastien Guerry
Hi Richard! Richard G Riley [EMAIL PROTECTED] writes: Are there any plans to support remembering irc channels using org-mode? e.g a hot link on a todo/remembered item which opens rcirc? I recall planner had links to erc. Yes, there is such a plan: org-irc.el, developed by Phil comes with

Re: [Orgmode] Converting to html in a shell script

2008-03-12 Thread Bastien Guerry
lanas [EMAIL PROTECTED] writes: I would like to convert an org file to HTML, much like C-c C-e h would do, automatically from a shell script. So far I've tried unsuccesfully some permutaions of: emacs -batch -l ~/.emacs -eval '(org-export-as-html ./file.org)' emacs -batch -l ~/.emacs

Re: [Orgmode] rcirc

2008-03-12 Thread Bastien Guerry
Richard G Riley [EMAIL PROTECTED] writes: The guys on #emacs kind of laughed at me a while back for using erc - apparently its seen as a bit girly ... rcirc doesnt seem to allow config of multiple servers and channels though so I thought org-mode might be useful for remembering servers and

Re: [Orgmode] blogging from org-mode

2008-03-18 Thread Bastien Guerry
Cezar Halmagean [EMAIL PROTECTED] writes: I am trying to set up a blog page on my website and I would prefer to use org-mode for that. I wonder what are the features provided by blorg and org-blog.el and which is better and actively maintained. I have tried both

Re: [Orgmode] help for org-export-latex.el

2008-03-20 Thread Bastien Guerry
forfan [EMAIL PROTECTED] writes: So I downloaded org-export-latex.el from http://www.emacswiki.org/cgi-bin/wiki/OrgMode#toc2. My fault. I've put the latest version in http://www.cognition.ens.fr/~guerry/u/org-export-latex.el You can download it from here. But the _safest_ way is to

Re: [Orgmode] Add anniversary and org-mode

2008-03-20 Thread Bastien Guerry
Hi Richard, Richard G Riley [EMAIL PROTECTED] writes: I used add anniversary in the agenda and ended up with something like %%(diary-anniversary 3 19 2008) John's daughter's birthday. in my diary file. But its not showing up in my agenda or my calendar. What could be the issue here? I

Re: [Orgmode] Re: Add anniversary and org-mode

2008-03-20 Thread Bastien Guerry
Thomas Baumann [EMAIL PROTECTED] writes: Nice suggestion, would you mind to send me an example record? Somehow I don't seem to get the format of the bbdb-file right. In a bbdb entry, add the anniversary field like this: C-o anniversary RET -MM-DD Make sure you added the anniversary

Re: [Orgmode] Re: Add anniversary and org-mode

2008-03-21 Thread Bastien Guerry
Thomas Baumann [EMAIL PROTECTED] writes: just another question, did you include the anniversaries via inclusion of the diary (does work here) or directly with %%(bbdb-include-anniversaries) or alike? I use this: (add-hook 'list-diary-entries-hook 'bbdb-include-anniversaries) -- Bastien

Re: [Orgmode] org-mode options

2008-03-24 Thread Bastien Guerry
Hi Richard, Richard G Riley [EMAIL PROTECTED] writes: Should the properties given here http://orgmode.org/manual/Publishing-options.html#Publishing-options be applicable in this form: , | #+TITLE: Blog | #+AUTHOR:rgr | #+EMAIL: rgr | #+DATE: 2008-03-23 Sun |

[O] bug#7776: C-; does not work on indented lines in org-mode

2012-03-23 Thread Bastien Guerry
Lennart Borgman lennart.borg...@gmail.com writes: C-; does not put # in column 0. C-; is for headlines only. You can comment lines by selecting them then M-; on the region.

[O] bug#7776: C-; does not work on indented lines in org-mode

2012-03-23 Thread Bastien Guerry
Lennart Borgman lennart.borg...@gmail.com writes: C-; does not put # in column 0. Closing this bug.

[O] bug#8748: emacs 23.3 for windows, org-mode, tables

2012-03-23 Thread Bastien Guerry
Hi Alexander, Alexander Sidorov alx.sido...@gmail.com writes: Org-mode in emacs for Windows doesn't allow to create prooperly tables. This is the result of creation a table 5x2: | | | | | | |---+---+---+---+---| | | | | | | (all rows in one row). It happens always. I

[O] bug#9809: 24.0.90; flyspell-auto-correct-word hard to access in org-mode

2012-03-23 Thread Bastien Guerry
Hi Glenn, Glenn Morris r...@gnu.org writes: Eric Hanchrow wrote: I started emacs with emacs -Q. Then I typed M-x o r g - m o d e return M-x f l y s p e l l - m o d e return C-h c M-tab C-h c M-TAB C-h c M-tab showed me M-tab runs the command pcomplete. C-h c M-TAB (which I

[O] [Accepted] fix typo in org.texi

2012-07-06 Thread Bastien Guerry
Patch 1352 (http://patchwork.newartisans.com/patch/1352/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4FDC8576.5000509%40jboecker.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[O] [Accepted] org-clock: Customizable variable syntax fix

2012-07-10 Thread Bastien Guerry
Patch 1343 (http://patchwork.newartisans.com/patch/1343/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1338356138-18503-1-git-send-email-vsync%40quadium.net%3E Here is the original message containing the patch: Content-Type:

[O] [Accepted] Re: Manual does not list :results output graphics as babel header arg

2012-07-10 Thread Bastien Guerry
Patch 1363 (http://patchwork.newartisans.com/patch/1363/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cm1obnnk036.fsf_-_%40tsdye.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Orgmode] Patchwork: Patch 176 Accepted

2010-08-01 Thread Bastien Guerry
Patch 176 (http://patchwork.newartisans.com/patch/176/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87fwz4159y.fsf%40thinkpad.tsdh.de%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] Patchwork: Patch 167 Accepted

2010-08-01 Thread Bastien Guerry
Patch 167 (http://patchwork.newartisans.com/patch/167/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C12750.1279923404%40alphaville.usa.hp.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Patchwork: Patch 170 Accepted

2010-08-01 Thread Bastien Guerry
Patch 170 (http://patchwork.newartisans.com/patch/170/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87tynn8zpj.fsf%40fastmail.fm%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Patchwork: Patch 177 Accepted

2010-08-01 Thread Bastien Guerry
Patch 177 (http://patchwork.newartisans.com/patch/177/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C8739v3o2jl.wl%25n.goaziou%40gmail.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Patchwork: Patch 185 Accepted

2010-08-01 Thread Bastien Guerry
Patch 185 (http://patchwork.newartisans.com/patch/185/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3CAANLkTikktWbpU7CqywS9R9DK3uRwOAs_mFKL_FcQrUFT%40mail.gmail.com%3E ___ Emacs-orgmode mailing list Please use

[Orgmode] Patchwork: Patch 172 Accepted

2010-08-01 Thread Bastien Guerry
Patch 172 (http://patchwork.newartisans.com/patch/172/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3C87aapfntrb.wl%25n.goaziou%40gmail.com%3E ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Patchwork: Patch 184 Accepted

2010-08-01 Thread Bastien Guerry
Patch 184 (http://patchwork.newartisans.com/patch/184/) is now Accepted. This relates to the following submission: http://mid.gmane.org/%3CAANLkTimHMebUD-keygj1XD5cxO0uRffbrspBSjFgwOO5%40mail.gmail.com%3E ___ Emacs-orgmode mailing list Please use

[Accepted] [Orgmode] org-protocol default template should be nil

2010-09-02 Thread Bastien Guerry
Patch 249 (http://patchwork.newartisans.com/patch/249/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C878w3m2ua3.fsf%40gmx.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] Re: html-export mangels mailto: links

2010-09-02 Thread Bastien Guerry
Patch 251 (http://patchwork.newartisans.com/patch/251/) is now Accepted. Maintainer comment: Applied a slightly modified version: better handling of absolute filenames. This relates to the following submission: http://mid.gmane.org/%3C87iq2o3b5s.fsf%40noorul.maa.corp.collab.net%3E Here is the

[Accepted] [Orgmode] Use `C-c C-x _' for interactively calling `org-timer-stop'

2010-09-05 Thread Bastien Guerry
Patch 255 (http://patchwork.newartisans.com/patch/255/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8762yn6gq0.fsf%40gnu.org%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] inside table, delete-backward-char must not insert spaces when overwrite mode is on

2010-09-05 Thread Bastien Guerry
Patch 245 (http://patchwork.newartisans.com/patch/245/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C201008271956.43528.Stromeko%40stromeko.net%3E Here is the original message containing the patch: Content-Type: text/plain;

[Accepted] [Orgmode] 20101020_texi-command-names.patch

2010-10-20 Thread Bastien Guerry
Patch 327 (http://patchwork.newartisans.com/patch/327/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CBECEB7.7020604%40easy-emacs.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] typo in variable name: org-inlinetask-defaut-state

2010-10-20 Thread Bastien Guerry
Patch 324 (http://patchwork.newartisans.com/patch/324/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C874ocie66b.fsf%40stats.ox.ac.uk%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] Fix an error in org-taskjuggler-get-unique-id

2010-10-20 Thread Bastien Guerry
Patch 326 (http://patchwork.newartisans.com/patch/326/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C871v7modmr.fsf%40saadawi.sbszh.ch%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] 20101028_orgtexi_names.patch - (2)

2010-10-28 Thread Bastien Guerry
Patch 347 (http://patchwork.newartisans.com/patch/347/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CC94AAB.2030908%40easy-emacs.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] 20101029_orgtexi_names.patch

2010-10-29 Thread Bastien Guerry
Patch 355 (http://patchwork.newartisans.com/patch/355/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CCABB44.1030703%40easy-emacs.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] org-sparse-tree command name

2010-11-05 Thread Bastien Guerry
Patch 363 (http://patchwork.newartisans.com/patch/363/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CD3B219.1050100%40easy-emacs.de%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] org-agenda: fix org-agenda-category-icon-alist defcustom type

2010-11-05 Thread Bastien Guerry
Patch 364 (http://patchwork.newartisans.com/patch/364/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1288968225-10023-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: Content-Type:

[Accepted] [Orgmode] Doors links

2011-01-17 Thread Bastien Guerry
Patch 542 (http://patchwork.newartisans.com/patch/542/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C80lj2kblkx.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Accepted] [Orgmode] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-01-17 Thread Bastien Guerry
Patch 544 (http://patchwork.newartisans.com/patch/544/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Csa3mxmzv4k0.fsf%40cigue.easter-eggs.fr%3E Here is the original message containing the patch: Content-Type: text/plain;

[Accepted] [Orgmode] Allow inclusion of author's email in LaTeX export

2011-01-17 Thread Bastien Guerry
Patch 536 (http://patchwork.newartisans.com/patch/536/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1294928979-14439-1-git-send-email-wence%40gmx.li%3E Here is the original message containing the patch: Content-Type: text/plain;

[Accepted] [Orgmode] How do I include text between a range of line numbers with #INCLUDE

2011-01-17 Thread Bastien Guerry
Patch 529 (http://patchwork.newartisans.com/patch/529/) is now Accepted. Maintainer comment: Added some cosmetic changes and a small rewrite of the doc This relates to the following submission: http://mid.gmane.org/%3CAANLkTi%3DEBSvP9ukR5LRJQxBk%2BDaBHK4vyM0pvdr%3D9-JR%40mail.gmail.com%3E Here

Re: [O] not in sub-editing buffer

2015-04-30 Thread Bastien Guerry
Hi Detlef, Detlef Steuer detlef.ste...@gmx.de writes: Whatever file I open, I canĀ“t save it with C-c C-s and get the message not in sub-editing buffer Noticed this too. You need to deactivate org-src-mode manually. For whatever reason, org-src-mode gets wrongly activated at startup.

Re: [O] org book

2015-08-09 Thread Bastien Guerry
Hi, I suggest you start with the Org Compact Guide, which is smaller than the complete Org manual : http://orgmode.org/cgit.cgi/org-mode.git/plain/doc/orgguide.texi Also, if you start translating, I strongly recommend putting the translated manual on a public repository where people can

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-16 Thread Bastien Guerry
Hi Achim, Achim Gratz strom...@nexgo.de writes: Since it already has happened and the general consensus seems to be that we should go there eventually, just maybe not right now, I don't see why we suddenly also need to re-define what master is about. The redefinition already happened (i.e.

Re: [O] LaTeX special characters 8.3.1

2015-08-16 Thread Bastien Guerry
Hi Rasmus, Rasmus ras...@gmx.us writes: Scott Randby sran...@gmail.com writes: Until 8.3.1, I needed to use \% in an org document in order to get the % symbol displayed when exporting to LaTeX. I just discovered that \% messes up the exported document, and that using % only works. I've

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-16 Thread Bastien Guerry
Scott Randby sran...@gmail.com writes: Unfortunately, the \hypersetup{...} generated by org is last one in the preamble when an org document is exported. Is there anything to fix here? -- Bastien

Re: [O] FYI: habits in agenda view with 8.3.1, order of drawers

2015-08-16 Thread Bastien Guerry
Hi Michael, Michael Welle mwe012...@gmx.net writes: I think, part of why I didn't look there is that release notes, change logs, etc. aren't part of the package. That's something I found unfortunate on other circumstances as well. Yes, indeed, thanks for pointing this. Org ELPA packages

Re: [O] Evil-mode text objects

2015-08-16 Thread Bastien Guerry
Hi Spencer, Spencer Boucher spen...@spencerboucher.com writes: Evil mode text objects behave very badly in org-mode (specifically paragraphs). Is this a know problem? Is there a fix? This is obscure: what are evil mode text objects? Can you provide an example that non-evil users can

Re: [O] Org 8.3.1 HTML export options

2015-08-16 Thread Bastien Guerry
Hi Scott, Scott Randby sran...@gmail.com writes: Thanks, that worked, but now I have to change the code on a huge number of files. It is hard to consider something a feature when it breaks a long accepted practice. It certainly isn't a good feature in my view. In fact, it is a terrible

Re: [O] [ANN] Syntax checker now in master

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: I just merged `wip-lint' branch with `master'. It is now possible to check syntax in a document using M-x org-lint Cool. Thanks! Yes, thanks! I have a few false positives, especially when spotting wrong drawer location. I will try to report/fix them. --

Re: [O] org-bbdb-birthday reminder

2015-08-16 Thread Bastien Guerry
Hi Matt and Nick, Matt Lundin m...@imapmail.org writes: Nick Dokos ndo...@gmail.com writes: Here's a quick implementation of the method I described earlier in the thread: This works great. Thanks! Perhaps we could integrate something like this into org-bbdb.el... Agreed. Nick, would you

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Bastien Guerry
Hi, I removed `org-html-use-unicode-chars'. Thanks, -- Bastien

Re: [O] Org 8.3.1 HTML export options

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: Bastien Guerry b...@gnu.org writes: As for the change itself, I cannot find the discussion about it on the mailing list, if someone finds a pointer, thanks. AFAIR http://thread.gmane.org/gmane.emacs.orgmode/96267/ Thanks! -- Bastien

Re: [O] Link to http://orgmode.org/build-org-pkg.txt is 404 in http://orgmode.org/elpa.html

2015-08-16 Thread Bastien Guerry
Hi, Cook, Malcolm m...@stowers.org writes: Link to http://orgmode.org/build-org-pkg.txt is 404 in http://orgmode.org/elpa.html Fixed, thanks for reporting this, -- Bastien

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Bastien Guerry
Andreas Leha andreas.l...@med.uni-goettingen.de writes: So, even if there is probably not a high risk for the COMMENT keyword to be dropped I just wanted to express my support for it. COMMENT will stay, for sure. -- Bastien

Re: [O] Fix for clocking in when org-clock-into-drawer is not a string

2015-08-16 Thread Bastien Guerry
Hi Tom, I see this has been committed, thanks! -- Bastien

Re: [O] LaTeX special characters 8.3.1

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: AFAIK there's no change in 8.3. If you export a document consisting of $ % with ox-latex with 8.2.10 you also get \$ \%. Okay, thanks for confirming, -- Bastien

Re: [O] Why not push?

2015-08-05 Thread Bastien Guerry
Nicolas Goaziou m...@nicolasgoaziou.fr writes: It's a first step. It would be nice to get rid of `org-split-string' altogether in the long run. We may make `org-split-string' an obsolete alias for `split-string', and update code base accordingly. Agreed. I was unclear, I meant: why not using

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Bastien Guerry
Hi Kyle, Kyle Meyer k...@kyleam.com writes: I'll restore the use of font-lock-fontify-buffer and leave a comment to make sure it isn't reverted again. Ouch. I've been bitten by this before, if my memory is correct. Let's fix those regressions within the next hour and release 8.3.1 to

Re: [O] [ANN] Release 8.3

2015-08-05 Thread Bastien Guerry
Hi Achim, Achim Gratz strom...@nexgo.de writes: Just a few statistics: these are 2936 commits since the 8.2 release 23 months ago, 2390 commits on top of 8.2.10 and 1361 of those after the 8.3beta release 13 months ago. Thanls - we clearly need a shorter and steadier release cycle! --

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Bastien Guerry
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Wasn't it a goal to slowly move away from contrib/ and use either ELPA or core instead? Yes, it is still a goal -- but we don't know when this will happen so in the meantime, adding a package to contrib/ is okay. -- Bastien

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Bastien Guerry
I've released 8.3.1 with this fix. Thanks, -- Bastien

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-05 Thread Bastien Guerry
Thomas S. Dye t...@tsdye.com writes: IMHO, this should be in core, along with a function (if it doesn't exist) to remove a link from the description text. Yes, we should consider this. Let's find some good keybinding, we cannot rely on hydra for this. Thanks, -- Bastien

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Just to be sure, can we require Emacs 24.4 for development version (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Before discussion 24.4 vs say 24.3... why? What compatibility code is a burden today? Also, what is the

[O] [ANN] Release 8.3

2015-08-04 Thread Bastien Guerry
Dear all, Org 8.3 is now out. Here is the list of changes: http://orgmode.org/Changes.html Thanks to Nicolas who has been the de facto maintainer for more than I could wish. I'm off for two weeks but I'll be back. Enjoy! -- Bastien

Re: [O] Org-pomodoro showing number of pomodoros

2015-08-04 Thread Bastien Guerry
Hi Renger, Renger van Nieuwkoop ren...@vannieuwkoop.ch writes: I just started using org-pomodoro and have one question: How can I see the number of pomodoros I finished during the day? Did you find an answer to this? If so, can you share it here? Thanks! -- Bastien

Re: [O] [ANN] org-link-edit.el --- Slurp and barf with Org links

2015-08-04 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: Did you/will you add it to contrib? Yes, that would help discovering it. Thanks! -- Bastien

Re: [O] [ANN] orgtbl-join

2015-08-04 Thread Bastien Guerry
Hi Thierry, Thierry Banel tbanelweb...@free.fr writes: I am glad to announce the orgtbl-join package. this is really nice. Would you be okay to add this to Org's core feature for Org 8.3? -- Bastien

<    1   2   3   4   5   6   >