aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-08-10 09:24:46 +0000
committerFrederic Culot <calcurse@culot.org>2008-08-10 09:24:46 +0000
commit1674800d5fb26decfa74cb7a1d94e2154b7c27a6 (patch)
tree1e7b15d77ed74c2c150c9a1dc05cd709bba3ac81 /src/args.c
parentcc3b4303056d891c4782469be50be21ca50e2271 (diff)
downloadcalcurse-1674800d5fb26decfa74cb7a1d94e2154b7c27a6.tar.gz
calcurse-1674800d5fb26decfa74cb7a1d94e2154b7c27a6.zip
pcal export added
Diffstat (limited to 'src/args.c')
-rwxr-xr-xsrc/args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/args.c b/src/args.c
index c345da7..0b87aad 100755
--- a/src/args.c
+++ b/src/args.c
@@ -1,4 +1,4 @@
-/* $calcurse: args.c,v 1.35 2008/08/06 17:44:34 culot Exp $ */
+/* $calcurse: args.c,v 1.36 2008/08/10 09:24:46 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -731,7 +731,7 @@ parse_args (int argc, char **argv, conf_t *conf)
{
notify_init_vars ();
custom_load_conf (conf, 0);
- io_export_data (IO_EXPORT_NONINTERACTIVE, conf);
+ io_export_data (IO_EXPORT_NONINTERACTIVE, IO_EXPORT_ICAL, conf);
non_interactive = 1;
return (non_interactive);
}